/* reset pre-formatting */
a { text-decoration:none; }
h1,h2{ font-size:100%; font-weight:normal}
ul,li,h1,h2,body,html,p,body{ margin:0; padding:0; }
a img,:link img,:visited img, { border:none; }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }


/* type */
h1 {
	color:#fdbf2f;
	font-size:1.75em;
	font-weight:bold;
	padding-top:26px;
	}

h2 {
	color:#ad0000;
	font-size:1.35em;
	margin-bottom:10px;
	}

p, li {
	font-size:0.85em;
	color:#444;
	}

p {
	margin:5px 0 15px 0;
	line-height:160%;
	}

li {
	list-style-type:none;
	background: url(bullet.png) no-repeat 0 7px;
	padding-left:16px;
	margin-bottom:5px;
	line-height:160%;
	}

ul {
	margin:14px 0;
	}

a {
	color:#dea217;
	}

a:hover {
	text-decoration:underline;
	}

p#logo {
	position:absolute;
	top:0;
	margin:22px 0 0 774px;
	line-height:auto;
	}


/* structure */
body {
	background: url(bg.png) repeat-x  0 0;
}

#ow {
	border-bottom:36px solid #000;
	}

#iw {
	margin:0 auto;
	width:980px;
	}

#header {
	margin:0 auto;
	width:980px;
	height: 93px;
	padding-left:120px;
	}

.colLeft {
	clear:left;
	float:left;
	padding-left:60px;
	width:356px;
	margin-bottom:30px;
	}

.colRight {
	float:left;
	padding-left:60px;
	padding-right:60px;
	width:356px;
	margin-bottom:30px;
	}

.c {
	clear:both;
	height:0px;
	}

/* nav bar */

#nav {
	text-align:center;
	height:53px;
	padding:0;
	margin:0 0 28px 300px;
	}

#nav li {
	background:none;
	float:left;
	text-transform:uppercase;
	font-size:1.05em;
	font-weight:lighter;
	background: #333 url(navLeft.png) no-repeat top left;
	padding:0;
	margin:12px;
	}

#nav li a {
	color:#FFF;
	display:block;
	line-height:30px;
	width:166px;
	background: url(navRight.png) no-repeat top right;
	}

#nav li a:hover {
	text-decoration:none;
	color:#fdbf2f;
	}
