
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url('../images/bg.jpg') top center no-repeat;
}

#content {
	font: normal 11px/18px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #5e5e5e;
	padding: 10px 0 0 20px;
	width: 680px;
	float:left;
}
#leftcol {
	width: 390px;
	float:left;
	padding: 0 20px 0 0;
	border-right: 1px solid #911f1f;
}
#rightcol {
	width:240px;
	float:right;
}

#footer {
	font: normal 11px/18px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #aeaeae;
	padding: 10px 10px 10px 0px;
}

hr {
	height: 1px;
	/*width: 100%;*/
	background: #911f1f;
	border: 1px;
	color: #911f1f;
}

a {
	color: red;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	border-bottom: dotted 1px white;
}

h1, h1 a, h1 a:hover {
	font: bold 18px arial, verdana, microsoft sans-serif, sans-serif;
	color: #911f1f;
	margin-top: 0px;
    text-decoration:none;
}

h2 {
	font: bold 11px arial, verdana, microsoft sans-serif, sans-serif;
	color: #911f1f;
	margin-top: 0px;
}
h3 {
	font: bold 18px arial, verdana, microsoft sans-serif, sans-serif;
	color: #911f1f;
	margin-top: 0px;
}
p {
	margin-top: 4px;
}

ul {
	margin-top: 0px;
}

/* Buttons */

.button {
	background: #aa0000 url('../images/bg_button.jpg') top repeat-x;
	color: #fff6e1;
	font: 11px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	border: solid 1px #aa0000;
	}

.button_over {
	background: #ffffff url('../images/bg_button_over.jpg') top repeat-x;
	color: #738fad;
	font: 11px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	border: 1px solid #aa0000;
	cursor: pointer;
	}
	
	/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	text-decoration:none;
	padding: 10px 1px 5px 7px;
	width: 155px;
	/*height: 24px;*/
	background: #000000;
	text-align:left;
	line-height:15px;
}
.subOne a:hover, .subTwo a:hover {
	color: #911f1f;
	text-decoration:none;

}
.subOne {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 130px;
	margin-left: 438px;
}
.subTwo {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 130px;
	margin-left: 568px;
}

#pic img {
	width: 200px;
	margin: 5px 5px 0 0;
	padding: 4px;
	border: 1px solid #000000;
}
#piclg img {
	width: 350px;
	margin: 5px 5px 0 0;
	padding: 4px;
	border: 1px solid #000000;
}
#piclgleft img {
	width: 300px;
	margin: 5px 5px 0 0;
	padding: 4px;
	border: 1px solid #000000;
	float:left;
}
#piclgright img {
	width: 300px;
	margin: 5px 0 0 5px;
	padding: 4px;
	border: 1px solid #000000;
	float:right;
}