/* LAYOUT - main body of page */
body, html {
	background:#d3d2d2;
	margin-top:0px;
	top:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
div#wrapper {
position:relative;
width: 760px;
margin:0 auto;
margin-top:0px;
height:auto;
padding:0;
}

/*Layout HEADER */
div#header {
display:block;
margin:0 auto;
padding:0;
height:103px;
}
	div#header div#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:223px;
	height:103px;
	background:url(../pics/logo_top.jpg) no-repeat;
	}
	div#header div#logo a{
	display:block;
	width:223px;
	height:103px;
	}	
/*	
	div#header div#logo a:hover{
	top:18px;
	left:10px;
	display:block;
	width:305px;
	height:64px;
	background:url(../images/logo_hover2.gif) no-repeat;
	}	
*/
	div#header div#rightpic{
	position:absolute;
	top:0px;
	left:223px;
	width:537px;
	height:103px;
	background:url(../pics/main_top.jpg) no-repeat;
	}

/*CONTENT */
div#content{
display:block;
float:left;
width:760px;
margin:0 auto;
padding:0;
height:auto;
background:url(../images/bg.gif) repeat-y;
/*border:1px solid #000;*/
	}	
div#section{
display:inline; /*Fix IE floating margin bug*/; 
float:left; 
width: 380px; 
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/;	
	}
div#section div#image{
	margin-left:0px;
	width:380px;
	height:36px;
	}	
div#section div#text_section{
	margin:0px;
	padding:0px;
	}
/* div#section div#text_section h1{
	margin:0 auto;
	padding:0;
	background:url(../images/h1_space.gif) left no-repeat;
	padding-left:20px;
	font-size:17px;
	font-weight:bold;
	color:#4169DA;
	}
div#section div#text_section h2{
	margin-top:3px;
	margin-bottom:3px;
	font-size:13px;
	font-weight:bold;
	color:#4169DA;
	}
div#section div#text_section h2 a{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#4169DA;
	}
div#section div#text_section h3{
	padding-left:3px;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	color: #E69209;
	margin-top:2px;
	margin-bottom:4px;
	}
div#section div#text_section h3 a{
	text-decoration:none;
	font-size: 13px;
	font-style: normal;
	color: #E69209;
	}
div#section div#text_section p{
	line-height:120%;
	font-size:12px;
	margin-top:0px;
	margin-bottom:12px;
	padding-left:5px;
	padding-right:5px;
	}
*/
div#section div#text_section a{
	color:#411753;
	text-decoration:underline;
	}							
div#section div#text_section a:hover{
	text-decoration:none;
	}	



/* LEFT MENU */
div#sidebar{
display:inline /*Fix IE floating margin bug*/; 
float:left; 
width:223px; 
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/;
margin-left:0px;
height:auto;
}
/*RIGHT MENU */
div#extra{
display:inline /*Fix IE floating margin bug*/; 
float:right; 
width:157px;
margin-top:10px;
margin-bottom:12px;
text-align:center;
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/;
	}

/*BOTTOM LOGO */
div#bottomlogo{
	position:absolute;
	float:left;
	bottom:0px;
	left:0px;
	margin-bottom:26px;
	width:223px;
	height:133px;
	background:url(../images/logo-bottom-left.jpg) no-repeat;
	}

/*FOOTER */
div#footer {
clear:both; 
width:760px; 
height:24px; 
background:url(../pics/footer.gif) no-repeat;
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/;	
	}

