@import url(navigation.css);

body {
	background-color: #171717;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #B3B3B3;
}

a:link {
	text-decoration: none;
	color: #3980EA;
}

a:hover {
	text-decoration: underline;
	color: #FA6C00;
}

a:active {
	text-decoration: underline;
	color: #FFC327;
}

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

a.footer_subtle:link {
	text-decoration: none;
	border-bottom: 1px dotted #B3B3B3;
	color: #B3B3B3;
}

a.footer_subtle:hover {
	text-decoration: none;
	border-bottom: 1px solid #FA6C00;
	color: #FA6C00;
}

a.footer_subtle:active {
	text-decoration: none;
	border-bottom: 1px solid #FFC327;
	color: #FFC327;
}

a.footer_subtle:visited {
	text-decoration: none;
	border-bottom: 0px dotted #B3B3B3;
	color: #B3B3B3;
}

/* IE5/WIN hack: correct for IE5/WIN not understanding margin: auto */
#ie5_center_hack_wrapper {
	text-align: center; 
}
	
#wrap {
	width: 902px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
}
	
#header {
	background: url(../images/shared/header_logo-sasaki.jpg);
	position: relative;
	height: 160px;
}

#main {
	clear: both;
	float: left;
	width: 100%;
	background-color: #262626;
}

#content {
	padding: 10px 10px 10px 10px;
	background-color: #262626;
}
	
#content_main {	
	width: 902px;
	height: 400px;
}

#footer {
	background-color: #4A4A4A;
	clear: both;
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #B3B3B3;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}