* {padding: 0; margin: 0;}
img, fieldset {border: none;}
ul {list-style: none;}
body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 175%;
	background: #000;
	color: #fff;
}
/*end reset*/

/*text and defaults*/

p, blockquote {margin-bottom: 1.2em;font-size: 1.3em;}
p.slim {margin: 0;}
p.set {margin-bottom: 15px;line-height: 0;}
br {margin-bottom: 1.2em;}
p br, li br {margin-bottom: 0;}
table {	font-size: 1.3em;}
dl {margin-bottom: 1.2em;}
dt, dd, li {font-size: 1.3em;}
li li {font-size: 1em;}
ul.bullets {/*bulleted lists must have a class on them*/
list-style: disc;margin: 0 0 1.2em 15px;}
ul.bullets li {	font-size: 1.3em;}
ol {margin: 0 0 1.2em 15px;}
table {}
input, textarea, option {padding: 2px;}
a {font-size:1.3em;text-decoration: none;color: #f3e11d;}
a:visited {color: #f3e11d;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

h1 {font-family:Georgia;font-size:3.0em;color: #f3e11d;line-height:120%;margin-bottom:15px;}
h1, h2, h3, h4, h5, h6 {}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;margin-bottom: .5em;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.enabled .inviz, .preload {position: absolute !important;top: -9999px !important;left: -9999px !important;height: 0px !important;width: 0px !important;overflow: hidden !important;}
.inner {position: relative;zoom: 1;}
.center {text-align: center;}
img.centered {display: block;margin: 0 auto;}
.rounded {-moz-border-radius: 8px;-webkit-border-radius: 8px;}
.faux {overflow: hidden;}

/*end text and defaults*/

/*main layout*/

#wrapper {margin:30px auto;width:950px;}
#img1 {float:left;margin-right:30px;margin-bottom:30px;}
#maintext {float:left;width:950px;}

#nav {margin-bottom:20px;height:30px;border-bottom:2px solid #ccc;}
#nav li {float: left;position: relative;margin-right:15px;}
#nav a {font-size:1.1em;color: #ccc;}
#nav a.active {color: #f3e11d;}

#footer {clear:both;padding-top:15px;border-top:2px solid #ccc;}
#footer a {font-size:0.95em;}

/*end main layout*/

