body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f8c957;
	background-color: #000000;
	margin:0px;
}

	 a:link {color:#ffffff;text-decoration:none;}
	 a:visited {color:#ffffff;text-decoration:none;}
	 a:hover {color:#ffff00;}
	 a:active {color:#ffffff;text-decoration:none;}

.container {
	width:959px;
	background-image:url(images/ctbg.jpg);
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b61110;
	border-left-color: #b61110;
	}	
	
.leftbg {
	background-image:url(images/leftbg.gif);
	background-repeat:no-repeat;
	width:65px;
	height:306px;
	float:left;
	}
	
.rightbg {
	background-image:url(images/rightbg.gif);
	background-repeat:no-repeat;
	width:72px;
	height:306px;
	float:left;
	}

.content-full {
	width:656px;
	float:left;
	/*background-color:#00FF00;*/
	text-align:left;
	padding:10px;
	}

.nav {
	width:136px;
	float:left;
	/*background-color:#FFFFCC;*/
	font-size:14px;
	color:#eb5b1e;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	}


	
.content-left {
	width:451px;
	float:left;
	/*background-color:#00FF00;*/
	text-align:left;
	padding:10px;
	}	
	
.content-right {
	width:185px;
	float:left;
	background-color:#540500;
	padding:10px;
	margin-top:10px;
	}	
	
.footer {
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	width:959px;
	height:77px;
	padding-top:30px;
}

.yellowtitle {
	font-weight:bold;
	color:#ffe901;
	}

	.yellowtitle a:link {color:#ffff00;text-decoration:none;}
	.yellowtitle a:visited {color:#ffff00;text-decoration:none;}
	.yellowtitle a:hover {color:#ffffff;}
	.yellowtitle a:active {color:#ffff00;text-decoration:none;}
	
.orangetitle {
	font-weight:bold;
	color:#ffde00;
	}

.inlinephoto {
	margin: 5px;
	margin-left: 0px;
	border: thin solid #ffe901;
	}