/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	background-color: #3d6171;
}

a {
	color: #85cdf1;
	text-decoration: none;
}

a:hover {
	color: #3d6171;
}

#main {
	background-color: #e1eef4;
	width: 955px;
	margin: 0 auto;
}

#header {
	padding: 18px 18px 0px 18px;
}

#content {
	background-color: #30383b;
	margin: 0px 18px 0px 18px;
	padding: 0px 25px 0px 25px;
	}


#left-content {
	float: left;
	width: 625px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;

}

#right-content {
	float: left;
	background-image: url(images/blueprints.jpg);
	width: 215px;
	margin-left: 25px;
	padding-top: 20px;
	text-align: center;
}


#flashfile {
	clear: both;
	margin: 0px 18px 0px 18px;
	height: 170px;
	width: 919px;
}

#footer {
	background-image:url(images/content_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #30383b;
	margin: 0px 18px 0px 18px;
	padding: 0px 25px 0px 25px;
	height: 120px;
	font-size: 11px;
}

#left-footer {
	float: left;
	width: 625px;
	line-height: 16px;
	padding-top: 25px;
	}
	
#right-footer {
	float: left;
	background-image: url(images/blueprints.jpg);
	width: 215px;
	margin-left: 25px;
	text-align: center;
	height: 120px;
	}

#mainbottom {
	background-color: #e1eef4;
	width: 955px;
	margin: 0 auto;
	height: 18px;
}

.imagestyle-r {
	margin:0px 0px 15px 15px;
}

.imagestyle-l {
	margin: 0px 15px 15px 0px;
}

.inputfield {
	width: 250px;
	height: 18px;
	background-color: #E1EEF4;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #47B6E8;
	font-size: 12px;
	margin-bottom: 3px;
}

.comment {
	width: 250px;
	height: 100px;
	background-color: #E1EEF4;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #47B6E8;
	font-size: 12px;
	margin-bottom: 3px;
}

.submit-btn {
	height: 20px;
	background-color: #E1EEF4;
	color: #000000;
	border: solid 1px #47B6E8;
	font-size: 13px;
}