html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #666; text-decoration: none;}
a:hover {color: #eee; text-decoration: none;}

body {
	background: #fff;
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}


h1,h2,h3 {padding-top: 6px; color: #259086; margin-bottom: 4px;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.outer-container {
	background: #b2b2b2 url('images/stripedbackground2.png') repeat-y;
	background-position: top center;
	padding-bottom: 0px;
	
}

.inner-container {
	border: 0px solid #1A1A1A;
	background: #fff url('images/mainbg.png') repeat-y;
	background-position: top center;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 750px;
}

.footer 
{
	border-top: 0px solid #000000;
	background: #1A1A1A no-repeat;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0px;
	width: 750px;
	height: 100px;
	text-align: center;
	clear: both;
}
