/* CSS Document */

 body, html {
	font-size:100%; 
	background-color: #FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align:center;
}


#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	min-width: 900px; 
}

#content {
	font-size: 70%;
	position: relative;
	width: 800px;
	height: 380px;
	margin: 0 auto;
	text-align:center;
	}
	
#contentinnerouter {
	height: 303px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align:center;
	background-image:url(img/corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#contentinner {
	margin: 0 auto;
	width: 70%;
	text-align:left;
	overflow:auto;
	}
	
#contentinner2 {
	float:left;
	text-align:left;
	width: 40%;
	}
	
#contentinner3 {
	text-align:left;
	width: 40%;
	top:0;
	}

img {
	border: 0px;
	margin: 0 auto;
}

a {
	text-decoration:none;
	padding:2px;
	color:#492f91;
}

a:hover {
 	 color:#1b1137;
}

.purpletext {
	color:#492f91;
}

.darkgraytext {
	color:#333333;
}

.headertext{
	color:#333333;
}
	
#logo {
	float:left;
	clear:none;
	}
	
#cornermenu {
	position:absolute;
	clear:right;
	text-align: left;
	word-spacing:24px;
	top:48px;
	right:8px;
	}

#top {
	clear:both;
	height: 70px;
	}