@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#header {
	color: #FFF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 36px;
	font-weight: bold;
	background-image: url(../images/black_stucco_fader2.jpg);
	height: 120px;
	background-repeat: repeat-x;
	padding-left: 150px;
	padding-right: 150px;
}
.list_header {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #007ac1;
	height: 50px;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
}
.list_header_left{
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #007ac1;
	height: 50px;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-border-top-left-radius: 16px;
	-khtml-border-radius-topleft: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-khtml-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
}
.list_header_right{
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #007ac1;
	height: 50px;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-border-top-right-radius: 16px;
	-khtml-border-radius-topright: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-khtml-border-radius-bottomright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
}
.list_body {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.desc_header {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #007ac1;
	height: 50px;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-border-top-left-radius: 16px;
	-khtml-border-radius-topleft: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-khtml-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-khtml-border-radius-topright: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-khtml-border-radius-bottomright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
}
A.dh:visited {
	color: #FFF;
	text-decoration: none;
}
A.dh:link {
	color: #FFF;
	text-decoration: none;
}
A.dh:hover {
	color: #369;
	text-decoration: none;
}
.desc_body {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #369;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.desc_title {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #033;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
}
.content .nav {
	color: #FFF;
	font-family: Calibri, Arial, Tahoma, Verdana;
}
.top {
	background-color: #FFF;
	-webkit-border-top-left-radius: 16px;
	-khtml-border-radius-topleft: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-khtml-border-radius-topright: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
}
.btm {
	background-color: #FFF;
	-webkit-border-bottom-left-radius: 16px;
	-khtml-border-radius-bottomleft: 16px;	
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-khtml-border-radius-bottomright: 16px;	
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
}
select.fancy {
	border-radius: 6px;
	padding-left: 5px;
	border-style: ridge;
	background-color: #DFDFFF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
}
select.error {
	border-radius: 6px;
	padding-left: 5px;
	border-style: ridge;
	background-color: #FFDFDF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

input.fancy {
	border-style: ridge;
	border-radius: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DFDFFF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
}
input.error {
	border-style: ridge;
	border-radius: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#FFDFDF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

textarea.fancy {
	border-style: ridge;
	border-radius: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#DFDFFF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
}
textarea.error {
	border-style: ridge;
	border-radius: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#FFDFDF;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #333;
	border-color: #F00;
}
#navver {
	position: fixed;
	top: 25px;
	right: 10px;
}
.msg {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight:bold;
	color:#FFF;
}
.msg_BIG {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 20px;
	font-weight:bold;
	color:#FF0;
}
.poster {
	border: 2px solid #033;
}
.deername {
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
    color: #804300
}