/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #ffffff;
	text-align: justify;
	font-family:Arial,Helvetica,sans-serif;;
	font-size: 12px;
	color: #555555;
}

h1 {
}

h2, h3 {
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #555555;
	text-decoration: none;
	font-weight: 100;
	border: none;
}


a:hover {
	text-decoration: none;
	color: #bbbbbb;
	border: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	border: 1px solid #354666;
}

/* Header */

#header {
	width: 650px;
	height: 70px;
	margin: 0px auto;
	background: #ffffff;
}

#header h1 {
	margin: 0px;
	padding: 30px 0 0 28px;
	font-size: 30px;
	color: #555555;
	font-style: normal;
}

#menu {
	width: 650px;
	height: 25px;
	margin: 0px auto;
	background: #ffffff;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 28px;
	list-style: none;
}

#menu li {
	display: inline;
	float: left;
	height: 24px;
	font-size: 18px;
}

#menu li2 {
	display: inline;
	float: left;
	width: 120px;
	height: 24px;
	font-size: 18px;
}

#menu li3 {
	display: inline;
	float: left;
	width: 105px;
	height: 24px;
	font-size: 18px;
}

/* Content */

#content {
	background: #ffffff;
	width: 650px;
	height:625px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#colOne {
	float: left;
	width: 375px;
	margin-top: 20px;
	padding-right: 25px;
	padding-left: 28px;
}

#colTwo {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding-right: 10px;
	text-weight: bold;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colThree {
	float: left;
	width: 600px;
	margin-top: 15px;
	padding-right: 10px;
	margin-left: 20px;
}

#colFour {
	float: left;
	width: 600px;
	margin-top: 20px;
	padding-right: 25px;
	padding-left: 20px;
}

#colFour ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colFive {
	float: left;
	width: 251px;
	margin-top: 20px;
	padding-right: 25px;
	padding-left: 28px;
}

#colSix {
	float: left;
	width: 251px;
	margin-top: 20px;
	padding-right: 10px;
	text-weight: bold;
}

#colSeven {
	float: left;
	width: 550px;
	margin-top: 20px;
	padding-left: 28px;
}

#content h1 {
	padding: 20px 0px 5px 0;
	font-size: 12px;
	font-style: normal;
	color: #555555;
}

#content h2 {
	font-size: 12px;
	font-style: normal;
	color: #555555;
}

#content a:link img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

#content a:visited img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

#content a:hover img{
	filter:alpha(opacity=45);  
	-moz-opacity: 0.45; 
	opacity: 0.45;
}

#info {
	position: absolute;
	width: 375px;
  	text-align: left;
	padding: 20px 0 0 28px;
	top: 500px;
}
/* Footer */

#footer {
	width: 650px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 25px;
	background: #ffffff;
}

#footer p {
	margin: 0px;
	padding: 15px 0 0 28px;
	text-align: left;
	font-size: 11px;
	color: #999999;
}

