/* CSS Document */

#prewrap {
	width: 800px;
	height: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_main.jpg);
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	padding-bottom: 25px;
	background-repeat: repeat-y;
	}

#postwrap {
	width: 800px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#subfooter {
	width: 750px;
	height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	text-align: right;
	padding-right: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#mainimage {
	margin-left: 25px;
	margin-bottom: 25px;
	}
	
#left {
	width: 435px;
	height: 100%;
	margin-left: 50px;
	float: left;
	padding-right: 10px;
	border-top: #CCCCCC 1px solid;
	display: inline;
	}

#right {
	width: 240px;
	float: right;
	margin-right: 50px;
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-image: url(../images/grey_fade_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	}

#right2 {
	width: 240px;
	float: right;
	margin-right: 50px;
	margin-top: 5px;
	clear: right;
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	display: inline;
	}

.smallprint {
	font-size: 7px;
	color: #999999;
	line-height: 12px;
	margin-top: 50px;
	}

.forcer {
	clear: both;
	}

.forcer30 {
	clear: both;
	margin-top: 30px;
	}

.navtitle {
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	border: #999999 1px solid;
	background: #CCCCCC; 
	}

.toggler {
	cursor: pointer;  
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 5px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: #CCCCCC 1px solid;
	}

.toggler:hover {
	background: #CCCCCC; 
	}

.element {
	font-size: 9px;
	color: #666666;
	line-height: 14px;
	margin-bottom: 10px;
	}

.thumbnail {
	margin-bottom: 5px;
	}

.thumbnailtext {
	padding: 5px;
	text-decoration: none;
	color: #333333;
	}

.thumbnailtext:hover {
	background-color: #CCCCCC;
	}

.contentimage {
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}

.sideoption {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	margin-top: 6px;
	color: #990000;
	}
