
* { margin: 0px; padding: 0px; border: none; }
/*
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
*/

a:link { color: #666666; text-decoration: underline; } 
a:visited { color: #666666; text-decoration: underline; } 
a:active { color: #f1e3c5; text-decoration: underline; } 
a:hover { color: #4876FF; text-decoration: underline; }

/* General Styles ================================================================*/

body {
	background-color: #320000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #f1e3c5;
	}

.clear {
	clear:both;
	}

.container {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 10px;
	width: 780px;
	height: 600px;
	border: 1px solid #000000;
	background: #ffffff;
	}

/* pieces ================================================================*/
.col-a, .col-b {
	float: left;
	}

.a {
	background-color: #cddad5;
	background-image: url(../images/nav.gif);
	width: 359px;
	height: 249px;
	border-right: 1px solid #7a003c;
	}
	

.b {
	background-color: #cfab7a;
	background-image: url(../images/bottom-left.gif);
	width: 359px;
	height: 351px;
	border-right: 1px solid #7a003c;
	cursor: pointer;
	}
	
.c {
	background-color: #5b1300;
	z-background-image: url(../images/content.gif);
	width: 419px;
	height: 518px;
	border-left: 1px solid #572600;
	}

.c1 {
	background-color: #CFAB7A;
	width: 419px;
	height: 40px;
	border-left: 1px solid #572600;
	}

.d {
	background-color: #572600;
	background-image: url(../images/bottom-right.gif);
	width: 419px;
	height: 40px;
	border-left: 1px solid #572600;
	cursor: pointer;
	}
	
/* positions ================================================================*/
.c blockquote {
	padding: 30px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

.c .header {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Trebuchet, Serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	}
	
.c .header2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Trebuchet, Serif;
	letter-spacing: 0px;
	text-transform: capitalize;
	}

.br {
	background-image: url(../images/linebreak.gif);
	background-repeat: no-repeat;
	height: 3px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 25px 0px;
	}
	
.br2 {
	background-image: url(../images/linebreak.gif);
	background-repeat: no-repeat;
	height: 3px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 10px 0px;
	}

.c img {
	float: left;
	margin: 0px 12px 7px 0px;
	border: 1px solid #000000;
	}
	
.c img.flash {
	float: none;
	margin: 0px 12px 7px 0px;
	border: none;
	}
	
.c blockquote.center {
	text-align: center;
	padding: 30px 0px 0px 0px;
	}
	
.sub-nav {
	margin: 0px 0px 15px 0px;
	}
/* Table ================================================================*/
.table td {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	}
	
/* ThickBox ================================================================*/
.myOnPageContent {
	visibility: hidden;
	}

/* p ================================================================*/
p.indent {
	text-indent: 35px;
	padding: 0px 0px 20px 0px;
	}
	
p.indent2 {
	text-indent: 10px;
	padding: 0px 0px 20px 0px;
	}
	
p.indent3 {
	text-indent: 0px;
	padding: 0px 0px 20px 0px;
	}
	
p.indent4 {
	text-indent: 35px;
	padding: 0px 0px 0px 0px;
	}

p.grey {
	color: #888888;
	}

/* Copyright ================================================================*/

.copyright {
	text-align: center;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	background-color: #320000;
	}

















