/* ----- Style Sheet ----- */ 

* {
	margin: 0;
	padding: 0;
}

html { 
overflow: scroll;
}


body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/body-bg.png) repeat-x top;
	}
	
	div#page-wrap {
	width:1000px;
	margin: 0 auto;
}


p {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #aaacae;
	margin-bottom: 0.8em;
}

h1 { font-size: 3.0em; margin-bottom: 0.8em; color: #a0d1e8; }

.grey { color: #aaacae;}

ul#nav {
	height: 360px;
	background: url(images/background.png) no-repeat;
	list-style: none;
	padding-left: 44px;
	}	
	ul#nav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#nav li a {
		display: inline;
		float: left;
		margin-top: 217px;
		color: #ffffff;
		padding-top: 2px;
		padding-right: 20px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: #68111f;
		}
		
		
div#main-content {
		padding-top: -30px;
		padding-bottom: 10px;
		}
		
		div#main-content div#main-text {
			float: left;
			padding-left: 44px;
			width: 580px;
			position: absolute;
   			top: 260px;	
   			padding-bottom: 130px;
			}

			
#leftcol { 

	float:left;
	width:250px; /* actual value */
	padding:10px;
	background:#ECB9E8;
	padding-top: 130px;

	}
#rightcol {


	float:right;
	width:250px; /* actual value */
	padding:10px;
	background:#D7C4FA;
	padding-top: 130px;

	}
#centercol {
	position:relative;
	padding:0 240px;
	padding-top: 130px;
	}

		

