body 
	{
 	background-color: black;
	}



#wrapper 
	{
	
	width: 960px;
	height: 720px;
	margin: 0 auto;
	margin-top: 20px;
	}


#header_logo
	
	{
	background-image: url(../images/Minos_Logo_Blur.png);
	background-repeat: no-repeat;
	width: 1020px;
	height: 250px;
	margin: 0 auto;
	}



#nav 
	{
	padding-top:135px;
	padding-left: 250px;
	}



#nav a
    {
    color: #FFFFFF;
    text-decoration: none;
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height: 175%;
	font-size: 17px;
	text-shadow:0px 1px 0px #000000;
	letter-spacing: 0.04em;
    
	background-color: #303030;
	width: 128px;
	height: 28px;
	border:none 0px #000000;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright:9px;
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -webkit-border-top-left-radius:9px;
    -webkit-border-top-right-radius:9px;
    -webkit-border-bottom-left-radius:9px;
    -webkit-border-bottom-right-radius:9px;
    border-top-left-radius:9px;
    border-top-right-radius:9px;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
	
	float: left;
	text-align: center;
	margin-right:60px;
	
	    
    }



#nav a:hover{
	
			background-color: #69910a;
			color: #FFFFFF;
			text-shadow: none;
			}
#nav a:active{
	
			background-color: #88A336;
			text-shadow:0px 1px 0px #FFFFFF;
			}

li	
	{
	list-style: none;
	
	}
	
	
#info {
	margin-top:30px;
	width:210px;
	height:100%;
	float:right;
	
}

#content {
	
	margin-top:30px;
	width:750px;
	height:100%;
	
}

#horizontal_left {
	position: relative;
	margin-left:2px;
	width:1px;
	background-color: white;
	height:100%;
	opacity: 0.1;
	float: left;
	
	
}

#horizontal_right {
	position: relative;
	margin-left:207px;
	width:1px;
	background-color: white;
	height:100%;
	opacity: 0.1;
	
	
}




