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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}
.clear {
	clear:both;
	}
.wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wrap .top {
	height: 57px;
	background-image: url(images/header_top.jpg);
	background-repeat: repeat-x;
}
.wrap .header {
	background-color: #FFC07D;
	height: 120px;
	position: relative;
}
.wrap .header .logo {
	position: absolute;
	left: 25px;
	top: 25px;
}
.wrap .header .name {
	position: absolute;
	left: 200px;
	top: 30px;
}
.wrap .header .quality {
	position: absolute;
	left: 210px;
	top: 70px;
	width: 400px;
	text-align: right;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.wrap .header .reg {
	position: absolute;
	top: 7px;
	right: 510px;
	font-weight: bold;
	color: #993300;
}
.wrap .bar {
	background-image: url(images/bar-bg.jpg);
	background-repeat: repeat-x;
	height: 37px;
	position: relative;
}
.wrap .bar .date {
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: bold;
	color: #993300;
}
.wrap .bar .welcome {
	position: absolute;
	left: 30px;
	top: 10px;
	color: #993300;
	font-weight: bold;
}
.wrap .content {
	background-color: #FFFFFF;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.wrap .content .leftcolumn {
	width: 200px;
	float: left;
	background-image: url(images/left_column_bg.jpg);
}
.wrap .content .leftcolumn .menu {
	padding: 18px;
}
.wrap .content .leftcolumn .menu h1 {
	font-size: 12px;
	background-image: url(images/dotedline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrap .content .leftcolumn .menu h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.wrap .content .leftcolumn .menu ul {
	list-style-type: none;
}
.wrap .content .leftcolumn .menu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrap .content .leftcolumn .menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.wrap .content .leftcolumn .menu ul li a:hover {
	text-decoration: underline;
}
.wrap .content .rightcolumn {
	float: right;
	width: 570px;
}
.wrap .content .rightcolumn h1 {
	color: #993300;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	margin-bottom: 10px;
}
.wrap .content .rightcolumn h2 {
	color: #993300;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	clear:both;
}	
.wrap .content .rightcolumn h2 a {
	color:#993300;
	text-decoration:none;
	}
.wrap .content .rightcolumn h2 a:hover {
	text-decoration:underline;
	}
.wrap .content .rightcolumn p {
	line-height: 130%;
	color: #993300;
}
.wrap .content .rightcolumn img {
	float:right;
	margin-left:10px;
	padding:2px;
	border:1px solid #ccc;
	}
.wrap .content .rightcolumn .boxes {
	margin-top: 20px;
}
.wrap .content .rightcolumn .boxes .left_box {
	float: left;
	width: 48%;
}
.box_lt {
	background-image: url(images/box_lt.jpg);
	background-repeat: no-repeat;
}
.box_lt .box_rt {
	background-image: url(images/box_rt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.box_lt .box_rt .box_rb {
	background-image: url(images/box_rb.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_lt .box_rt .box_rb .box_lb {
	background-image: url(images/box_lb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
.wrap .content .rightcolumn .boxes .right_box {
	float: right;
	width: 48%;
}
.wrap .content .rightcolumn .boxes .box_lt .box_rt .box_rb .box_lb h1 {
	color: #993300;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.readmore {
	text-align: right;
	clear:both;
}
.readmore a {
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
}
.wrap .footertop {
	background-image: url(images/footer_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 9px;
	overflow: hidden;
}
.wrap .footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	position: relative;
}
.wrap .footer .copyright {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #993300;
}
.wrap .footer .webdesign {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #993300;
}
.wrap .footer .webdesign a {
	color: #990000;
	text-decoration: none;
}
.wrap .footer .webdesign a:hover {
	text-decoration: underline;
}
.wrap .content .rightcolumn ol, .wrap .content .rightcolumn ul {
	margin-left:30px;
	color:#993300;
	margin-top:10px;
	margin-bottom:10px;
}
.wrap .content .rightcolumn .shortstories img {
	float:left;
	margin-right:5px;
	margin-left:0px;
	padding:2px;
	border:1px solid #ccc;
	}
.wrap .content .rightcolumn .gallery ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
.wrap .content .rightcolumn .gallery ul li {
	float:left;
	margin-right:10px;
	height:80px;
	}
.wrap .content .rightcolumn .gallery ul li img {
	padding:2px;
	border:1px solid #ccc;
	margin:0;
	}
.wrap .content .rightcolumn .links {
	position:relative;
	}
.wrap .content .rightcolumn .links ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:20px;
	border-bottom:2px dotted #996600;
	}
.wrap .content .rightcolumn .links ul li {
	float:left;
	width: 33%;
	padding-top:5px;
	padding-bottom:5px;
	}
.wrap .content .rightcolumn .links ul li a {
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	}
.wrap .content .rightcolumn .links ul li a:hover {
	text-decoration:underline;
	}
.wrap .content .rightcolumn .links .addlink {
	position:absolute;
	right:10px;
	top:10px;
	border:1px solid #993300;
	padding:4px;
	}
.wrap .content .rightcolumn .links .addlink a {
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	}
.wrap .content .rightcolumn .links .addlink a:hover {
	text-decoration:underline;
	}
.wrap .content .rightcolumn .links .contactform label {
	float:left;
	display:block;
	width:130px;
	margin-right:5px;
	}
.wrap .content .rightcolumn .links .contactform input {
	padding:3px;
	}
.wrap .content .rightcolumn .links .contactform p {
	padding-top:4px;
	padding-bottom:4px;
	}
.wrap .content .rightcolumn .links .contactform img {
	float:none;
	}
.wrap .content .rightcolumn .links .contactform .success {
	color: #00CC00;
	font-weight:bold;
	}
.wrap .content .rightcolumn .links .contactform .fail {
	color: #FF0000;
	font-weight:bold;
	}
.wrap .header .building {
	position: absolute;
	right: 40px;
	bottom: 2px;
}

