/********************************** DIVS **********************************/

#container {background-color: #ffffff; width: 904px; text-align: center; margin: 0 auto; border: 0px solid #ffffff;}
#header {background: url(header.png); width: 904px; height: 178 px; margin: 0; padding: 0; border: 0px solid #ffffff; }
#sidebar {float: left; width: 175px; text-align: center; margin-left: 2px; margin-top: 2px;background-color: #ffffff;}
#content {float: left; width: 545px; text-align: center; padding-left: 2px; padding-right: 2px; margin-top: 2px; background-color: #ffffff;}
#menu2 {float: right; width: 175px; text-align: center; margin-right: 2px; margin-top: 2px;background-color: #ffffff;}
#footer {width: 904px; text-align: center; background-color: #ffffff; clear: both; margin: 0 auto;}


/********************************** LINKS **********************************/

a.menu1:link, a.menu1:visited, a.menu1:active {
 background-image: url("p_bullet.gif"); 
 font-family:arial;
 font-size:10px;
 font-weight:none;
 text-decoration:none;
 text-align:left;
 display:block;
 color:#f50067;
 line-height:8px;
 letter-spacing: 0px;
 padding-bottom:2px;
 padding-left: 10px;
 border-bottom : 1px solid #f50067;}

a.menu1:hover {
 background-image: url("b_bullet.gif"); 
 font-family:arial;
 font-size:10px;
 font-weight:bold;
 text-decoration:none;
 text-align:left;
 display:block;
 color:#01beff;
 line-height:8px;
 letter-spacing: 0px;
 padding-bottom:2px;
 border-bottom : 1px solid #f50067;}

a:link, a:visited, a:active {
   font-family:tahoma;  
   font-size: 11px; 
   font-weight: bold;
   color: #01beff;
   text-decoration: none;
}

a:hover {
   font-family:tahoma;  
   font-size: 11px; 
   font-weight: bold;
   color: #f50067;
   text-decoration: underline;
}

a.link2:link, a.link2:visited, a.link2:active {
   font-family: Tahoma;  
   font-size: 12px; 
   font-weight: bold;
   line-height: 180%;
   color: #f50067;
   background-color: #F3F3F3;
   padding: 3px;
   text-decoration: none;
}

a.link2:hover {
   font-family: Tahoma;  
   font-size: 12px; 
   font-weight: bold;
   line-height: 180%;
   color: #01beff;
   background-color: #E3E3E3;
   padding: 3px;
   text-decoration: none;
}

/********************************** BODY **********************************/

body {
background : url("bg.png");
background-attachment: fixed;
margin : 10px;
font-family : tahoma;
font-size : 11px;
line-height : 12px;
color : #000000;
text-align : center;
text-align: center; /* center things in pre-IE6 */ 
}

b{color:#f67f00;}
s{color:  #8cff01;}
i{font-family:georgia; font-size8.5pt; color:#f67f00;}
u{font-weight:bold;font-family:tahoma; color: #8cff01;border-bottom:1px dotted #8cff01;}
}

blockquote { 
color: #000000;
background : url("bg.png"); 
font-size:10px;
text-align: left; 
letter-spacing: 0pt;
padding:4px;
float: left;
border-left : 3px solid #000000;
border-right : 3px solid #000000;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
width: 300px;
margin: 0px;}

input, submit, textarea {
font-family: tahoma;
font-size: 10px;
color: #000000;
font-weight: bold;
background : url("bg2.png"); 
border-width: 2px;
border-style: solid;
border-color: #000000;
width: 100px;
height:40px; 
}

table {
   font-family: Arial, Tahoma, Verdana;  
   font-size: 11px;}

.menu { 
	width: 98%;
	color: #000000;
	border-left: solid 2px #f50067;
	border-right: solid 2px #f50067;
	border-bottom: solid 1px #f50067;
	text-align: center;
	text-align: center;
	background-image: url("bg2.png");}

/********************************** HEADERS **********************************/

h1 {
   border-bottom: 0px solid #216997;
   background-image: url("h1.png");
   font-family: century gothic;
   font-size: 18px;
   font-weight: bold; 
   line-height: 26px;
   text-transform:lowercase;
   text-align: left; 
   color: #01beff;
   width: 545px;
   margin:0px;} 

h2 {
   border-bottom: 1px solid #f50067;
   background-image: url("h2.png");
   font-family: arial narrow;	
   font-size: 17px;
   font-weight: bold; 
   line-height: 25px;
   text-transform:uppercase;
   text-align: center; 
   color: #f50067;
   letter-spacing: 2px;
   margin:0px;} 
 
h3 {
   border-bottom: 0px solid #1e84f6;
   background-image: url("h3.png");
   font-family: arial narrow;	
   font-size: 24px;
   font-weight: bold; 
   line-height: 25px;
   text-transform:uppercase;
   text-align: center; 
   color: #01beff;
   margin:0px;} 
 