/* CSS Document */

body {   
	background-color: #ffffff;
	font-family:"Arial", Times, serif;
}


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	position: relative;
	width: 760px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-color: #FFFFFF;
	color: #FFFFFF;
	}
#twocols {
 width:610px; 
 float:right; 
 position:relative; 
  }

#content {
	float:left;
	position:relative;
	display:inline;
	width:460px;
	text-align: justify;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#rightside {
	float:right;
	position:relative;
	width: 150px;
	background-color: #FFFFFF;
}

#footer {
	position:relative;
	clear:both;
	font-size: smaller;
	width: 760px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	left: -1px;
}

#nav {
	float:left;
	position: relative;
	width: 150px;
	background-color: #FFFFFF;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	visibility: visible;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	border-bottom: 1px solid #0099FF;
	text-decoration: none;
}

#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #00CCFF;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #006699;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	border-top-color: #006699;
	text-decoration: none;
	position: relative;
}
#nav li a:hover {
background-color:#006699;
color:#FFFFFF;
}
#content p {
margin-left:1em;
margin-right:1em;
}



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
