@charset "utf-8";
/* CSS Document */

body {

	margin: 0px;
	padding: 0px;

	background: #000000 url('images/bg.jpg') repeat-y center;
	font: normal 13px/18px 'Trebuchet Ms', 'Lucida Grande', sans-serif;
	color: #cccccc;

    scrollbar-face-color:#000000;
    scrollbar-arrow-color:#ffffff;
    scrollbar-track-color:#999999;
    scrollbar-shadow-color:#666666;
    scrollbar-highlight-color:#999999;
    scrollbar-3dlight-color:#cccccc;
    scrollbar-darkshadow-Color:#666666;
 }

}

#breadCrumb {

	width: 70%;
	float: right;
	display:block;
	text-align: left;
	padding: 6px;
	margin: 8px;
	border-bottom:dotted 1px #CCCCCC;
		
	
}
#spacer {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 0px 0px; 
}
#wrap {
	position: relative;
	overflow: visible;
	width: 800px;

	margin-left:auto;
	margin-right:auto;
	min-width:800px;
	
    background: #000000;
}

#mainHeader {
	position: relative;
	float:left;
	
	width: 100%;
	text-align:center;
}

#topLeftHeader {
	position:relative;
	display:block;
	float:left;
	top: 0px;
	width: 400px;
	height: 400px;
	
}

#topHeader {
	position:relative;
	display:block;
	float:left;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	width:45%;
	height: 200px;
	
}

#topNavigation {
	position: relative;
	display:block;
	float:left;
	width:45%;
	height:22px;
	padding:6px 6px 6px 6px;
	background:#000000;
	
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
	
}

#infoHeader {
	position:relative;
	float:left;
	text-align: justify;
	padding: 6px;
	margin-right:auto;
	margin-left:auto;
	width:45%;
	background: #000000;
}

#content {
	width: 70%;
	float: right;
	display:block;
	
	text-align: left;
	padding: 6px;
	margin: 8px;
}
#content h1{
	color: #FFFFCD;
	font-size: 18px;
	text-align:left;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;

}
#content h1 a:hover{
	text-decoration:underline;
}
#content h2 {
	height: 35px;
	margin-top: 0;
	margin-bottom: 0;
	color: #cccccc;
	
	border-top:dotted 1px #666;
	padding-top:4px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

#searchEngine {
	max-height:500px;
	overflow:scroll;
	overflow-x:auto;
	overflow-y:auto;

}

#story {
	text-shadow:#FFFFFF;

}

#sidebar {
	width: 170px;
	float: left;
	left:0px;
	line-height: 1.5em;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	
	font-size:10px;	
	text-align:left;

}

#sidebar h1{
	color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

	border-bottom: 1px solid #ffffcc;
	font-size:11px;
	text-align:left;
	text-transform: uppercase;
}
#sidebar a {
	border-bottom: 1px dotted #666;
	color: #FFFFCC;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 4px 0px 4px 25px;
	
	background-image: url('images/bull.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 13px;
}

#footer {

	clear: both;
	text-align: center;
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;

	width: 90%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size:7pt;
	line-height:normal;

}

#onlineStore {
	display:block;
	position:relative;
	min-width:800px;
}

/*Generic HTML tags*/

a {

	color: #FFFFCC;
	text-decoration:none;
}

a:visited {
	color: #FFCC99;
	text-decoration:none;
}

a:hover {
	background-color: #660000;
}

h1{
	margin:0px;
	padding:0px;
	font-size:24px;
	text-align:center;
}	

p {
	margin:8px 0px, 0px 0px;
	padding:0px 0px 0px 0px;

}

