fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


html, body {
	margin:0px;
	padding:0px;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-size:0.9em;
	color:#fff;
	line-height:1.7em;
	background:#463730;
}

img { border:0; }

a
{
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-size: 0.9em;
	color: #971a1a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.text
{
	color: #971a1a;
}

#container
{
	width:990px;
	margin:0 auto;
	padding-top:120px;
	background:url('../image/bg.jpg') no-repeat left top;
}

#page
{
	width:990px;
	margin:0 auto;
}

#page .left
{
	float:left;
	width:290px;
}

#page .right
{
	float:left;
	width:700px;
}

#topFrame
{
	width:700px;
	height:40px;
	background:url('../image/top_frame.png') no-repeat;
}

#content
{
	width:661px;
	padding-left:39px;
	background:url('../image/bg_frame.png') repeat-y;
}

#contentPage
{
	width:602px;
	padding:1px 49px 1px;
	margin:0;
	background:url('../image/bg2_frame.png') repeat-y;
}

#bottomFrame
{
	width:700px;
	height:40px;
	background:url('../image/bottom_frame.png') no-repeat;
}
#bottomPage
{
	width:700px;
	height:40px;
	background:url('../image/bottom.png') no-repeat;
}

#bottom2Frame
{
	width:700px;
	height:8px;
	background:url('../image/bottom2_frame.png') no-repeat;
}

.foot
{
	font-family: "Tahoma", serif;
	font-size:0.9em;
	margin-left:30px;
	color:#99837d;
}

#sm1, #sm2, #sm3, #sm4
{
	display:none;
}

#menu, #menu2, #menu3, #menu4
{
	text-align:right;
}

#menu
{
	margin-top:-20px;
	margin-right:25px;
	position:relative;
	z-index:100;
}

#menu a, #menu2 a, #menu3 a, #menu4 a
{
	font-size:1.15em;
	color:#f5d8a0;
	font-weight:bold;
	text-shadow: #000 0 1px 2px;
}

#menu a
{
	display:inline;
	margin:0 5px;
}

#menu2 a, #menu3 a, #menu4 a
{
	display:block;
}

ul#menu2, ul#menu3, ul#menu4
{
	list-style:none;
	margin:0;
	padding:40px 0 0;
}

ul#menu2 ul, ul#menu3 ul, ul#menu4 ul
{
	list-style:none;
	margin:10px 0;
}

ul#menu2 ul a, ul#menu3 ul a, ul#menu4 ul a
{
	color:#fff;
	font-size:1.1em;
}

.red
{
	color:#d90000;
}
.field { height:18px; border:1px solid #bd914e; float:left; }

		#newsletter { background:#191919 url('../image/newsletter_bg.gif') repeat-x; color:#fff; margin-top:7px; padding:5px; font-size:.9em; }
			#newsletter h2 { font-size:1em; font-weight:bold; margin:0px; padding-bottom:5px; }
			#newsletter p { margin:5px 0px; line-height:1.2em; }
			#newsletter .go { float:left; background:url('../image/newsletter_button-bg.gif') repeat-x; border:0; color:#000; padding:4px; cursor:pointer; font-size:1em; }
