/* CSS Document */

body {
font-family:  arial, tahoma, verdana, sans-serif; 
font-size: 62.5%; 
color:#242424; 
background-color:#FFFFFF; 
background-image: url(../images/bg.jpg); 
background-repeat:repeat-x;
margin: 0;
}

#header {
height:0pt;
overflow:hidden;
}

a:link		{color: #000000; text-decoration:underline; outline: none; }
a:visited	{color:#000000; text-decoration:underline; outline: none;}
a:hover		{color: #000000; text-decoration:none; outline: none;}
a:active 	{color: #000000; text-decoration:underline; outline: none;}

#outer-wrap	{
padding:10px; width:900px; 
text-align:center;
margin-left:auto; 
margin-right:auto;
}

#main-header {
background-color:#FFFFFF; 
margin-bottom:10px;
margin-top:80px;
}

#inner-wrap {
width:900px
}

#main-content {
width:705px; 
float:right; 
background-color:#FFFFFF;
}


#footer	{
font-size:90%; 
color:#b6b6b6; 
padding-top:8px; 
clear:both; 
background-color:#FFFFFF; 
width:900px; 
height:20px;  
}

#footer a	{color: #b6b6b6; text-decoration:none; outline: none;}
#footer a:hover	{text-decoration:underline; color:#000000; outline: none;}



