
/* GLOBAL -----------------------------------*/

body {
	width:100%;
	height:100%;
	margin:0px;
	padding-bottom:45px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#171e30 url(../images/backgroundX.jpg) repeat-x;
}
a {
	color:#333333;
}
h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	color:#1f3367;
}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}

dl dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0px 0px 10px 0px;
}

/* HEADER / NAV -----------------------------------*/

.siteheader img{
	display:block;
}
.pagenav{
	color:#fddebd;
	background:#171e30 url(../images/pagenavX.jpg) repeat-x;
}
.pagenav table tr td {
	padding:0px;
}
.pagenav table tr td a {
	display:block;
	color:#cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:6px 10px 6px 10px;
	text-decoration:none;
}
.pagenav table tr td a:hover {
	color:#ffffff;
}

/* PAGE -----------------------------------*/

.page {
	width:860px;
	margin:0px auto;
}

.content{
	text-align:left;
	color:#333333;
	background:#d7d5b7 url(../images/content.jpg) repeat-x;
	border-bottom:3px solid #000000;
	clear:both;
}
.leftcol{
	width:288px;
	border-right:1px solid #3c3333;
	float:left;
}
.leftcol img {
	display:block;
	clear:both;
}
.leftcol p {
	margin:0px;
	padding:10px;
}
.leftcol h1,
.leftcol h2,
.leftcol h3,
.leftcol h4,
.leftcol h5,
.leftcol h6 {
	margin:10px 10px 0px 10px;
}
.rightcol{
	width:550px;
	padding:10px;
	float:right;
}

/* FOOTER -----------------------------------*/

.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	color:#cccccc;
	font-size:11px;
	text-align:center;
	padding:8px 0px 10px 0px;
	background:#0c111d;
}
.footer a {
	color:#ffffff;
}

/* SPECIALS -----------------------------------*/

.specials table tr td {
	color:#000000;
	padding:10px;
	text-align:center;
	border:3px dotted #000000;
	background-image:url(../images/special.jpg);
}
.specials table tr td p {
	padding-top:10px;
	border-top:1px solid #000000;
}
.specials table tr td h1,
.specials table tr td h2,
.specials table tr td h3,
.specials table tr td h4,
.specials table tr td h5,
.specials table tr td h6{
	font-size:18px;
	font-weight:bolder;
	margin:3px;
	color:#000000;
}

/* EXTRAS -----------------------------------*/

.imgleft{
	margin:0px 10px 10px 0px;
}
.imgright{
	margin:0px 0px 10px 10px;
}
.marginright{
	margin-right:10px;
}
.clear{
	height:0px;
	clear:both;
}