body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	line-height:0px;
	clear:both;
}
h1 {
	font-weight:normal;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#header {
	height:271px;
	width:930px;
	background-image:url(images/blueheaderbg.png);
	margin-right:auto;
	margin-left:auto;
	margin-top:104px;
}
#container {
	background-image:url(images/bluecontainerbg.png);
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-top:0px;
	width:930px;
}
#left {
	float:left;
	width:556px;
	padding-left:15px;
}
.content {
	float:left;
	width:480px;
	margin-top:0px;
	padding-top:0px;
	padding-left:60px;
}
#right {
	width:344px;
	height:337px;
	float:right;
	padding-right:0px;
	background-image:url(images/bluenavbg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#rightbar {
	width:15px;
	height:337px;
	float:right;
	color:#CC0000;
	
}
#leftbar {
	width:15px;
	height:337px;
	float:left;
	color:#CC0000;
	
}
#footer {
	background-image:url(images/bluefooterbg.png);
	background-repeat:no-repeat;
	background-color:none;
	margin-right:auto;
	margin-left:auto;
	height:40px;
	width:930px;
}
.copyright {
	margin-top:0px;  
	text-align:right; 
	width:930px; 
	color:#999999; 
	padding-right:40px; 
	margin-right:auto;
	margin-left:auto;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	text-decoration:none;
	color:#999999;
}
.copyright a:hover {
	color:#333333;
}

#nav {
	margin-left:45px;
	width:257px;
}

.nav a:link, .nav a:visited, .nav a:active {
	text-decoration:none;
	color:#FFFFFF;
}
.nav a:hover {
	color:#ccc;
}
.nav {
	text-align:right;
	padding-right:0px;
	font-size:13px;
	color:#FFFFFF;
	background-image:url(images/bluenavshadow.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:6px;
	padding-top:6px;
}

label {
	display: block;
	float:left;
	font-weight: bold;
	width:80px;
}
fieldset{
	padding-top: 12px;
	border:none;
	/*width:310px; */
	width:280px; 
	float:left;
}
.contacts_info{
	border:1px solid #999;
	width:190px;
	margin: 2px;
}
textarea.contacts_info{
	width:192px;
	border:1px solid #999;
}
span.error {
	margin-left: 82px;
	color:red;
}

#lines {
	background: url(/sites/default/images/bluelines.jpg) no-repeat 15px bottom;
}