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

body {
	background: #372413;
	color: #FFFFFF;
	font: 18px Arial, Helvetica, sans-serif;
	min-width: 970px;
}

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;
	color: #cee0de;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #cee0de;
}


img {
	border: none;
}

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

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

a:hover {
	text-decoration: underline;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 950px;
	padding: 0 10px 10px 10px;
	background: url('../images/bg.gif') repeat-y top left;
}

#heading {
	height: 280px;
	background: url('../images/banner.png') no-repeat top left;
	width: 950px;
	overflow: hidden;
}

.core {
	margin: 0 auto;
	width: 900px;
	overflow:hidden;
}

#nav {
	float: right;
	width: 480px;
	min-height: 48px;
	padding: 4px 4px 0 0;
}

/* Main Navigation */
.nav-a {
	list-style: none;
	padding: 4px 0;
}

.nav-a li {
	float: left;
	min-width: 64px;
	height: 32px;
	margin: 8px 15px 4px 8px;
}

.nav-a li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	text-transform: lowercase;
}

.nav-a li a:hover {
	font-size: 20px;
	color: #cee0de;
}

.alt {
	margin: 0 auto;
	width: 900px;
	overflow:hidden;
}

#footer {
	margin: 0 auto;
	width: 950px;
	padding: 0 10px;
	background: url('../images/footer.gif') no-repeat top left;
	height: 30px;
	text-align: center;
	font-size:12px;
}

/* content */

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
}

#content h5{
	font-size: 1em;
}

#content h6 {
	font-size: 1em;
}

#content-b h3 {
	height: 15px;
	width: auto;
	font-size: 1.5em;
}

#content ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	background: transparent url('../images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}

#content dt {
	font-weight: bold;
}

/* Forms */
label {
	background: transparent;
	color: #999999;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #cee0de;
	font-size: .8em;
	text-transform: uppercase;
}

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;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

/* Misc. Text Formatting */
kbd {
	background: transparent;
	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}

del {
	background: transparent;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/* Floats */
.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
