body{
	background: #ffe57d;
	width: 715px;
	margin: 10px auto;
	font-family: arial, sans serif;
	}

#main{
	width: 715px;
	margin: 0 auto;
	background: #ffffff;
	border-top: solid #660000 15px;
	}

#logo{
	display: block;
	width: 100%;
	background: white;
	text-align: right;
	margin: 10px 0px;
	}

#navigation{
	height: 15px;
	background: #996666;
	font-family: arial, sans serif;
	}

#navUL, #navUL li{
	list-style: none;
	margin: 0px;
	float: left;
	text-indent: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	}

#navUL li{
	width: 102px;
	text-align: center;
	}

#navUL a{
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
	}

#navUL a:hover{
	background: #660000;
	line-height: 15px;
	}

#navUL a.selected{
	background: #660000;
	line-height: 15px;
	}

#content{
	background: #ffffff;
	display: block;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	}

#content a{
	color: #999966;
	font-size: 15px;
	text-decoration: none;
	}

#content a:hover{
	color: #cccccc;
	}

#content a.plain{
	color: black;
	font-size: 12px;
	text-decoration: underline;
	}

.column{
	float: left;
	width: 345px;
	}

.onecolumn{
	padding: 20px;
	}

.press{
	float: left;
	margin: 0px 10px 10px;
	border: solid 1px #cccccc;
	}

.oneoftwo{
	margin-right: 10px;
	}

.twooftwo{
	display: block;
	float: right;
	}

.boldRight{
	font-weight: bold;
	text-align: right;
	}

#middle, #middlethumbs{
	width: 370px;
	float: left;
	}

#middlethumbs{
	padding-left: 10px;
	width: 365px;
	height: 300px;
	overflow: auto;
	}

#middlethumbs .title{
	padding: 0px;
	margin: 10px 0px;
	}

#middlethumbs .thumb a{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	}

#third{
	float: right;
	width: 229px;
	}

p{
	margin: 15px 20px 10px;
	}

img{
	border: 0px;
	}
	
.construction{
	font-weight: bold;
	color: red;
	margin: 10px;
	}

.title{
	font-weight: bold;
	color: #660000;
	}

.titlesmall{
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	}
	
.nomargintop{
	margin-top: 0px;
	}

.nomarginbottom{
	margin-bottom: 0px;
	}

.sideNav{
	width: 110px;
	float: left;
	padding-top: 20px;
	font-family: arial, sans serif;
	background: #eeecce;
	display: block;
	height: 100%;
	padding-bottom: 20px;
	}

.sideNav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.sideNav ul li{
	height: 30px;
	}

#content .sideNav ul li a{
	padding: 9px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	display: block;
	padding-left: 5px;
	}

.sideNav ul li a.selected,
.sideNav ul li a:hover{
	background: white;
	}

#footer{
	clear: both;
	display: block;
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: white;
	padding-top: 5px;
	background: #660000;
	}

#footer2{
	display: block;
	width: 715px;
	font-size: 10px;
	margin-top: 4px;
	}

#footer2 a{
	color: #000000;
	padding-left: 25px;
	background: url(../images/fmondragon.gif) no-repeat;
	}

span.right{
	float: right;
	}

span.left{
	float: left;
	}