@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
.hr{
	color:#F90;
}

#right {
	float:right;
}
#right2 {
	float:left;
	width:235px;
}
#header {
	width: 505px;
	margin-top: 15px;
	float: right;

	}
#footer {
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	clear: both;
	height: 75px;
	padding-top: 50px;
	}
#container {
	margin: 0 auto;
	width:950px;
}

#container2 {
	width:100%;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
}

#container3 {
	width:100%;
	clear: both;
	background-color: #687F91;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
}
#navigation {
	color: #CCCCCC;
	font-size:20px;
	margin-top: 35px;
	width: 225px;
	float: left;
}
#content {
	clear: both;
	padding-top: 100px;
}
a:link {
	color:#0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: x-large;
	color: #FFFFFF;
}
h2 {
	font-size: large;
	color: #666;
}

h3 {
	font-size: medium;
}

.style1 {
font-size:16px;
color: #FFFFFF;
}

.style2 {
	font-size:12px;
	color: #000;
	line-height: 20px;
}

#text {
	width:600px;
	margin-left:40px;
	margin-right:40px;
	float: right;
}

#text2 {
	width:600px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:125px;
	float: right;
}

#box {
	width:950px;
	margin-top:50px;
}

.smallcontact {
	background-image:url(images/small_field.jpg);
	background-repeat:no-repeat;
	width: 234px;
	height: 46px;
	border: 0;
	padding: 15px;
	background-color: #687F91;
}

.largecontact {
	background-image:url(images/large_field.jpg);
	background-repeat:no-repeat;
	width: 305px;
	height: 209px;
	border: 0;
	padding: 15px;
	background-color: #687F91;
}

.submit {
	background-repeat:no-repeat;
	width: 143px;
	height: 44px;
	border: 0;
	padding: 15px;
	background-color: #687F91;
	background-image: url(images/submit.jpg);
}
