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

/*Clear Css*/

/* v1.0 | 20080212 */

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, form, 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,
input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	background: transparent;
}

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;
}

/*Document Styles*/

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style:normal;
	font-variant:normal;
	list-style-type:none;
	line-height: 20px;
}


#bodydiv {
	width:100%;
	text-align:center;
	margin:auto;
}

#footer {
	width:100%;
	text-align:center;
	border-top:solid 2px #b3b321;
	clear:both;
	margin-bottom: 30px;
}

#container {
	width:960px;
	margin:auto;
	text-align: left;
}

#logo {
	width:900px;
	height:24px;
	margin:30px;
}

#mainnav {
	width:960px;
	height:30px;
}




/*Footer*/

.nav {
	color:#333333;
	margin-left:15px;
}

.copyright {
	color:#666666;
	margin-left:60px;br {
	margin-top: 20px;
}

