@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END BROWSER RESET STYLES*/

/*STRUCTURAL STYLES*/
body {
	background-image:url(../images/build/top-bg.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	margin:0 auto 0 auto;
	width:790px;
}

#header {
	background-image:url(../images/build/header-bg.jpg);
	background-repeat:no-repeat;
	height:197px;
}

#header #nav-holder {
	margin:0 auto 0 auto;	
	padding-top:130px;
	width:575px;
	height:42px;
}

.barrel {
	float:left;
	width:31px;
	height:42px;
	background-image:url(../images/build/nav-barrel.gif);
}

.nav {
	float:left;
	width:512px;
	height:17px;
	padding-top:13px;
}

#main-content {
	position:relative;
	padding:15px;
	background-color:#fff2e0;
	border:#dd9b38 1px solid;
	float:left;
}

#main-content #left-content {
	width:475px;
	float:left;
}

#main-content #left-content .title{
	margin-bottom:25px;
}

#main-content #right-content {
	width:280px;
	float:left;
	text-align:right;
}

#main-content #top-icon {
	position:absolute;
	top:-5px;
	left:710px;
}

#footer {
	margin-top:18px;
	clear:both;
	text-align:center;
}
/*STRUCTURAL STYLES*/

/*TEXT STYLES*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
}

p {
	margin-bottom:1.3em;
}

a {
	color:#0033CC;
	text-decoration:underline;
}

a:hover {
	color:#dd9b38;
	text-decoration:underline;
}

#footer {
	color:#c68c32;
}

#footer a {
	color:#c68c32;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


