/* Last update 8-27-08              */

/* Fully Defining CSS here          */

/* -------------------------------- */



	body,

	html {
		margin:0;
		padding:0;
		background:#000000 url(../Images/camback.gif) repeat;
		color:#ffffff;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		}

	body {
		min-width:800px;
		}

	#wrap {

		margin:10px auto;
		width:800px;
		min-width:750px;
		min-height:600px;
		max-width: 750px;
		max-height:100%;
		position: absolute;
		left: 10%;
		right: 10%;
		border: thin solid #333333;
		background:#000000;
		}

	#header {
		left: 10%;
		right: 10%;
		position: absolute;
		top: 10px;
		height: 44px;
		}

	#header img {
		padding:5px;
		margin:0;
		height: 48px;
		width: 600px;
		position: relative;
		float: right;
		left: -50px;

	    	}

	#main_content_container {
		height: 550px;
		min-height: 550px;
		max-height: 550px;
		position:relative;
		top: 90px;
		}

	#left_main_panel {
		width:100px;
		position:relative;
		background-image: url(../Images/CrossCrashOpt.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		top: 0px;
		left: 20px;
		float: left;
		height: 480px;
		min-height: 480px;
		max-height: 480px;
		}

	#left_main_panel ul{
		margin:0;
		padding: 10px;
		list-style:none;
		}

	#left_main_panel li {
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #CCCCCC;
		border-right-color: #333333;
		border-bottom-color: #333333;
		border-left-color: #CCCCCC;
		color: #FFFFFF;
		cursor: hand;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #000000;
		}
   
	#left_main_panel a {
		font-family: "Monotype Corsiva", serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		border-top-width: none;
		border-right-width: none;
		border-bottom-width: none;
		border-left-width: none;
		}

	#left_main_panel img {
		border-top-width: none;
		border-right-width: none;
		border-bottom-width: none;
		border-left-width: none;
		cursor: hand;
		padding: 0;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #000000;
		}

	
	#right_main_panel {
		height: 480px;
		width: 590px;
		min-width: 590px;
		max-width: 590px;
		min-height: 480px;
		max-height:480px;
		position:relative;
		left: 0px;
		top: 0px;
		float: right;
		background-image: url(../Images/camback.gif);
		background-repeat: repeat;
		padding: 10px;
		overflow: auto;
	
		}

	#right_main_panel ul {
		}

    
    #right_main_panel h3, #main p {

		padding:0 10px 0 0;

    }
	
	#announcement {
	background-color: #000000;
	padding: 5px;
	border-top: medium outset #FFFF00;
	border-right: medium outset #999900;
	border-bottom: medium outset #999900;
	border-left: medium outset #FFFF00;
	width: 550px;
	height: 300px;
	float: none;
	text-align: justify;
	overflow: auto;

	}

	#footer {
		background:#000000;
		clear:both;
		height: 50px;
		position: relative;
		bottom: 0%;

		}

	#footer p {
	padding:5px;
	font-family: "Times New Roman";
	font-size: 10px;
	color: #FFFFFF;
    	}
