@charset "utf-8";
/* CSS Document */

/* main containers for all content */


#header
	{
	height:100px;
	padding:10px;
	background-color:#FFFFFF;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	top: auto;
	}

#menu
	{
	border:0px;
	background-color:#FFFFFF;
	height: 30px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30;
	padding:10px;
	}

navigation
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#333333;
	align:center;
	background-color:#0000FF;
	}
	
#content
	{
	margin-left:25%;
	margin-right:30%;
	margin-bottom:10px;
	padding:20px;
	border:0px;
	background-color: #FFFFFF;
	float: none;
	white-space: normal;
	}
	
#sidebar_a
	{
	float:left;
	width:15%;
	margin-bottom:10px;
	margin-top:20px;
	padding:10px;
	background-color: #FFFFFF;
	left: 0px;
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#sidebar_b
	{
	float:right;
	width:25%;
	margin-left:20px;
	margin-top:25px;
	margin-bottom:10px;
	padding:10px;
	border:0px none #000;
	background-color: #FFFFFF;
	}
	
#footer1
	{
	clear:both;
	padding:10px;
	border:thin solid #CE77A1;
	background-color: #FFFFFF;
	color: #666666;
	}
#footer2
	{
	clear:both;
	padding:10px;
	border:thin solid #FFFFFF;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
