/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #BDBFC6;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484D7B;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	text-decoration: none;
	color: #484D7B;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}
	
.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	border: 1px solid #484D7B;
}

/* Header */

#header {
	width: 550px;
	height: 25px;
	margin: 0px auto;
	background: #ffffee;
}

#header h1 {
	margin: 0px;
	padding: 33px 0 0 33px;
}
#menu {
	width: 550px;
	height: 30px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	background: #ffffee;
}

/* Content */

#content {
	background: #ffffee;
	width: 550px;
	height:600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#colOne {
	float: right;
	width: 325px;
	margin-top: 20px;
	padding-right: 34px;
}

#colTwo {
	float: left;
	width: 150px;
	margin-top: 20px;
	padding-left: 34px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#colThree {
	float: left;
	width: 475px;
	margin-top: 10px;
	padding-left: 35px;
}

#colFour {
	float: left;
	width: 240px;
	margin-top: 20px;
}

#colFive {
	float: left;
	width: 240px;
	margin-top: 20px;
	padding-left: 34px;
}

#colSix {
	float: left;
	width: 480px;
	margin-top: 20px;
	padding-left: 35px;
}

#colSeven {
	float: right;
	width: 240px;
	margin-top: 20px;
}

#colEight {
	float: left;
	width: 487px;
	margin-top: 20px;
	padding-left: 28px;
}

#description { 
	position: absolute;
	width: 375px;
  	text-align: left;
	top: 430px;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #484D7B;
}

#content h2 {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #484D7B;
	border-bottom: 1px solid #484D7B;
}

#content a:link img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
}

#content a:visited img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
}

#content a:hover img{
	filter:alpha(opacity=75);  
	-moz-opacity: 0.75; 
	opacity: 0.75;
	border: none;
}

/* Footer */

#footer {
	width: 550px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 30px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 7px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
