body{
	background:url(images/bg.png) repeat-x #c5960c;
	font-family:verdana;
	font-size:10pt;
	margin:0;
	padding:0;
}

#header{
	text-align:center;
	width:719px;
	height:317px;
	background:#ffffff;
	padding-top:0;
	padding:0;
}

#header img{
	margin:0;
}

#content{
	background:#ffffff url(images/content_bg.png) 0 100% no-repeat;
	margin:0 auto;
	width:719px;
	border:15px solid #672b2c;

}

.strip{
	width:719px;
	background:url(images/bg.png)0 45% repeat-x #c5960c;
	height:37px;
}

#content p
{
	font-size:10pt;
	margin-left:10px;
	margin-right:25px;
	text-indent:1.5em;
	width:95%;
	padding:15px;
}

#footer {
	
}

#footer img{
	float:left;
	margin:0;
	margin-left:6px;
	border:none;
}

#footer a img{
	border:none;
}
.clear{
	clear:both;
}
#content ul{
	list-style-type:square;
}
a.mail:link{
	vertical-align:bottom;
	color:#cd2139;
	text-decoration:none;
}
a.mail:visited{
	color:#cd2139;
	text-decoration:none;
}

a.mail:hover{
	color:#cd2139;
	text-decoration:underline;
}

.strip a{
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin:5px;
	width:75px;
	font-size:10pt;
	border:1px solid transparent;
	font-weight:bold;
}
.strip a:link
{
	background:#672b2c;
	color:white;
	text-decoration:none;
}
.strip a:visited
{
	background:#996600;
	padding:5px;
	color:white;

}

.strip a:hover
{
	background:white;
	border:1px solid #672b2c;
	color:#672b2c;
}

h1{


	color:#000000;
	font-size:16pt;
	font-weight:bold;
	text-indent:1em;
}

h2 {
	background-color:#eaeaea;
	width:60%;
	color:#cd2139;
	font-size:11pt;
	font-weight:lighter;
	text-indent:1em;
}

h3 {
	background-color:#eaeaea;
	width:40%;
	color:#cd2139;
	font-size:10pt;
	font-weight:bold;
	text-indent:1em;
}
	
acronym{
	background-color:#feffce;
	border:1px dashed #e0babf;
	padding:1px;
}

fieldset
{
	width:80%;
	border:none;
	font-size:10pt;
	background-color:#eaeaea;
}

#msgPost .textInput{
	border:1px solid #cd2139;
}
#msgPost .msgText{
	border:1px solid #cd2139;
	width:250px;
	height:150px;
}

#posts
{
	width:75%;
	font-size:10pt;
	background-color:#eaeaea;
}

.post{
	background-color:#f9f9f9;
	border-top:1px dashed #cd2139;
	padding:5px;
}
#msg{
	visibility:hidden;
	width:200px;
	background-color:#feffce;
	text-align:center;
	height:13pt;
}
.post_name{
	font-size:8pt;
	font-weight:bold;
}
.post_email
{
	font-size:8pt;
	font-style: italic;
}
.btn_post{
	border:2px solid #cd2139;
	background-color:#feffce;
}
textbox{
	overflow:hidden;
}
