body {
	background-image:url(assets/bgimage.jpg); 
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

/*links*/

a:link,a:visited,a:active { color: #a9835b; text-decoration: none; }
a:hover { color:gray; }
a img,:link img,:visited img { border: none; }

/*links*/

.error {
	background-color: #a9835b;
}
h1 {
	font-weight:normal;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#a9835b;
}
h2 {
	font-weight:normal;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	color:#a9835b;
}
.clear {
	line-height:0px;
	clear:both;
}
#container {
	width:821px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;

}

#contentbox {
	width:560px;
	padding:15px;
	border:#666666 1px solid;
	margin-top:0px;
	float:left;
}

#flash {
	width:592px;
	height:394px;
	background-image:url(assets/valla-images.jpg);	
	margin-top:0px;
	float:left;
}

#content {	
	background-image:url(assets/bar.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:821px;
	padding-bottom:30px;
	margin-bottom:10px;

}
#leftbox {
	width:380px;
	background-image:url(assets/divider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	padding-top:6px;
	padding-left:15px;
	padding-bottom:10px;
	float:left;
}
#rightbox {
	width:400px;
	float:left;
	padding-left:10px;
	padding-top:27px;

}
#textbox {
	width:790px;
	border:#666666 1px solid;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}
.bar {
	background-image:url(assets/bar.jpg);
	width:821px;
	height:7px;
	margin-left:auto;
	margin-right:auto;

}
#footer {
	width:801px;
	height:93px;
	padding:10px;
	margin-top:7px;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(assets/footerbg.jpg);
	background-repeat:no-repeat;
}
.footertext {
	width:240px;
	margin-top:5px;
	float:left;
	margin-right:20px;
	color: #CCCCCC;
}
.footertext a:link, .footertext a:visited, .footertext a:active {
	text-decoration:none;
	color:#FFFFFF;
	
}
.footertext a:hover {
	text-decoration:none;
	color:#a9835b;
}

#nav {
	background-image:url(assets/navbgb.png) !important;
	background-image:url(assets/navbgb.jpg);
	background-repeat:no-repeat;
	width:198px;
	height:376px;
	float:left;
	margin-top:0px;
	margin-left:11px !important;
	margin-left:7px;
	padding:10px;
}
.nav a:link, .nav a:active {
	text-decoration:none;
	color:#FFFFFF;
	
}
.nav {
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	padding-right:0px;
	font-size:18px;
	border-bottom:#CCCCCC 1px solid;
	color:#FFFFFF;
	padding-bottom:0px;
	padding-top:2px;
	
}
.nav a:hover {
	text-decoration:none;
	color:#999999;
}
.nav a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.subnav {
	width:198px;
	height:12px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a9835b;
	padding-bottom:5px;
	
}
.subnav a:link, .subnav a:active {
	text-decoration:none;
	color:#a9835b;
	
}
.subnav a:hover {
	text-decoration:none;
	color:#d7a46f;
}
.subnav a:visited {
	text-decoration:none;
	color:#a9835b;
}

/*forms*/

form           { margin: 0; padding: 0; }
fieldset       { margin: 0; padding: 0; border: 0px solid #ccc; }
label          { width:100px; display: block; float: left; }
input.contacts,textarea.contacts { border: 1px solid #ccc; margin: 0.2em 0em 0.2em 0em; padding: 0.2em; width: 200px; background-color: #444; color:#fff;}

/*forms*/

#gallery_container img {
	margin: 6px;
	float: left;
	width:80px;
	height:60px;
}
