
/* RESETS & BASIC PAGE SETUP */

html {
	font: 80% "Lucida Grande", sans-serif;
	background:url(images/layout/bodybackground.jpg) top left repeat;
}
#page-wrap {
	width: 1019px;
	margin: 0 auto;
	position: relative;
}
.content {
	float: left;
	padding-left: 50px;
}
h1#logo {
		height: 103px;
		background:url(images/layout/header.jpg) no-repeat center center;
		margin: 0;
}
#menu {
	float:left;
}
ul.nav {
	list-style:none;
		margin: 0;
}
ul.nav li {

	float: left;
	
}
ul.nav li a {
	color: white;
	text-decoration: none;
	background-color: #99CDFF;
	float: left;
	width: 120px;
	padding: 20px 25px 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 30px 60px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 30px 60px;
	font-family: Georgia, Times, serif;
	font-size: 13pt;
	font-weight: bold;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
ul.nav li a:hover {
	color: #05256E;
}
ul.nav li a.active {
	background-color: #336799;
}
#columns {
	padding: 30px 50px 30px 50px;
	background: url(images/layout/content-bg.jpg) repeat-y;
	border-radius: 10px;
	-mox-border-radius: 10px;
	width: 921px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	overflow: hidden;
}


p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
	
a { outline: none; }
a img { 
	border: none;
	 }

h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a69028;
	
	}
	

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */


	#article-area {
		
		width: 425px;
		
	}
	
	#sidebar {
		width: 150px;
		float: right;
	}


#footer {
	font-size: .5em;
	height: 22 px;		
}

/* END STRUCTURE */