@charset "UTF-8";/* CSS Document */body {	margin-top: 0px;	background-color: #1f1f1f;	background-image: url(../images/background.jpg);	background-repeat: repeat-x;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 22px;	color: #FFFFFF;	font-weight: lighter;}a:link, a:visited, a:active {	color: #d3b693;	text-decoration: underline;	}a:hover {	color: #d3b693;	text-decoration: none;	}	#container {	width: 1024px;	margin-left: auto;	margin-right: auto;	margin-top: 0px;	}	.name {	color: #d3b693;	font-size: 18px;	}	.header {	color: #d3b693;	font-size: 24px; }			#mash_header {	width: 1024px;	height: 250px;	background-image: url(../images/mash_header.jpg);	float:left;	font-size: 18px;	font-style: normal;	font-weight: bold;	}	#menu_bar_container {	width: 1020px;	height: 40px;	float:left;	text-align: center;	padding-right: 2px;	padding-left: 2px;	background-color: #290000;	}	#menu_bar {	width: 170px;	height: 31px;	float:left;	text-align: center;	text-transform: uppercase;	color: #ffffff;	padding-top: 9px;	}	#menu_bar a:link {	color: #d3b693;	text-decoration: none;	display: block;	width: 170px;	}	#menu_bar a:hover {	color: #ffffff;	background-color: #200101;	text-decoration: none;	display: block;	width: 170px;	}	#menu_bar a:visited {	text-decoration: none;	display: block;	width: 170px;	}		#menu_bar a:active {	text-decoration: none;	display: block;	width: 170px;	}			#left_body {	width: 20px;	background-image: url(../images/left_body.jpg);	background-position: top;	background-repeat:no-repeat;	float: left;		}		#back_body {	width: 1024px;	background-image: url(../images/left_body.jpg);	background-position: top;	background-repeat:repeat-x;	float: left;	}			#main_body {	width: 840px;	background-color: #040404;	float:left;	margin-right: 20px;	margin-left: 20px;	padding-right: 72px;	padding-left: 72px;	padding-top: 32px;	padding-bottom: 32px;	}	#right_body {	width: 20px;	background-image:url(../images/right_body.jpg);	background-position: top;	background-repeat:no-repeat;	float:left;	}	#footer {	width: 1000px;	font-size:10px;	height: 40px;	background-image:url(../images/footer.jpg);	float:left;	line-height: 14px;	padding-top: 20px;	padding-left: 24px;	background-color: #1F1F1F;	background-repeat: no-repeat;	background-position: top;	}	#footer a:link {	color: #d3b693;	text-decoration: none;	}	#footer a:visited {	color: #d3b693;	text-decoration: none;	}	#footer a:active {	color: #d3b693;	text-decoration: none;	}			#footer a:hover {	color: #d3b693;	text-decoration: underline;	}	.qoutes {	color:	#d3b693;}.table {	margin-top: 0px;	margin-bottom: 0px;}.table th{	text-align: left;	color: #FFFFFF;	background-color: #70a4e0;}.table td{	border-top-width: 1px;	border-top-style: solid;	border-top-color: #d3b693;	padding-left: 20px;}