@charset "utf-8";
/* CSS Document */

*{
	background-image:none;
	margin:0;
	padding:0;
	z-index:1;
}

body {
	background: #1E2B5C;
	height:100%;
}

.page-container {
	margin:0px auto; 
	height:auto;
	overflow:visible;
	width:740px;
	padding:0px 30px;
	background-color:#FFFFA6;
}

.inside-page-container {
	width:auto;
	height:auto;
	margin:0px auto;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/
	width:740px;
	height:auto;
	margin:0px auto;
	float:left;
}

/*Navigation*/
.nav {
	height: 31px;
	border: none;
	padding: 0px 0px 0px 160px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

.nav ul {
	list-style-type:none;
	font-size:70%;
}

.nav ul li {
	float:left; 
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
	color:#444444;
	font-weight:normal;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
}
.nav ul li a {
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	text-decoration:none;
	color:#444444;
}

.nav ul li a:hover {
	color: #696;
	text-decoration:overline;
}

.nav ul li a:visited {
	color: #444444;
}

.middle {
	width:100%;
	height:100%;
}

.main-text {
	float:left;
	margin:15px 0px 50px 15px;
	padding-bottom:50px;
	width:470px;
	height:100%;
}

.minor-text {
	float:left;
	margin:15px 0px;
	width:250px;
	height:100%;
}

.footer {
	text-align:center;
	font-size:80%;
	color:#999;
	width:100%;
	padding: 10px 0px ;
}

.page-container img {border:0px;}

.img a {
	border:none;
}

a{
cursor: pointer;
text-decoration:none;
}
