@charset "utf-8";

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #060325;
	font-family: arial;
	color: white;
	font-size: 13px;

}

#menubar  img {

	width: 130px;

	height: 51px;

	border: 0px;



}



#container {

	background-image: url(images/background.v3.jpg);

	width: 1100px;

	height: 750px;

	background-repeat: no-repeat;

	margin-left: auto;

	margin-right: auto;

	background-position: 0px 45px;

	text-align: left;

	position: relative;

	margin-top: 15px;

}

#content-right {
	height: 530px;
	width: 445px;
	padding: 10px 15px 10px 0px;
	float: left;
	margin-top: 50px;

}

#menubar {

	text-align: center;

}
#content-left-ie6 #content-left {
	margin-left: 20px;
}

#content-left {
	height: 624px;
	width: 510px;
	text-align: left;
	float: left;
	margin-left: 40px;
	margin-top: 32px;

}


.clearboth {

	clear: both;

}

#footer {

	margin: 20px 20px 0px 20px;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.homepageimg {
	border: solid 1px;
	border-color: #CBC2BB;
	margin-right: 10px;
}
.imgborder {
	border: solid 1px;
	border-color: #CBC2BB;
}

.textinput     {
	font: 11px;
	font-family: arial;
	border: solid 1px;
	border-color: #666666;
	width: 250px;
}
.send {
	border: solid 1px;
	border-color: #5A3A09;
	color: white;
	background-color: #4F5A7B;
	font-weight: bold;
}

