@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
	color:#333;
	background-color: #3D420C;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img2 {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.img1 {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}



h1 {
	margin:.5em 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-variant: normal;
}

h2 {
	margin:0 0 0.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
}
	h1, h2, a {
	color:#848949;
	}

p {
	line-height:1.5;
	margin:0 0 1em;
	text-align: left;
}

li {
	list-style-type: square;
	line-height: 22px;
} 
ul {
	list-style-type: square;
} 

ol {
} 

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:820px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/bg-content.png);
	background-repeat: no-repeat;
	background-position: top;
	overflow:hidden;
}

div#header {
	padding:1em;
	height: 100px;
	clip: rect(auto,auto,auto,auto);
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
div#naver {
	padding-right: 22px;
	padding-left: 21px;
	padding-top: 5px;
	padding-bottom: 10px;
}
div#content {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
div#div #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
div#content left{
	float:left; width:50%;
}
div#content right{
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 60px;
	padding-left: 20px;
}
	div#content p {
	text-align:left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 12px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-image: url(images/bg-footer.png);
	height: 86px;
	background-color: #3D420C;
	background-repeat: no-repeat;
	background-position: top;
}
	div#footer p {
	margin:0;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	}
	
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9B060;
	line-height: 16px;
	padding-top: 90px;
} 
.mytext a:link {
	color: #A9B060;
	text-decoration: none
} 
.mytext a:visited {
	color: #A9B060;
	text-decoration: none
} 
.mytext a:hover {
	color: #A9B060;
	text-decoration: underline
} 
.mytext a:active {
	color: #A9B060;
	text-decoration: none
} 

.imageco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	float: right;
} 	
.imageco a:link {color: #CCCCCC; text-decoration: none} 
.imageco a:visited {color: #CCCCCC; text-decoration: none} 
.imageco a:hover {color: #CCCCCC; text-decoration: underline} 
.imageco a:active {color: #CCCCCC; text-decoration: none}

a:link {
	color: #91984A;
}
a:visited {
	color: #91984A;
}
a:hover {
	color: #91984A;
	text-decoration: underline;
}
a:active {
	color: #91984A;
}
/* contact form */
.contactForm {
	padding:10px;
	float: right;
	width: 460px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
	margin-right: 0;
}
.contactForm fieldset { }
.contactForm legend {
	padding:0 10px;
	margin-left:20px;
	color:#1071C2;
}
.contactForm ul { margin:0;  list-style:none;}
.contactForm ul li {clear:both; background:none; }
.contactForm ul label {
	display:block;
	float:left;
	width:200px;
	padding:3px 0;
}
.contactForm .txtField  {
	display:block;
	float:left;
	padding:2px;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#1071C2;
	border:2px solid #A5A5A5;
	outline:none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	background-color: #E6E6E6;
}
.contactForm .txtField:hover, .txtField:focus, .txtField:active {
	background-color: #FFF;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.contactForm .send { width:174px; height:35px; background:url(images/send.gif) no-repeat; padding-bottom:10px; text-align:center; border:none; margin:15px 0 0px 0; border:none;color: #c2f671;font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-weight:bold; margin-left:210px; color:#FFFFFF;   }
.contactForm .send:hover {
	cursor:pointer;
	color:#1071C2;
}
.contactForm.request fieldset {
	border:1px solid #CCC;
	padding:5px;
}
.contactForm fieldset.extra {margin-top:15px;}
.contactForm .file {display:block; float:left; padding:3px; width:260px; margin:5px 0 7px 0;font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;}
div#div #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.contactForm .required {
	border:none;
	border:none;
	color: #c2f671;
	color:#C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
