	
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#300;
	background-image: url(../bg/tan.gif);
	background-color: #FFC;
}

#top{

	margin-top:9px;
	height:210px;
	background-image: url(../bg/red_black.gif);
}
#title{
	position:absolute;
	top:0;
	padding-left:0px;
	height:230px;
	width:800px;
	background-image: url(../bg/titlehortz.gif);
	background-repeat: no-repeat;
	background-position:top right;
	}


#header
{
	background-image:url(../bg/tan.gif);
	text-align:center;
}


#navigation
{
	float: left;
	width: 100%;
	background-color: #300;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}

#navigation ul
{
	margin: 0;
	padding: 0;

}

#navigation ul li
{
	list-style-type: none;
	display: inline;

}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;

}

#navigation li a:hover {
	background: #fff;
	color:#300;
	font-style: italic;
		}
		
#container
{
	margin:0;
	width: 930px;
	background-image: url(../bg/red.gif);
}

#left
{
	float: left;
	width: 200px;
	padding:  0;
	margin: 0;
	display: inline;
}

#right
{
	float: right;
	width: 650px;
	margin:10px;
	padding:20px;
	display: inline;
	background-color:#Fff;
	border:1px solid #000;
	text-align:justify;

}

#footer
{
	clear: both;
	text-align: center;
	padding-right: 20px;
	background-image: url(../bg/tan.gif);
	border-top:3px solid #fff;
	padding-bottom:5px;
}

h1 {
    font-size:20px;
	color: #300;
     position: absolute;
     }


h1 span {
	font-size:30px;
	color: #ccc; 
	display: block; 
     position: relative;
     top: -10px;
     left:  15px;
}

h2{
	font-size:30px;
	font-weight:bold;

}
.line {
		background-color:#300;
		height:1px;
		width:80%;
		margin:10px;
}
a:link {
	color: #300;
		text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:visited {
	text-decoration: none;
	color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
