@charset "utf-8";
body {
	background-image: url(images/background_image.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}

/* CSS Document */


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
}
#header {
	width: 1000px;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #F00;
}
#sidebar_home {
	float: left;
	width: 200px;
	background-color: #666;
	height: 2000px;
}
#main_content {
	float: right;
	width: 800px;
	height: 2000px;
}
.floatleft {
	float: left;
}
#logo {
	width: 200px;
	padding-top: 20px;
}
#mian_container_header {
	padding: 30px;
	width: 740px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#main_content_content1 {
	width: 600px;
	padding-top: 30px;
	padding-right: 100px;
	padding-left: 100px;
}

/* ~~ The footer ~~ */
.footer {
	position: fixed;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 1000px;
	bottom: 0px;
}

