@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;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: normal;
}
body {
	line-height: 1;
	font-size:12.5px;
}
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;
}

#wrapper {
	margin:0 auto;
	width:934px;
}

#header {
	height:139px;
	width:934px;
}

#logo {
	float:left;
	width:266px;
	height:139px;
}
	

#content {
	width:594px;
	height:auto;
	padding-top:50px;
	padding-left:340px;
	line-height:14px;
}

#footer {
	width:594px;
	height:auto;
	padding-left:340px;
	padding-top:90px;
	color: #A8B0B6;
}

#menu {
	padding-top:100px;
	padding-left:340px;
}

#menu ul {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#menu li {
	float:left;
	margin-right:5px;
}

#menu li a {
	color:#000;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 5px;
}

#menu li a:visited {
	color:#000;
	text-decoration:none;
}

#menu li a:hover {
	color:#A8B0B6;
	text-decoration:none;
}

.active {
	color:#fff;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 5px;
	background-color:#000;
}

h1 {
	color:#A8B0B6;
	font-size:14px;
	padding-bottom:20px;
	font-weight:normal;
	line-height: normal;
}
h2 {
	color:#A8B0B6;
	font-size:11pt;
	padding-bottom:5px;
	font-weight:normal;
}

.thumb {
	width:65px;
	height:65px;
	background-color:#000;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

	
.activebodylinks {
	color:#A8B0B6;
	text-decoration: none;
}

.activebodylinksbig {
	color:#CCC;
	text-decoration: none;
}
h1b {
	color:#CCC;
	font-size:16px;
	padding-bottom:20px;
	font-weight:normal;
}
.white {
	color: #FFF;
}
.whites {
	color: #FFF;

}
