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

html,body {
	background: #000000 url('images/bg.gif') repeat;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}

a {color: #111111;}

a:hover {color: #444444;}

li {list-style: none;}


h1 {
	font: bold 2.2em Tahoma,sans-serif;
	color: #333333;
}

h2 {
	font: bold 1.4em sans-serif;
	color: #333333;
}

h1,h2,h3 {
	color: #333333;
}

.main {
	width: 930px;
	margin: auto;
}

.header {
	background: url(images/header.jpg) repeat;
	height: 65px;
	padding: 5px;
}

.left {
	margin: 0;
	background: #FE5C00;
	float: left;
	width: 300px;
	height: 800px;
	padding: 5px;
	font-size: 1.1em;
 	color: #000000;
}

.center {
	margin: 0;
	background: #1DA6DA;
	float: right;
	padding: 5px;
	width: 300px;
	height: 800px;
 	color: #000000;
}

.right {
	margin: 0;
	background: #B5D438;	
	float: right;
	width: 300px;
	height: 800px;
	padding: 5px;
	font-size: 1.1em;
 	color: #000000;
}

.footer {
	background: url(images/header.jpg) repeat;
	height: 15px;
	padding: 5px;
	color: #111;
	text-align: center;
}

ul {
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
