
/* General page settings  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fffbec;
	color: #003311;
	font: 18px "Times New Roman", Times, serif;
	min-width: 950px;
	background: url(../images/core.jpg) repeat-x 0 0;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	/*font-weight: normal;
	letter-spacing: .1em;*/
}

img {
	border: none;
}

a:link {
	background: transparent;
	color: #002200;
}

a:visited, a:hover, a:focus, a:active {
	background: transparent;
	color: #003300;
}

/* Main Navigation */
.nav-a a {
	padding: 0 8px;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 915px;
}

#heading {
	height: 350px;
	width: 915px;
	overflow: hidden;
}

#nav {
	margin: 0 auto;
	text-align: center;
}

#core {
	width: 915px;
}

#content {
	clear: both;
	width:915px;
}

#footer {
	margin: 8px auto;
	height: 8px;
	padding: 8px;
	text-align: center;
	font-size:12px;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}
