@charset "utf-8";
/* CSS Document: MarukaTao Interactive Media copyright:2009 */

body {
	/*background-image:url(../images/bodyBG66.png);*/
	background-color: #000000;
	color: #6699ff;
	font-size: 1em;
/*	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #222222;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #222222;
	scrollbar-darkshadow-color: #111111;
*/
}

p {
	font-size: 1em;
	margin: 2%;
	text-align: left;
}

/*welcome title*/
h1 {
	font-size: 1.4em;
	text-align: left;
}

/*nothing*/
h2 {
	font-size: 1.1em;
	margin: 0;
	text-align: left;
	padding-left: 25px;
}

/*box headers*/
h3 {
	font-size: .8em;
	margin: 3px;
	text-align: left;
}

/*footer style*/
h4 {
	color: #663399;
	font-size: 1em;
	margin: 1%;
	text-align: left;
}

h5 {
	color: #9966ff;
	font-size: 1em;
	margin: 1%;
	text-align: center;
}

a {
	color:#9966ff;
	text-decoration: none;
	outline: none;
}

li {
	display: block;
	line-height: 1.8em;
	text-align: left;
}

li a {
	color: #663399;
	text-decoration: none;
	margin:2%;
}

li a:hover {
	color: #9966ff;
	font-weight: bold;
}

table {
	line-height:1.1em;
}

#wrapper {
	background-image:url(../images/big_sky_wrapper_1200x453.png);
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content_wrapper {
	background-color: #000;
	width: 975px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 2%;
	padding:1%;
}

#header {
/*	background-image: url(../images/marukaThinbanner.jpg);
	background-repeat: no-repeat;
	background-position:top;*/
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	margin-left: auto;
	margin-right: auto;
}

#navtop {
	font-size: 1em;
	text-align: center;
	width: 100%;
	display: inline;
}

#navtop a {
	color: #663399;
	text-decoration: none;
	padding: 1%;
}

#navtop a:hover {
	color: #9966ff;
	text-decoration: bold;
}

#navleft {
	/*background-image: url(../images/skyBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/
	border: none;
}

#content {
	width: 96%;
	height: 100%;
	float: left;
	overflow: auto;
/*	margin-left:auto;
	margin-right:auto;*/
}

#contentheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
}

#contentbody {
	width: 100%;
}

#col_20left {
	width: 18%;
	height: 100%;
	float: left;
} 

#col_70right {
	width: 760px;
	height: 100%;
	float: right;
	overflow: auto;
	/*border: 1px solid #333333;
	
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #222222;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #222222;
	scrollbar-darkshadow-color: #111111;
	*/
	
}

#footer {
	color: #9966ff;
	font-size: .8em;
	text-align: center;
}

#footer a {
	color: #666666;
	font-size: 1.2em;
	text-decoration: none;
}

#footer a:hover {
	color: #9966ff;
	text-decoration: underline;
}

.c_row {
	width: 98%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 2%;
	float: right;
}

.long_row {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*
.displaybox {
	width:inherit;
	*width:inherit;
	height: 100%;
	*height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	background: #131313;
	border: 1px solid #666666;
}

.displaybox object {
	border: 1px solid #663399;
	width: 100%;
	height: auto;
}

.holder {
}
*/

.caption {
	color:#666;
	font-size: .85em;
	margin: 0 10px 0 10px;
	text-decoration:none;
}

.clear {
	clear: both;
}

