/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
	border: none;
	
}

html {
	font-size: 100%;
	
}

body {
	
	color: #231f20;
	background-color: #fff;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
}

img{
border: 5px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: italic;
	padding-bottom: 60px;
	text-align: left;
	line-height: 24px;
}
header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;

}
.footer{
padding-top: 15px;
text-align: left;
}

strong{
	font-size: 12px;
	font-style: bold;
	line-height: 12px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a { font-style: normal !important; outline: none; }
a:link { color: #ec008c; text-decoration: none; }
a:active { color: #ec008c; text-decoration: underline; }
a:visited { color: #ec008c; text-decoration: none; }
a:hover { color: #ec008c; text-decoration: underline; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#menu {
	background-image: url(../_img/transparent.gif);

	left: 10px;
	overflow: auto;
	padding: 10px 20px 20px 20px;
	position: fixed;
	top: 30px;
	width: 175px;
	
	z-index: 9999;
	text-align: right;
}

#menu ul {
	font-style: italic;
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li { text-transform: none; }
#menu ul li.section-title {
	padding-bottom:2px;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
}

#header {
background-image: url(../_img/transparent.gif);
	color: #333333;
	height: 90px;
	padding-top:10px;
	width: 1500px;
	font-size: 36px;
	font-style: italic;
	left: 250px;
	margin: 20px 20px 20px 20px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}


#content {
	height: 100%;
	margin: 40px 40px 0 250px;
	top: 30px;
	
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

#once { clear: left; }
