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

body {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-position: top;
/* we center the page here */
	text-align: center;
}
#wrapper {
/*we now set the text align back to left to override the body style*/
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #443b3a;
	font-size: 14px;
}	
#logo {
	float: left;
	margin-top: 15px;
	width: 210px;
}
#navigation {
	float: left;
	text-align: center;
	margin-top: 30px;
	width: 790px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 131px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 3px 3px 3px 0.5em;
	text-decoration: none;
}
#navigation a:hover {
	color: #F00;
	font-weight: bold;
}
#tag {
	float: left;
	text-align: left;
	margin-top: 6px;
	margin-left: 40px;
	width: 750px;
	font-size: 14px;
	color: #ffffff;
}
#left {
	float: left;
	width: 210px;
	background-color: #000000;
	margin-top: 50px;
}
#contentindex {
	width: 745px;
	float: right;
	border-color: #ffffff;
	background-color: #000000;
	color: #ffffff;
}
#contentindex h2 {
	text-align: center;
	font-size: 100%;
}
#content {
	width: 745px;
	float: right;
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 28px;
	border-color: #ffffff;
	background-color: #000000;
	color: #ffffff;
}
#content h1 {
	text-align: center;
	font-size: 150%;
}
#content h2 {
	text-align: center;
	font-size: 100%;
}
#content h3 {
	text-align: left;
	font-size: 100%;
}
#content p {
	text-align: left;
	font-family: Arial, sans-serif;
}
#content a:link, #content a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #ff0000;
	font-weight: bold;
}
#content table {
	text-align: center;
}
#footer {
	width:1000px;
	float: left;
	text-align: right;
	font-size: 90%;
	color: #443b3a;
}
#footer a:link, #footer a:visited {
	color: #443b3a;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	font-weight: bold;
}