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


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #191a1e;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 0 0; 
  padding: 0 0 0 30; 
}

#outerWrapper {
  min-width: 900px;
  width: 900px;
}
#outerWrapper #header {
  height:25px;
  border-bottom: solid 0px #666; 
  border-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #contentWrapper {
	border: solid 1px #fff;
	background-color: #C6C6C6;
	background-image: url("../img/bgwhite.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 50px;
	width: 900px;
}


#outerWrapper #contentWrapper #content {
	text-align:;
	padding: 100px 120px 20px 50px;
	
}

#outerWrapper #contentWrapper2 {
	border: solid 1px #fff;
	background-color: #ffffff;
	
	margin: 0px 0px 0px 50px;
	width: 900px;
}
#outerWrapper #contentWrapper2 #content {
	text-align:;
	padding: 135px 70px 20px 50px;
	
}

#outerWrapper #footer {
	border-left: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	color: #F5F5F5;
	font-size:11px;
	font-weight: bold;
	margin: 0px 0px 0px 50px;
	padding: 10px 0px 10px 50px;
	width: 810px;
	background-color: #C3623B;
	letter-spacing: 1px;
}

#outerWrapper #copyright {
	border-style: none;
	border-top: solid 0px #666;
	color: #F5F5F5;
	font-size:10px;
	font-weight: bold;
	line-height:normal;
	margin: 0px 0px 0px 50px;
	padding: 10px 0px 0px 0px;
	width: 920px;
	;
}

#outerWrapper #copyright2 {
	border-style: none;
	color: #F5F5F5;
	font-size: 10px;
	font-weight: bold;
	width: 300px;
	
	clear: right;
	float: left;
}

.logo {
	left: -2px;
	top: 8px;
	position: absolute;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #24498E;
	margin-bottom: px;
  }
 h2 {
	font-size: px;
	font-weight: bold;
	color: #000;	
	font-style:;
	
  } 
  
a:link {
	color: #B14E18; font-weight:bold;
}
a:visited {color: #B14E18; font-weight:bold;}
a:active {color: #24498E; font-weight:bold;}
a:hover {
	color: #24498E;font-weight:bold;
}

#copyright a:link {
	color: #FAD56D;
	text-decoration:none;
}
#copyright a:visited {color: #FAD56D; text-decoration:none;}
#copyright a:active {color: #ffffff; text-decoration:none;}
#copyright a:hover {
	color: #ffffff;
	text-decoration:underline;
}
div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 
}