@charset "UTF-8";
/* CSS Document */
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

/*-------------------------------------------------*/
html {
		background: url(images/bg_gradient.gif) repeat-x;
		
	}

body {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 1em;
}


#branding {
	margin: auto;
	
}

#wrapper {
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
}

#mainnav {
	background-color: #faf4de;
	width: 165px;
	height: 375px;
	font-size: 0.75em;
	line-height: 2.5em;
	padding-left: 20px;
	padding-top: 20px;
}

#mainnav a:link {
	color: #4889a8;
	text-decoration: none;
}

#mainnav a:visited {
	color: #4889a8;
	text-decoration: none;
}

#mainnav a:hover {
	color: #4889a8;
	text-decoration: underline;
}

#mainnav a:active {
	color: #4889a8;
	text-decoration: underline;
}



#sidebar {
	width: 185px;
	float: left;
	/*background-color: #faf4de;*/
	
}

#content {
	width: 550px;
	height: 530px;
	float: left;
	position: relative;
	top: -365px;
	left: 30px;
	margin-bottom: -250px;
/*	border: 1px solid red;*/
}

#footer {
	width: 780px;
	clear: both;
	text-align: center;
	padding: 10px;
	background-color: #c6a94c;
	font-size: 0.6em;
	color: #ffffff;
	position: relative;
	z-index: 99;
}

#footer p a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}

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

#footer p a:active {
	color: #ffffff;
	text-decoration: none;
}

#address {
		color: #ba9e45;
		font-size: 0.7em;
		text-align: center;
		padding-top: 8px;
	}

#copyright {
	width: 780px;
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 0.7em;
	color: #4889a8;
	position: relative;
	z-index: 99;
}

#copyright p a:link {
	color: #4889a8;
	text-decoration: underline;
}

#copyright p a:visited {
	color: #4889a8;
	text-decoration: underline;
}

#copyright p a:hover {
	color: #c6a94c;
	text-decoration: none;
}

#copyright p a:active {
	color: #c6a94c;
	text-decoration: none;
}
}@charset "UTF-8";
/* CSS Document */

