/* General Options */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 22px;
	color: #522414;
	background:#361914;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

.psmall{

font-size: 80%;

}

h1 {
	color: #522414;
	font-size: 1.7em;
}

h2 {
	color: #522414;
	font-size: 1.5em;
}

h3 {
	color: #522414;
	font-size: 1.3em;
}

a {
	color: #522414;
}

h5 {
	color: #522414;
	margin-top:-15px;
	font-size: 1.2em;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 30px;
}

/* Basic Structure */
#container {
	width: 728px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 728px;
	background: url(../images/header.jpg);
	height: 108px;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	padding:0 24px 0 36px;
	width: 668px;
	background: url(../images/contentbg.jpg);
}

#footer {
	clear: both;
	float: left;
	width:728px;
	height:102px;
	background: url(../images/footer.jpg);
	font-size: 0.9em;
	color: #522414;
	text-align: center;
	
}

#menu
{
width: 652px;
	height: 50px;
	margin-top:23px;
	margin-left:37px;

}

#menu ul
{
padding:0;
margin:0;
}
#menu ul li
{
display:inline;
}

#menu ul li a
{
display:block;
float:left;
}


#menu ul li a span
{
display:none;
}

#menu ul li a.menu_1
{
background:url(../images/menu_1.jpg);
width:153px;
height:50px;
}


#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:153px;
height:50px;

}

#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:280px;
height:50px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:280px;
height:50px;
}



#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg);
width:219px;
height:50px;

}



#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg);
width:219px;
height:50px;
}



/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

.authorsig{
color:#0033CC;
font-size:16px;
}

.comment{
font-size:12px;

}
.blue{
color:#00C;
}

table a {

font-size:20px;
color: #009;
}

