/*************DOC*************/

body 
	{	
	text-align: center;
	margin: 0 auto 0 auto;
	background: #F6F6F6 url(../images/bg.gif) repeat;		
	}
	
body 
	{  
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-3dlight-color: #CCC;
	scrollbar-arrow-color: #85BEBE;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #CCC;
	}
	
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, img, table, th, td, tr 
{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #666;}

.border{ border: 1px solid #CCC; }

p {margin: 11px 0 11px 0; padding: 5px; line-height: 15px; text-align: left;} 
	
span {color: #593030;}

a img {border: 0;}

form {margin: 0; padding: 0;}


/* Page Links
________________________*/

a, a:link, a:visited, a:hover, a:active {color: #59ACAC; text-decoration:none; font-size:11px;}		        	
a:hover {color: #DCDCDC;}
	
/* Headings
________________________*/

H1
	{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #369;
	text-decoration: underline;
	padding: 5px;
	margin: 5px 0 0 27px;
	}
	
H2
	{
	font-size: 11px;
	margin: 15px 0 0 5px;
	color: #369;
	}
	
/* Main Holder
_________________________*/

#main
	{
	margin: 15px auto 0 auto; 
	text-align: left;
	height: 500px; /* fix height to 100% for IE */
	max-height: 500px; /* fix height for other browsers */
	position: relative;
	width: 750px;
	background: #FFF;
	border: 1px solid #CCC;
	}
	
#main #header
{
	position: relative;
	margin: 0 auto 0 auto; 
	text-align: left;
	height: 100px; /* fix height to 100% for IE */
	width: 750px;
}

#main #header #logo
{
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0 auto 0 auto; 
	text-align: left;
	height: 120px; /* fix height to 100% for IE */
	width: 176px;
}	

#main #header #name
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px 15px 0 0;
	margin: 0 auto 0 auto; 
	text-align: right;
	height: 110px; /* fix height to 100% for IE */
	width: 450px;
	/*background: url(../images/hand.gif) no-repeat right top;*/
}

#main #header #nav
{
	position: absolute;
	top: 109px;
	left: 190px;
	margin: 0 auto 0 auto; 
	text-align: center;
	height: 22px;
	width: 550px;
	background: url(../images/nav.gif) no-repeat left;
}

#main #header #nav ul
{
	position: relative;
	padding: 0;
	margin: 1px 0 0 0;
	list-style: none;
	line-height: 20px;
	width: 548px;
	height: 20px;
}

#main #header #nav ul li
{
	float: right;
	height: 20px;
	line-height: 18px;
	width: 70px;
	display: block;
}

#main #header #nav ul li.big
{
	float: right;
	height: 20px;
	line-height: 18px;
	width: 90px;
	display: block;
}

#main #header #nav ul li a
{
	color: #FFF;
}

#main #header #nav ul li a:visited
{
	color: #FFF;
}

#main #header #nav ul li a:hover
{
	display: block;
	background: #f1f1f1;
	color: #59ACAC;
	height: 20px;
	width: 70px;
}
	
#main #header #nav ul li.big a:hover 
{
	background: #f1f1f1;
	color: #59ACAC;
	height: 20px;
	width: 90px;
	display: block;
}

/* information */

#main #info_right
{
	position: absolute;
	top: 146px;
	z-index: 2;
	right: 12px;
	height: 315px; 
	width: 527px;
	background: url(../images/info_right.gif) no-repeat left;
}

#main #info_right #text_area
{
	position: absolute;
	top: 30px;
	right: 15px;
	height: 260px; 
	overflow: auto;
	width: 310px;
	padding: 5px;
	margin: 0;
}

#main #info_left
{
	position: absolute;
	top: 146px;
	z-index: 1;
	left: 12px;
	height: 315px; 
	width: 378px;
	background: #FFF url(../images/info_left.gif) no-repeat left;
}

/* Copyright
____________________________*/	

#main #copyright
	{
	position: absolute;
	bottom: 9px;
	right: 11px;
	text-align: right;
	border: 1px solid #9CC;
	width: 710px;
	height: 20px;
	padding: 0 15px 0 0;
	margin: 0;
	line-height: 18px;
	}
	
#main #copyright a
	{
	color: #066;
	}
	
#main #copyright a:hover
	{
	color: #CCC;
	}
	
/* Footer
____________________________*/

#footer
	{
	background: url(../images/foot.gif) repeat-x top;
	height: 5px;
	width: 750px;
	}
