@charset "utf-8";
body {
	font:100%/1.4 Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	margin: 0;
	padding: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	font:Tahoma, Geneva, sans-serif;
	color:#333; 
	font-size:30px;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 170px;
	
}

h4 {
	font:Tahoma, Geneva, sans-serif;
	color:#03C;	
	font-size:20px;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 150px;
}

h2, h3, h5, h6, {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

p
{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color:#333;
	font-size:20px;
}

a:link {
	color: #FFF;
	font-size:20px;
	text-decoration: none; 
}
a:visited {
	color: #6E6C6;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; 
}

.header {
	background-color:#FFF;
	padding-left:150px;
}

.content {

	padding: 10px 0;
	width: 960px;
	float: left;
}

.content ul, .content ol { 
	padding: 20px 15px 15px 40px; 
}

ul.nav 

{
    list-style-type: none;
	margin-bottom: 15px;	
    padding: 0;
    overflow: hidden;
	color:#FFF;
}


ul.nav li {
	float: left;

}
ul.nav a, ul.nav a:visited { 
	padding: 20px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	height: 60px;
	background-image:url(menu_back.jpg);
	background-repeat:no-repeat;
	color: white;
    text-align: center;

}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #000;
	background-image:url(menu_sel.jpg);

}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.piccy {
	padding-left:320px;
}
