@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d0ac8e;
	margin:0; padding:0;
	background-color:#b17543;
	font-size:11px;
	
}

a{
	color: #d0ac8e;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-weight:lighter;
	font-size:32px;
}

p{
	color:#330000;
	text-align:justify;
	line-height:16px;
}
table{
	color:#330000;
}

textarea, select, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size:11px;
}

input{
	border:0px;
	border-bottom:1px dotted #660000;
	background-color:#be905b;
}

select, textarea{
	border:1px dotted #660000;
	background-color:#c69e71;
}

.button{
	background-color: #660000;
	color: #FFFFFF;
	padding:2px;
}

#top{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:990px; height:70px;
	margin-left:auto; margin-right:auto;
	text-align:center;
	padding-top:30px;
	
	font-family:Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFCC;
	text-decoration:blink;
}
#top a{
	font-family:Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFCC;
	text-decoration:blink;
}
#top.alertInSite, #top.alertInSite a{
	font-size:16px;
	text-decoration:none;
}

#main{
	background-image:url(images/repeat_x.jpg);
	background-repeat:repeat-x;
	background-position: 20px;
	
}

#content{
	width:990px;
	margin-left:auto; margin-right:auto;
}
#contentHeader{
	height:182px;
}
#contentText{
	width:490px; height:300px;
	padding-top:67px; padding-left:21px;
	background-image:url(images/content_txt.jpg);
	float:left;
}
#contentImage{
	width:479px; height:367px;
	float:right;
}


.content_intro{
	background-image:url(images/content.jpg);
	height:380px;
	padding-top:169px;
}

.content_intro p{
	padding-left:20px; padding-right:500px;
}

#bottom{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:990px; max-height:310px; min-height:100%;
	margin-left:auto; margin-right:auto;
	margin-bottom:30px;
}


#lnkTop{
	display:block;
	width:100px; height:100px; border:1px solid #000000;
}
