/*------------------------------- basic styling ---------------------*/
*	{
	padding: 0;
	margin:  0;	
	} 	
	
body {
	background-color: #1D0C05; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #1D0C05;
	}
#clear	{
	clear:both;
}
#header  {
	position: relative;
	width: 960px;	
	height: 100px;
	margin: 0 auto;
	background-color: #606060;
	}		
#topcontent1 {
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 auto;
	background-color: #606060;
	}
#topcontent2 {
	float: left;
	width: 250px;
	height: 100px;
	margin: 0 auto;
	background-color: #606060;
	}
#topcontent3 {
	float: right;
	width: 560px;
	height: 80px;
	margin: 0 auto;
	background-color: #1D0C05;
	}
#thumbnail	{
	float: right;
	width: 50px;
	height: 35px;
    margin-top: 45px;
	margin-right:35px;
	background-color: #606060;
	}
#midcontent1 {
	float:  left;
	width:  325px;
	height: 275px;
	margin:  0 0;
	background-color:  #3B1C0D;
	}
#midcontent2 {
	float:  right;
	width:  475px;
	height: 275px;
	background-color:  #606060;
	margin-top: 35px;
	}
#midcontent3  {
	width: 300px;
	height: 175px;
	float: left;
	padding-left: 70px;
	background-color: #606060;
	margin-top: 35px;
	}	
#textcontent1{
	width:  450px;
	float: left;
	background-color:#1D0C05;
	margin-left: 10px;
	margin-top: 35px;
	}	
h1 {
	font-size: 1.4em;
	color: #FFFABF;
	line-height: 1.35;
}
h3 {
	font-size: 0.99em;
	color: #FFEBBF;
	line-height: 1.35;
}
#spacebarlrg  {
	width:	960px;
	height:	150px;
	background-color: #606060;
	}
#textcontent2{
	width: 560px;
	height: 175px;
	float: right;
	background-color: #606060;
	}
#textcontent3{
	width: 590px;
	float: right;
	background-color: #606060;
	margin-top: 35px;
	}
#navlinks	{
	margin:	0;
	padding: 0.5em 3em;
	float: right;
	background: #1D0C05;
	color:	#FFFFFF;
	font-size: 0.85em;
	}	
#navlinks li	{
	display:  inline;
	margin-right: 0.5em;	padding-left: 0.75em;
	padding-right: 0.75em;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	}
#navlinks a {
	color: #FFFFFF;
}				 	
#spacebar  {
	width: 960px;
	height:  25px;
	background-color: #606060;
	}
#navbar {
	width: 960px;
	height: 32px;
	background-color: #1D0C05;
	margin-top: 35px;
	}
#navlinks li.last	{
	border-right: 0;
	}
#footer {
	width: 960px;
	height: 30px;
	color:#FFEBBF;          /*  text color  */
	font:	1em;
	background-color: #1D0C05;
	margin-top: 15px;
	}		
							
p {
	font-size: 0.85em;
	line-height: 1.35;
	color: #FFFABF;
}

