/* CSS Document */

body{

text-align:center;

background:url(images/back.jpg) top center repeat-y;

background-color:#474747;

font-family:Arial;

color:#333333;

line-height:1.5em;

font-size:14px;

margin:0;

padding:0;

}

a:link {

color:#FF0099;

}

a:hover {

color:#999999;

}

a:visited{

color:#CCCCCC;

text-decoration:line-through;

}

#wrapper{

margin-left: auto;

margin-right:auto;

margin-top:0px;

width: 770px;

text-align:left;

padding-left:2px;

}


.line{

background:url(images/line.jpg) top left no-repeat;

height:15px;

}





/* ......................................Header........................................................... */


#header{

background:url(images/top.jpg) top right no-repeat;

height:80px;

margin:13px 0 10px 0;

}


h1 {

color:#333333;

font-size:22px;

font-weight:normal;

padding: 10px 0 10px 0;

}




/* ......................................Top Nav........................................................... */


#nav {

margin-bottom:0;
	
padding:0;
	

}


ul#menu{

margin:0;
	
padding:0;
	
list-style-type:none;
	
position:relative;
	
display:block;
	
height:50px;
	
text-transform:uppercase;
	
font-size:12px;
	
font-weight:bold;
	
background:url("images/off.jpg") repeat-x top left;

}



#menu li{

display:block;
	
float:left;
	
margin:0;
	
padding:0;
	
}
	
	

#menu li a{

display:block;
	
float:left;

color:#FFFFFF;
	
text-decoration:none;
	
font-weight:bold;
	
padding:16px 20px 0 20px;
	
height:34px;
	
margin:0;
	

}
	
	

#menu li a:hover{

background: url("images/hover.jpg") no-repeat top right;	
	
}
	


/* ......................................Content........................................................... */


#content {

float:right;

width:510px;

background:url(images/content_top_right.jpg) top right no-repeat;

margin-top:10px;

padding: 0;

}


.left{

float:left;

margin-right:40px;

margin-top:3px;

}


/* ......................................Side Bar........................................................... */


#side_bar{

float:left;

margin-top:10px;

width:230px;

}








/* ......................................Other........................................................... */

.clear{

clear:left;

margin:0;

}

.clear_both{

clear:both;

}

.footer {

background:url(images/lower_corner.jpg) top left no-repeat;

height:110px;

}