html {
	font-family:"verdana";
	height: 100%;
	margin-bottom: 1px;
	
}

body {
	height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
	background-image:url('img/bg.jpg');
	background-repeat:repeat-x;
	background-color: #000;  
	color: #fff;
	font-size:0.8em; /* 13px now */

}

a {
	
	color: #fff;
	text-decoration: none;
}

a:hover {
	
	
		color: #D80226;
}
p {
	
		font-size: 0.9em;
}
h1 {
	font-size: 1.8em;
	display: inline;
	font-weight: normal;	
	
}

h2 {
	
	font-size: 1.6em;
	display: inline;
	font-weight: normal;
	
}
img {
	
		border: 0px;
}
#siteContainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}



#left {

	width: 296px;
	height: 591px;
	background-image:url('img/left.jpg');
	display: block;
	text-align: left;
	float: left;
	display: block;


	
}
#middle {

	width: 436px;
	background-color: #383B3D;
	display: block;
	text-align: left;
	float: left;
	display: block;


	
}
#right {

	width: 248px;

	background-color:#273891;
	display: block;
	text-align: left;
	float: left;
	display: block;


	
}

