﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F5F5DC;
	color: black;
	font-family: Verdana, Geneva, sans-derif;
	font-size: 12px;
}



#main-container {
	position: relative;
	height: 780px;
	background-color: #F5F5DC;
	margin: auto;
	width: 960px;
	font-family: Verdana, Geneva, sans-derif;
	font-size: 12px;
}


#header {
	background-color: #8B0000;
	color: #E1B74D;
	height: 120px;
	border-right-width: medium;
	border-bottom-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: silver;
	border-bottom-color: silver;
	
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #F5F5DC;
	text-align: center;
	padding-left: 10px;
}
#left_column {
	background-color: #E1B74D;
	float: left;
	width: 220px;
	height: 600px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#left_column:hover {
	background-color: silver;
}

#right_column {
	background-color: #F5F5DC;
	float: left;
	height: 600px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
}
.box {
	background-color: #E1b74D;
	color: black;
	margin: auto;
	padding: 10px;
	width: 250px;
	border: medium inset white;
	float: right;
}
a:link {
	color: Navy;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

h2	{text-align: center;
}

h3 {
	text-align: center;
	font-size: 14px;
}

h4 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}



table, th, td
 {
	border-collapse:collapse;
	border-style:ridge;
	border-width:5px;
	text-align:left;
	
}


	

td
{
padding:15px;
}






