/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000; background-color:#d2d1d0;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


html { background: #2c0401; color: #FFF; }

#header {
	width: 100%;
	text-align: center;
	padding-left: 14px;
}

#container {
	width: 857px;
	height: 575px;
	margin-left: auto;
	margin-right: auto;
}

#content_top {
	background: url(../images/content_top.png) no-repeat left;
	width: 857px;
	height: 6px;
}

#content {
	height: 417px;
	background: url(../images/content_bg.png) repeat-x #2c0401;
}

#content_left {
	float: left;
	width: 6px;
	height: 417px;
	background: url(../images/content_left.png) no-repeat;
}
#content_right {
	float: right;
	width: 6px;
	height: 417px;
	background: url(../images/content_right.png) no-repeat;
}

#content_bottom {
	width: 100%;
	height: 6px;
	background: url(../images/content_bottom.png) no-repeat;
}

#content_mid { padding: 15px 20px 20px 20px; }

div.title { margin-bottom: 15px; }

h1, h2, span.title {
	display: inline;
	font-size: 2em;
	color: #d6b568;
	font-family: "Times New Roman", Times, serif;
}

p { font-size: 1.1em; margin-bottom: 10px; }

strong { font-weight: bold; }

#description { width: 450px; position: relative; float: left; }

a, a:visited { color: #d6b568; }

a:hover { text-decoration: none; }

#contact { width: 320px; float: right; }

/* FORM  */
fieldset { margin-bottom: 10px; }

label { display: block; }

.input-text { width: 250px; padding: 2px; border: 1px solid #d4b367; background-color: #490c03; color: #fff; }

textarea { width: 300px; height: 100px; background-color: #490c03; border: 1px solid #d4b367; color: #fff; padding: 2px }

#alert
{
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #d4b367;
	height: 0;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}
