/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	
}


#wrapper{
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 590px;
     margin-top: -295px; /* half of the height */
     margin-left: -400px; /* half of the width */
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

#header{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	top:0px;
	height: 65px;
	background-image:url(../img/bg_contentframe_LR.gif);
	background-repeat:repeat-y;
}

#navigation{
	background-image:url(../img/snavigation.gif);
	background-repeat:no-repeat;
	width:460px;
	height:65px;
	float:right;
	top:0px;
	text-align:center;
	}


p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}
	

#innerwrapper{
	background: url(../img/scontent.gif) no-repeat;
	width:800px;
	height:475px;
	float: left; /* Floating all columns and their container helps avoid IE bugs.*/
	padding: 1px 0px;
}


#content{
	float:left;
	width:350px;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 10px;
	
}

#content p{
	padding-left: 15px;
	padding-right: 5px;
}

h2{
	font-size: 12px;
	color: #99CC66;
	font-weight:bold;
	margin-bottom: 5px;
	}

#content img{
	padding: 5px;
}

#content, #sidebar ul{
	font-size:10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#content ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #99CC00;
	padding-left: 5px;
	}


#sidebar.contact p {
	margin-top: 5px;
	}



#footer{
	padding: 10px 0px;

}

#footer p {
  font-size: 12px;  /* Sets the font size to 70% of the user's browser preference, */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color:#999999;
  text-align: center; /* Aligns footer paragraph text in the center of the DIV. */
  padding-top: 10px;
  margin-top: 0px;
}



.floatleft{
	float:left;
}

#sidebar{
	float:left;
	width: 350px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/*NAVIGATION*/
#nav{
	margin:0px;
	padding-top:35px;
	}

#nav li{
	margin:0px;
	padding:5px;
	list-style-type: none;
	display: inline;
}


#nav li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#009900;
	text-decoration:none;
	font-variant:small-caps;
	}

#nav li a:hover{
	color:#0099CC;
	text-decoration:underline;
	}
/*END*/


.inlinesmaller {font-size: 10px}


