@charset "utf-8";
/* (c) Stephen Hill. Webdesign - deVoyle.com*/


/* ------------------BACKGROUND--------------------- */
html {
   min-height: 100%;   
}

body {
	background-color: #666666;
 }
/* ------------------TEXT--------------------- */
p { 
  font-size: 10pt; 
  color: #FFFFFF;
  font-family:'Open Sans', sans-serif;
  font-weight:300;
  margin:5px;
}

p.main { 
  font-size: 10pt; 
  color: #FFFFFF;
  font-family:'Open Sans', sans-serif;
  font-weight:200;
  margin:5px;
  float:right;
  width:60%;
}

p.footer { 
  font-size: 9pt;
  color: #333333;
  margin-top:5px;
  font-famiy:'Open Sans', sans-serif;;
  font-weight:200;
}


a:link {
	color:inherit;
	text-decoration:none;
	size:inherit
}
a:visited {
	color:inherit;
	text-decoration:none;
	size:inherit}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	size:inherit}
a:active {
	color:#FFFFFF;
	text-decoration:none;
	size:inherit}

h2 {
	font-size: 14pt;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	float:right;
	margin-top:0px;
}

h3 { 
  font-size: 10pt; 
  color: #FFFFFF;
  font-family:'Open Sans', sans-serif;
  font-weight:200;
  float:right;
  margin-right:20px;
  margin-top:15px;
  text-align:right;
}

/* ------------------DIVS--------------------- */
#banner{ 
    width:800px;
	height:140px;
	margin:auto;
  	padding: 5px;
	background-image: url(images/logo.png);
	background-color:#333333;
	background-position: top left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#menu{
	width: 800px;
	height: 25px;
	margin: auto;
	padding: 5px;
  	overflow:hidden;	
}

#main{ 
    width:800px;
	height:523px;
	margin:auto;
  	padding: 5px;
	background-color: #333333;
	background-image:url(images/bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow:auto;

}

#footer{
	width:800px;
	height:40px;
	margin: auto;
	padding: 5px;
	overflow:hidden;
	
}

/* -----------------IMG HANDLERS----------------- */

</style>
