/* Start off elements at 0 */

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div, table, body {
	padding: 0;
	margin: 0;
	border:0;
	}

body {
	background-color:#000000;
	margin:0px;
	font-family:Times New Roman,Times,serif;
	font-size:12px;
	color:#f1efbc;
	}

.index_layout {
	margin-top:15px;
		width:946px;
	height:560px;
	}
	
.index_container {
	width:946px;
	height:560px;
	padding:0px;
	margin-top:15px;
	border:1px;
	background-color:#000000;
	background-image: url(images/index_bg.jpg);
	border-color:#ffffff;
	font-family:Georgia,Times,serif;
	font-size:11px;
	color:#f1efbc;
	}
	
	
	
#index_nav_container {
	padding:0px;
	margin-top:15px;
	background-color:#410f08;
	
	}
	
#index_thumbnail_container	{
	padding:0px;
	margin-top:55px;
	background-color:#410f08;
	width:374px;
	height:374px;
	
	}
	
.index_thumbcell	{
	width:160px;
	padding:6px;
	background-color:#410f08;
	background-image: url(images/thumbcell_bg.jpg);
	
	}
	
.index_thumbcell_caption {
	font-family:Georgia,Times,serif;
	font-size:9px;
	color:#f1efbc;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 1px;
	height: 13px;
	}
		
.index_thumbcell_caption A:link,.index_thumbcell_caption A:visited {
	font-family:Georgia,Times,serif;
	font-size:9px;
	color:#f1efbc;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	height: 13px;
	}
	
.index_thumbcell_caption A:hover {
	font-family:Georgia,Times,serif;
	font-size:9px;
	color:#ffaa44;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	height: 13px;
	}
	
.index_thumbcell_caption A:active {
	font-family:Georgia,Times,serif;
	font-size:9px;
	color:#ffffff;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	}
		
#index_nav {
	font-family:Georgia,Times,serif;
	font-size:11px;
	color:#f1efbc;
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 1.1;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	}
	
#index_nav A:link, #index_nav A:visited {
	font-family:Georgia,Times,serif;
	font-size:11px;
	color:#f1efbc;
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 1.1;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	}
	
#index_nav A:hover {
	font-family:Georgia,Times,serif;
	font-size:11px;
	color:#ffaa44;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	}
	
	#index_nav A:active {
	font-family:Georgia,Times,serif;
	font-size:11px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 1.1;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	}
	
#footer, #footer A:link, #footer A:visited {
	font-family:Georgia,Times,serif;
	font-size:9px;
	color:#f1efbc;
	font-weight: normal;
	line-height: 1.1;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	}
	
#footer A:hover {
	font-family:Georgia,Times,serif;
	font-size:9px;
	color:#ffaa44;
	font-weight: normal;
	line-height: 1.1;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	}



