@charset "utf-8";
/* CSS Document */
body {
	font: 95% "Tahoma", sans-serif;
	background-image: url(http://www.articleshotgun.com/images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	text-align:center;
	}

#wrapper {
	width:801px; 
	margin:0 auto; 
	}
	
#header {
	background:url(http://www.articleshotgun.com/images/header.png) 
	no-repeat; 
	height:235px;
	}
	
#container {
	margin: 0px; 
	text-align: left; 
	background: url(http://www.articleshotgun.com/images/content.png) repeat-y;
	}
	
#innerContainer{
	width: 680px;
	margin-left: 59px;
	padding: 1px;
	text-align: left;
	}
	
#footer { 
	background: url(http://www.articleshotgun.com/images/footer.png) no-repeat; 
	height:247px; 
	padding: 1px;
	}
	
.style1 {
	color: #FF0000;
	}
	
.style3 {
	color: #FF0000; 
	font-weight: bold; 
	}
	
.style5 {
	color: #FF0000; 
	font-size: larger; 
	}
	
.style6 {
	font-size: 14px
	}
	
#wrapper #container #innerContainer h2 {
	color: #F00;
	text-align: center;
}
#wrapper #container #innerContainer h1 {
	color: #F00;
	text-align: center;
}
