/* 

COLORS
background 575757
leftbox a88307
rightbox 0762a9

*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #575757;
}

p, .content {
	font-size: 0.7em;
	line-height: 1.4em;
}

hr {
	color: #fff;
	height: 2px;
	background-color: #fff;
}

a {
	color: #ccc;
}
.container {
	width: 776px;
	padding-top: 20px;
	margin: auto;
	text-align: left;
}

.topleft {
	background: #fff url(images/topleft.gif) no-repeat left;
	width: 776px;
	height: 91px;

}

.topright {
	background: url(images/topright.gif) no-repeat right;
	width: 776px;
	height: 91px;
}

.topinside {
	padding-left: 5px;
	padding-top: 5px;
}

/* nav section */

.navbar {
	margin: 10px 0 10px 0;
}

a.navitem { 
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-left: thin dotted #fff;
	padding: 0 5px 0 10px;
}

a.navitem2 {
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 10px;
}

a.navitem:hover, a.navitem2:hover {
	color: #222;
}

/* nav section end */

.mainbody {
	background: url(images/back.jpg) repeat-y left top;
}

.leftbox {
	width: 410px;
	_width: 470px;
	padding: 0 0 0 63px;
}

.rightbox {
	width: 202px;
	float: right;
	position: relative;
	font-size: 0.7em;
}


.right1 {
	padding: 10px 32px 10px 0;
	width: 165px;
	_width: 197px;
	background: url(images/tab1.gif) no-repeat top right;
}

.right2 {
	padding: 10px 32px 10px 0;
	width: 165px;
	_width: 197px;
	background: url(images/tab2.gif) no-repeat top right;
}

.right3 {
	padding: 10px 32px 10px 0;
	width: 165px;
	_width: 197px;
	background: url(images/tab3.gif) no-repeat top right;
}

.sidebar {
	width: 165px;
	height: 2px;
	background: #fff;
}

.bottombar {
	margin: 10px 0 10px 0;
	text-align: center;
}

.separator {
	text-align: center;
	margin: 15px 0 15px 0;
}

.tab1 {
	float: right;
	left: 167px;
	position: relative;
}

.tab2 {
	float: right;
	left: 193px;
	top: 160px;
	position: relative;
}

.tab3 {
	float: right;
	left: 219px;
	top: 320px;
	position: relative;
}

/* minicms section */
h1 {
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom: thin solid #795e05;
	width: 410px;
}
h2 {
	font-family: Verdana, san-serif;
	color: #604A03;
	font-size: 1em;
}
.imgstyle {
	border: thick solid #795e05;
}
.caption {
	text-align: center;
	padding-top: 5px;
	width: 160px;
	font-size: 0.6em;
	color: #604A03;
}
.caption2 {
	text-align: center;
	padding-top: 5px;
	width: 405px;
	font-size: 0.6em;
	color: #604A03;
}
.galbox {
	width: 160px;
	padding-top: 5px;
}
a.gallery {
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
}
a.gallery:hover {
	text-decoration: underline;
}
.time {
	margin: -10px 0 -15px 0;
}
.subheadline {
	font-size: 0.8em;
}
.alert {
	color: #CC0000;
	font-size: 0.7em;
}
/* minicms section end*/