/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background: black;
	font: 11pt Tahoma;
	letter-spacing: 2.0px;
	color: #0a7ca0;	
	margin: 0px;
	padding: 10px;
}

h1 {
	font: 14pt Geneva, Arial, Helvetica, sans-serif; 
	letter-spacing: 6.5px;
	color: #0a7ca1;
}

h2 {
	font: 12pt Geneva, Arial, Helvetica, sans-serif; 
	letter-spacing: 6.5px;
	font-weight: bold;
	color: #0a7ca1;
}

a:active  {
	color: #433a7d;
	text-decoration: none;
}

a:visited {
	color: #0a7ca0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0a7ca0;
}

a:link {
	color: #705fdd;
	text-decoration: none;
}

#container { 
	width: 800px; 
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
} 

#mainContent { 
	text-align: left;
	width: 70%;
	margin: 0 auto;
	padding: 50px;
	background: url(Images/Savage3.jpg) center no-repeat;
	height: 550px;
} 

#header {
	background: url(Images/header.jpg) right no-repeat;
	height: 150px;
	width: 100%;
	padding: 0 10px 0 20px;
	float: right;
}

#footer {
	width: 70%;
	padding: 20px 0;
	border-top: 1px solid teal;
	margin: 0 auto;
} 

#sidebar {
	float: left;
	background: url(Images/Topper2.jpg) left no-repeat;
	width: 150px;
	height: 500px;
	margin: 0px;
	vertical-align:middle;
}

#imgleft {
	text-align: left;
	border: 0px;
}

#center {
	text-align: center;
	border: 0px;
}

