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

body {
	background-image: url(images/body_bg.png);
	background-color: #000000;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: .9em;
	line-height: 1.3em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {font-size: 1.2em;
	letter-spacing: 1px;
	color: #993;
	font-weight: bold;
}
h2 {letter-spacing:5px;
	font-size: 14px;
	color: #09C;
	font-weight: bold;
}
a:link {
	color: #990;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C9F;
}
a:hover {
	text-decoration: underline;
	color: #3CF;
}
a:active {
	text-decoration: none;
	color: #999;
}
#container {
	width: 1152px;
	background:url(images/header_back.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px auto;
	min-height:600px;
}

.logo {
	border: none;
	width: 400px;
	position: inherit;
	float:left;
	height: 126px;
	display:block;
}

.logo_link {
	display:none;
}

#content {
	background:url(images/flourish.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	clear: both;
	margin:0 auto;
	text-align:left;
	width: 1152px;
	min-height:500px;
	border: 1px solid #666;
}

#footer {
	width: 100%;
	margin: 0 auto;
	clear:both;
}

.footer_content {
	background: url(images/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size: 12px;
	width:1152px;
	height: 115px;
	margin: 0px auto;
	padding:0px;
	border: 1px solid #666;
}
#navigation {
  font-size:13px;
  padding-top:30px;
  float:right;
  display:block;
  width:742px;
}
#navigation ul {
  list-style: none;
  float:right;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}
#navigation li {
  display: inline;
}
#navigation a:link, #navigation a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-weight:bold;
}
#navigation a:hover {
  color: #CC3;
  background-color: transparent;
}

.share_links {
	margin-left:160px;
	margin-top:38px;
	line-height:22px;
	width:150px;
	float: left;
	text-align:left;
	display:inline;
}
.foot_links {
	margin-top:38px;
	line-height:22px;
	width:150px;
	float: left;
	margin-left: 190px;
	text-align:left;
	display:inline;
}
.about_links {
	margin-top:38px;
	line-height:22px;
	width:150px;
	float:left;
	margin-left: 190px;
	text-align:left;
	display:inline;
}
.content_left {
	float: left;
	padding-right:10px;
	display: inline;
	margin-left:20px;
	margin-top:14px;
	width: 750px;
}
.content_right {
	float: right;
	margin-right:20px;
	margin-top:14px;
	display: inline;
	padding-left:10px;
	width:300px;
	}
	
.bullet {
	padding-left:22px;
	background: url(images/bullet.png);
}

