@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
font-size:15px;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
}

#container {
position:relative;
z-index:1;
margin: 0px auto;
width:882px;
overflow:hidden;
min-height: 100%;
}

#header {
	width:882px;
	height:198px;
}

#nav {
	height: 25px;
	width: 885px;
	overflow:hidden;
}

#center {
	background:url(../img/site/images/center_14.png);
	background-repeat:no-repeat;
	width: 882px;
	height: 929px;
}

#centerpage {
	background: url(../img/site/images/center_pages_14.png);
	background-repeat:no-repeat;
	width: 882px;
	height: 929px;
}

.rightborder {
border-right: 1px solid #000000;
height:10000px;
}

#leftcontent {
top: 298px;
left: 72px;
width: 430px;
height: 820px;
position:absolute;
padding-right:15px;
text-align:center;
}

#rightcontent {
top: 298px;
left: 524px;
width: 292px;
height: 890px;
position: absolute;
overflow:auto;
}

#pagescontent {
top: 229px;
left: 69px;
width: 742px;
height: 870px;
position:absolute;
text-align:center;
overflow:auto;
}

#footer {
	left: 85px;
	top: 1135px;
    width: 700px;
    height: 25px;
    text-align: center;
	position: absolute;
}

#footer a {
color: #000000;
}

#footer a:hover {
    text-decoration: underline;
    color: #999999;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font: 18px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #FF0000;
	letter-spacing: 2px;
	}

h2 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #66FF00;
	}

h2 em {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #66FF00;
	}	

.desc {
	margin-left: 15px;
	}

.specials {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	}

.specials em {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #999;
	}

h3 {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#000000;
	font-size: 26px;
}

.caption {
	font-size:11px;
	font-style:italic;
}

.biglinks {
	font-size:19px;
	font-weight:bold;
	color:#000000;
}

a {
	color:#33FF00
}
	

















