/* Main styling
---------------------------------------------------------------------------------------------------*/

	html,body {
	margin: 0px;
	padding: 0;
	background-color: #000000;
}


/* link styling
---------------------------------------------------------------------------------------------------*/

a:link { 
	font-family: Verdana;
	color: #ff6600;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	font-family: Verdana;
	color: #ff6600;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}
a:hover { 
	font-family: Verdana;
	color: #666666;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}
a:active { 
	font-family: Verdana;
	color: #ff6600;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}


/* Layout styling
---------------------------------------------------------------------------------------------------*/

	#frame {
	width:100%;
	background-color: #000000;
	
}

	#contentholder {
	width:900px;
}

	#banner {
	width:900px;
	height:201px;
	background-color: #000000;
}	
	
	#buttonwrapper {
	width:700px;
	height:68px;
	padding-right:100px;
	padding-left:100px;
	background-color: #000000;	
}
	#gallery2 {
	width:640px;
	height:530px;
	background-color: #000000;
	padding-right:130px;
	padding-left:130px;
	float:right
}
	#rightcolumn {
	width:371px;
	height:454px;
	background-color: #000000;
	padding-right:100px;
	float:right
}

	#leftcolumn {
	width:329px;
	height:454px;
	background-color: #000000;
	padding-left:100px;
	float:left
	
}
#rightcolumnhome {
	width:371px;
	height:339px;
	background-color: #000000;
	padding-right:100px;
	float:right
}

	#leftcolumnhome {
	width:329px;
	height:339px;
	background-color: #000000;
	padding-left:100px;
	float:left
	
}
#leftcolumn1 {
	width:319px;
	height:454px;
	background-color: #000000;
	padding-left:100px;
	padding-right:10px;
	float:left
	
}

	#leftwrapper {
	width:450px;
	padding-right:50px;
	padding-left:50px;
	padding-top:15px;
	background-color: #000000;
}	
	#image {
	width:900px;
	background-color: #000000;
}	
		
	#bottom {
	width:900px;
	height:232px;
	background-color: #000000;	
}	
#image2 {
	width:900px;
	height:404px;
	padding-right:100px;
	padding-left:100px;
	background-color: #000000;	
}	
		


/* Typography styling
---------------------------------------------------------------------------------------------------*/

.bodycopy {
	font-family: verdana;
	color: #CCCCCC;
	font-size: 8pt;
	line-height: 1.2em;
}

.bodycopybold {
	font-family: verdana;
	color: #e1062f;
	font-size: 10pt;
	line-height: 1.2em;
	font-weight:bold;
}

.titleorange {
	font-family: verdana;
	color: #987d16;
	font-size: 12pt;
	line-height: 1.2em;
	font-weight:bold;
}
.small {
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	line-height: 1.2em;
}
