/* basic shit */
body {
margin:5px;
background: url(images/bg.gif) fixed;
font-family:'Times New Roman',serif;
font-size:10pt;
color:#fff;
text-align:center;
line-height:1.5;
}

div#wrap {
background-repeat:repeat;
margin:0 auto;
width:500px;
}

div#header {
width:500px;
height:300px;
background:url(images/Header.jpg);
margin:100px 0 0 0;
}

/* the navigation */
div#main {
width:500px;
margin:5px 0px 5px 0px;
}

/* this is an IE hack so that the text earlier will not be affected */
div{
text-align;left;
}
/* end IE hack */

/* where even more dskerit is held */
#content {
text-align: left;
font-weight: normal;
margin-left:0px;
width:480px;
background:#00D4FF;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border:#000 1px solid;
}

#footer {
width:480px;
font:7pt georgia,'times new roman',serif;
color:#000;
text-align:center;
}

/* this image styling is going to make it easier for both of us and hyperlinked images
no need to type "border="0"; style="border:0px;"" */
img {
border:0;
}

/* if ever you want to do those "align=left's", just add the attribute class="left_float". 
there are web standard issues on the aligns. */
img.left_float {
float:left;
margin:5px;
}

/* typography */
h1 {
visibility:hidden;
font-size:0px;
}

h2{
visibility:hidden;
font-size:0px;
}

h3 { 
text-align:center;
font-size:18pt;
font-weight:100;
}

/* headings3, left for easier instant styling:
add <h3class="uhead">text here</div> */
h4.uhead {
font:14pt;
letter-spacing:2px;
border-bottom:#fff 1px solid;
font-weight:100;
}

/* right aligned header */
h4.uheadr {
font:14pt;
letter-spacing:2px;
border-bottom:#fff 1px solid;
font-weight:100;
text-align:right;
}

/* center-aligned header */
h4.uheadm {
font:14pt;
letter-spacing:2px;
border-bottom:#fff 1px solid;
font-weight:100;
text-align:left;
}

.centered {
margin:0 auto;
text-align:center;
}

/* link colors */
a:link { 
text-decoration: none; 
color:#9603FD; 
font-weight:700;
}
 
a:visited { 
text-decoration: none; 
color:#9603FD; 
font-weight:700;
} 

a:hover { 
text-decoration:underline; 
color:#9603FD; 
} 

table, td, tr {
text-align:center;
font:7pt tahoma, verdana,sans-serif;
line-height:1.5;
}

table a:link {
font-weight:700;
text-transform:uppercase;
}

table img {
border:1px #000 solid;
}


.count {
font:8pt verdana,sans-serif;
text-align:center;
padding:5px;
}

