/************
COLORS:
orange e2841f
blue 006699
grey 333333
dark brown 62594f

**************/


/***************** HTML tags **********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFC4;
}
 a{
	color: #006699;
}
 a:hover {
	color: #e2841f;
}

h1 {
	color: #8000FF;
	font-size: 18px;
}
	
h2{
	color: #006699;
	font-size: 14px;
	margin:0px 0 -12px 0;
	padding:5px 0 0 0;
}
	
h3{
	color: #e2841f;
	font-size: 14px;
}
	
h4{
	color: #62594f;
	font-size: 14px;
	margin:0 0 -7px 0;
}

ul {
	width:400px;
	margin:2px 0px 0px 5px ;
}

.second_level ul {
	width:550px;
	margin:2px 0px 0px 5px ;
}

li {
	list-style-type: disc;
	margin:5px 5px 0px 50px ;
}

hr {
	color:#fff;
	border-top: 1px solid #62594f;
	margin:8px 0px 15px 0px;
}
/***************** decorative classes **********************/
.blue{
	color: #006699;}
	
.orange{
	color: #e2841f;}
	
.brown{
	color: #62594f;}	
.grey {
	color: #333333;
	}
/***************** layout divs **********************/
#container {
	position:absolute;
	left:80px;
	top:-2px;
	width:750px;
	min-height:500px;
	height:500px;
	z-index:0;
	background-color:#fff;
}


#logo {
	position:absolute;
	left:48px;
	top:32px;
	width:85px;
	z-index:3;
}
#logo h1 {
	font-size: 17px;
	color: #006699;
	font-weight:bold;
}

#akashicAwareness {
	position:absolute;
	left:127px;
	top:11px;
	width:211px;
	height:17px;
	font-weight:bold;
	z-index:2; font-size:18px; color:#006699;
}

#content {
	position:absolute;
	left:0px;
	top:126px;
	width:620px;
	padding:0px 80px 0px 50px;
	background-color:#FFFFFF;
}

#nav {
	position:absolute;
	left:49px;
	top:77px;
	width:654px;
	height:25px;
	z-index:2;
	padding:9px 0 0 0;
	margin:0;
	border-top: 0px solid #40305A;
	border-bottom: 2px solid #8000FF;
	text-align:center;
}

 #subNav {
	position:absolute;
	left:454px;
	top:16px;
	width:328px;
	height:24px;
	z-index:1;
	padding:9px 0 0 0;
	margin:0;
	text-align:right;
}
#nav a, #subNav a {

	color: #006699;
	font-size:12px;
	font-weight:normal;
	margin:6px 10px 6px 10px;
	padding:5px 0 0 0;
}

#nav a:hover, #subNav a:hover {
	color: #e2841f;
}

#footer {
	z-index:6;
	padding:0px 0 0 0;
	margin:0;
	border-top: 1px solid #333;
}

#footer p {
	color:#333333;
	font-size:12px;
	
}
