/*----------------------------------------------------------
			TAGS
-----------------------------------------------------------*/

html, body {
	margin:0;
	padding:0 0 10px 0;
	font-family: Georgia, serif;
	color:#333;
	background:#a0a0a0;
	background-image: url(/i/page_background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
body {
	min-width: 720px;
	text-align: center;
}
a {
	color: #dd0000;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #333;
	outline: none;
	text-decoration: none;
}
a img{
  border: 1px solid #444;
}
ul {
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: square;
	list-style-position: outside;
}
li {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 15px 0 5px 0;
}
li a {
	color: #000;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

/*----------------------------------------------------------
			HEADER
-----------------------------------------------------------*/


#header_title {
	background: transparent;
	width: 706px;
	margin: 0 auto;
	padding: 35px 0 0;
	text-align: left;
	background-image: url(/i/homeheader.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#header_title h1 {
	color: #999;
	font-size: 38px;
	font-family: Georgia, serif;
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 28px;
}
#header_title h2 {
	color: #999;
	font-size: 38px;
	font-family: Georgia, serif;
	text-align: left;
	margin: 0;
	padding: 0 0 55px 15px;
	line-height: 28px;
}

/*----------------------------------------------------------
			NAVIGATION
-----------------------------------------------------------*/

#navigation {
	width: 706px;
	border-top: 5px solid #ddd;
	padding: 10px 0 10px 0;
	text-transform: none;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}
#nav_current a{
	color: #ddd;
	background-color: #222;
	border: 3px solid #bb0000;
	padding: 0 4px 0 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
#nav_current a:hover, a:focus {
	color: #fff;
	background-color: #bbb;
}
#nav_links a {
	color: #444;
	background-color: transparent;
	border: 3px solid #dd0000;
	padding: 0 4px 0 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
#nav_links a:hover {
	color: #222;
	background-color: #dddddd;
	border: 3px solid #cc0000;
}
#nav_links a:focus {
	color: #ddd;
	background-color: #222;
	outline: none;
}

/*----------------------------------------------------------
			CONTENT
-----------------------------------------------------------*/

#container {
	width: 706px;
	text-align: center;
}
#container h3 {
  color: #444;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
#content {
	margin: 15px 0 10px 0;
	width: 450px;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.5em;
	float: left;
	padding: 0 15px 5px 0;
	border-right: 5px solid #ddd;
}
#twitter_div {
  margin: 10px 0 10px 0;
  width: 215px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 11px;
  float: right;
  padding: 5px;
}
#twitter_div a img {
	border: none;
	margin: 0 10px 0 0;
}
#twitter_div p {
	text-align: center;
}
#twitter_div a {
  color: #dd0000;
  text-decoration: none;
}
#twitter_div a:hover,a:focus {
  color: #333;
  text-decoration: underline;
}
#twitter_div h1 {
	color: #fff;
	font-size: 22px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
	background-color: #ddd;
	padding: 3px;
	text-align: center;
	text-transform: none;
	border: 0px solid #000;
}
#twitter_div ul {
  margin: 0px 0 10px	 10px;
}
#twitter-link {
  margin-top: 0px;
}
#date {
	color: #aaa;
	text-decoration: none;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 400px;
	font-weight: bold;
}
#sidebar {
	color: #ff0000;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 14px;
	width: 210px;
	float: right;
}
#sidebar h1 {
	color: #fff;
	font-size: 20px;
	font-family: Georgia, serif;
	letter-spacing: 5px;
	background-color: #ccc;
	padding: 3px;
	text-align: center;
	text-transform: none;
	border: 0px solid #000;
	margin-bottom: -10px;
}
#sidebar a {
  color: #dd0000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: transparent;
  text-decoration: none;
}
#sidebar a:hover,a:focus {
  color: #fff;
  background-color: #dd0000;
}
#sidebar ul li {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: -5px;
}

/*----------------------------------------------------------
			FOOTER
-----------------------------------------------------------*/

#labfooter {
	text-align: center;
	float: left;
	width: 692px;
	padding: 2px 7px 7px 7px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-top: 5px solid #ddd;
	margin-top: 10px;
	font-weight: bold;
	color: #666;
}
#labfooter a{
	color: #dd0000;
	text-decoration: none;
	border: none;
	background-color: transparent;
}
#labfooter a:hover {
	color: #333;
}
#labfooter img {
  border: none;
  margin-right: 5px;
}

/*----------------------------------------------------------
			LINKS
----------------------------------------------------------*/

#links_content {
	background-color: transparent;
	margin: 7px 0 7px 0;
	width: 330px;
	font-family: Georgia, serif;
	font-size: 13px;
	text-decoration: none;
	float: left;
	padding: 5px;
	text-align: center;
}
#links_content a{
	color: #dd0000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	border: none;
	background-color: transparent;
}
#links_content a:hover, a:focus {
	color: #333;
	background-color: transparent;
}
#group {
	width: 320px;
	margin: 10px 0 10px 10px;
	float: left;
	background-color: transparent;
	text-align: left;
}
#group_header {
	color: #444;
	font-size: 18px;
	font-family: Georgia, serif;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #444;
}

/*----------------------------------------------------------
			DOWNLOADS
----------------------------------------------------------*/
#download {
	background-color: #fff;
	margin: 7px 0 7px 0;
	width: 675px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
	float: left;
	padding: 5px;
}
#download a {
  background: none;
  text-decoration: none;
  color: #ff0000;
}
#download a:hover, a:focus {
  color: #000;
}
#download h1 {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -17px;
}

/*----------------------------------------------------------
			ABOUT
----------------------------------------------------------*/
#about {
  background-color: #fff;
	margin: 7px 0 7px 50px;
	width: 568px;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 17px;
	float: left;
	padding: 0 5px 0 15px;
	color: #333;
}
#about h1 {
  color: #888;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #888888;
}
#about li {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  margin-top: -15px;
}
#about li a {
  font-family: Verdana, sans-serif;
  color: #dd0000;
  text-decoration: none;
}
#about li a:hover {
  color: #333333;
}
#about img {
  border: none;
}