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

html, body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../images/bg_fabric.jpg);
	background-repeat: repeat;
}
p {
	margin:0px;
	padding-bottom:12px;
}
h1 {
	margin:0px;
	padding-bottom:12px;
	font-size: 16px;
	font-weight: normal;
}
h2 {
	margin:2px;
	padding-bottom:8px;
	font-size: 16px;
	font-weight: normal;
}
a:link {
	color: #FF9900;
	text-decoration: none;
} 
a:visited {
	color: #FF9900;
	text-decoration: none;
} 
a:hover {
	color: #FF9900;
	text-decoration: underline;
} 
a:active {
	color: #FF9900;
	text-decoration: underline;
}
a.block:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #562117;
	padding: 2px;
} 
a.block:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #562117;
	padding: 2px;
} 
a.block:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #16103F;
	padding: 2px;
} 
a.block:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #16103F;
	padding: 2px;
}
#wrapper {
	width:928px;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}
#logo {
	position:absolute;
	left:56px;
	top:0px;
	width:155px;
	height:166px;
	z-index:2;
}
#nav {
	position:absolute;
	left:230px;
	top:139px;
	width:645px;
	height:30px;
	z-index:2;
	font-size: 18px;
}
div#nav a:link,
div#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
	font-weight: normal;
	margin-left: 12px;
}
div#nav a:hover,
div#nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 12px;
	font-weight: normal;
	margin-left: 12px;
}
#content {
	padding-left: 56px;
	padding-right: 46px;
	padding-top: 184px;
	min-height:400px;
	_height:auto !important;
	height:auto !important;
	height:400px;
	z-index: 2;
}
#footer {
	clear: both;
	padding-right: 46px;
	padding-left: 56px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
}
#footershadow {
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width:183px;
	background-image: url(../images/bottomshadow.png);
	height: 40px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-left: 745px;
}
#textholder {
	float: right;
	width: 380px;
}
#textholder_narrow {
	float: right;
	width: 220px;
}
#imageholder {
	float: left;
	width: 415px;
	border: 1px solid #FFFFFF;
}
#imageholder_wide {
	float: left;
	width: 571px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
#imageholder_home {
	float: left;
	width: 815px;
	border: 1px solid #FFFFFF;
}
#imageholder_gallery {
	float: left;
	width: 571px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-color: #000000;
	padding-bottom: 10px;
}
.formboxes {
	width: 170px;
	margin-bottom: 10px;
}
#imageholder_form {
	float: left;
	width: 500px;
}
.formbuttons {
	width: 80px;
	background-color: #FFFFFF;
}
#news_content {
	float: left;
	width: 571px;
}
#news_sidebar {
	float: right;
	width: 220px;
}
#comment {
	width: 571px;
}
