@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;
}
img { border: none; }
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#663300;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat;
	}
#box {
	width: 920px;
	border:solid;
	border-width:1px;
	border-color:#FFF;	
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
 	margin-left: auto;
	background-image:url(images/boxbg2.jpg);
	}
#header {
	width: 880px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	background-color:none;
	/*border: 1px dotted #333333;*/
/* Main Navi begin */
	}
ul#mainNav {
	width:880px;
	position: relative;
	/*margin-top: 10px;*/
	}
ul#mainNav li {
	background-color:#fff;
	float:left;
	}

ul#mainNav li a {
	display: block;
	width: 220px;
	padding: 0px;
	line-height: 12px;
	background-image:url(images/mainnavibg.jpg);
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	border: 0px;
	float: left;
	margin-left: none;		
	}
		
ul#mainNav li a:link {
	color : #fff;
	text-decoration: none;
	}
ul#mainNav li a:active {
	color : #f93;
	text-decoration: none;
	}
ul#mainNav li a:visited {
	color : #fff;
	text-decoration: none;
	}
ul#mainNav li a:hover {
	color : #f93;
	text-decoration: none;
	}
ul {
	list-style-type:none;
	}
li {
	list-style-type:none;
	}
.spotlight{
	margin-top: -22px;
		}

/* Main Navi End */		
#middle {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	
	/*border: 1px dotted red;*/ 

	}
	
	#left {
		width: 430px;
		float:left;
		
		/*border: 1px dotted red;*/  
		}

	#right {
		width: 430px;
		float:right;
		
		/*border: 1px dotted red;*/ 
		}
	.list{
		margin-bottom:20px;
		}

	.clear {
		clear: both;
		height: 0;
		}
	
#footer {
	width: 880px;
	margin: 0 20px 10px 20px;
	color:#FFF;
	background-image:url(images/mainnavibg.jpg);		
	/*border: 1px dotted red;*/  
	}
#footer a:link {
	color : #fff;
	text-decoration: none;
	}
#footer a:active {
	color : #f93;
	text-decoration: none;
	}
#footer a:visited {
	color : #fff;
	text-decoration: none;
	}
#footer a:hover {
	color : #f93;
	text-decoration: none;
	}
#copyright{
	text-align: center;
	}

