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

html {
	font-size: 100%;
}

body {
	background: #FFFFFF;
	color: #000000;
	font: 12px 'helvetica neue', helvetica, arial, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

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

a img { border: none; }

p, ul {
	font-size: 12px;
	line-height: 14px;
}

p1 {
	font-size: 0.8em;
	color:#333333;
}

h1 { font-size: 1.6em; font-weight: bold; 
	line-height: 20px;
	letter-spacing:1px;
}
h2 { font-size: 1.6em; font-weight: bold; line-height:20px; }
h3 { font-size: 1.6em; font-weight: bold; color:#FF0000; }
h4 { font-family:"Times New Roman", Times, serif; font-size: 5.5em; font-weight: normal; text-transform: uppercase; line-height:48px;}
h5 { font-family:"Times New Roman", Times, serif; font-size: 2.5em; font-weight: normal; text-transform: uppercase; line-height:26px;}
h6 { font-size: 1em; font-style: normal; }

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

#menu {
background-image: url(../_img/menu_bkgd.png);
  height: 500px;
	left: 10px;
  overflow: auto;
	padding: 10px 0 20px 40px;
  position: fixed;
  top: 10px;
  width: 195px;
	z-index: 9999;
}

#menu ul {
	font-style: normal;
	list-style: none;
	margin: 20px 0 10px 0;
	line-height: 14px;
}

#menu ul li { text-transform: lowercase; 
}
#menu ul li.section-title { text-transform: uppercase;
							margin: 0 0 5px 0;
							font-family:"Times New Roman", Times, serif; 
							font-size:13px;
							letter-spacing:1px;}

#content {
	margin: 32px 0 0 340px;
	z-index: 1;
	width:500px;
}

#content hr {width:100px; background-color:red; height:2px;
  margin-right:0; text-align:right; border:none; margin:20px 0 20px 0;}

#content img {
	border: none;
	cursor: move;
	margin: 15px 0 0 0;
}

#content p {
	cursor: move;
	margin-bottom: 10px;
	width: 400px;
	line-height: 14px;
	font-style:normal;}

#content h1 {
	cursor: move;
	margin-bottom: 10px;
	width: 300px;
}

#content h2 {
	cursor: move;
	margin-bottom: 10px;
	width: 300px;
}

#once { clear: left; }