* {
	font-family: Tahoma;
}

body {
	background-image:url(../img/bg_body_gradient.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#div_top {
	background-image:url(../img/bg_div_top.png);
	margin-left:auto;
	margin-right:auto;
    	width:760px;
    	height:22px;
    	overflow:hidden;
}

#div_header {
	background-image:url(../img/bg_div_header.png);
	margin-left:auto;
	margin-right:auto;
    width:760px;
    height:100px;
    overflow:hidden;
}

#div_menu {
	background-image:url(../img/bg_div_menu.png);
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
    width:740px;
    height:24px;
    overflow:hidden;
	vertical-align:middle;
}

#div_content_wrapper {
	background-image:url(../img/bg_div_content.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
    width:760px;
	overflow:auto;
}

#div_content_left { 
	float: left; 
	width:447px;
	padding-left:14px;
	padding-right:14px;
	padding-top:6px;
	padding-bottom:6px;
	
} 

#div_content_right { 
	text-align:center;
	float: left; 
	width: 257px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:6px;
}

#div_footer {
	margin-left:auto;
	margin-right:auto;
    width:760px;
    height:15px;
	padding-top:4px;
	padding-bottom:3px;
    overflow:hidden;
	background-image:url(../img/bg_div_bottom.png);
	
	text-align:center; 
	font-size:10px; 
	color:#FFFFFF; 
}

#div_footer a:link	{color: #FFFFFF; font-size:10px; text-decoration: none ; font-weight:normal;}
#div_footer a:active 	{color: #FFFFFF; font-size:10px; text-decoration: none ; font-weight:normal;}
#div_footer a:visited	{color: #FFFFFF; font-size:10px; text-decoration: none ; font-weight:normal;}
#div_footer a:hover 	{color: #CCCCCC; font-size:10px; text-decoration: none ; font-weight:normal;}



a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #0046FF;}
a:active {color: #0046FF;}
