/* CSS Document 1chapez */

* {
	margin: 0;
	padding: 0;
}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#container {
	background-image: url('images/container_bg.jpg');
	background-repeat: no-repeat;
	height: 1000px;
	width: 931px;
	font-size: 1.6em;
	margin: 4px;
	border-top: 1px solid white
}



#header_left {
	float: left;
	width: 260px;
	height: 206px;
}

#header_right {
	height: 100px;
	margin-left: 315px;
	margin-right: 0px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 30px;
	margin-top: 325px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

h1 {
	color: #555555;
	margin-top: 0px;
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3em;
}
#date_time {
	height: 25px;
	width: 190px;
	margin-left: 100px;
}

#banner_left {
	height: 200px;
	width: 500px;
	margin-left: 405px;
	margin-top: 25px;
}
#banner_right {
	height: 96px;
	width: 150px;
	position: absolute;
	left: 700px;
	top: 39px;
}



h2 {
	color: #555555;
	margin-left: 45px;
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: 35px;
}

h3 {
	height: 31px;
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #555555;
	margin-left: 80px;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
}

a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #ECE9D8; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url('images/menu.png');
	background-repeat: repeat-x;
	height: 27px
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url('images/menu.png') 0 -45px;
	color: #562930
}
#banner_bottom {
	height: 83px;
	width: 152px;
	position: absolute;
	left: 725px;
	top: 139px;
}
#frame1 {
	height: 668px;
	width: 588px;
	position: absolute;
	left: 327px;
	top: 328px;
	color: #666666;
}
#times {
	height: 111px;
	width: 225px;
	position: absolute;
	left: 35px;
	top: 201px;
	color: #666666;
}
