/* CSS Document */

body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: white url(../img/body-bk.jpg) repeat-x;
	background-position:top; 
	margin:0;
	padding:0;
	color: #000000;
}

/*---------ID's #---------*/

#top {
	background-color:#309DCF;
	background-image:url(../img/top-bk.gif);
	height:34px;
	width:100%;
}

#top-menu {width:960px;margin: 0 auto;text-align:center;color:white;padding-top:7px;}

#top-menu a:link {font-weight:bold;color:white;text-decoration:none;}
#top-menu a:visited{font-weight:bold;color:white;text-decoration:none;}
#top-menu a:hover{font-weight:bold;color:white;text-decoration:underline;}
#top-menu a:active{font-weight:bold;color:white;text-decoration:none;}

#wrapper {width:960px;margin:0 auto;}

a:link {font-weight:bold;color:#048BE9;text-decoration:none;}
a:visited{font-weight:bold;color:#048BE9;text-decoration:none;}
a:hover{font-weight:bold;color:#048BE9;text-decoration:underline;}
a:active{font-weight:bold;color:#048BE9;text-decoration:none;}
