/* CSS Document */

html, body {
	margin:0;
	padding:0;
	position: fixed;
	background: #ccb378;
	width: 100%;
	}
#container {

	margin:0;
	padding:0;
	position:absolute;
	left:50%;
	margin-left: -484px;
	width: 968px;
	}
#container2{
	background: url(Images/background.gif) no-repeat;
	position: fixed;
	height: 1050px;
	width: 968px;
	}
#content {
width: 540px;
position: relative;
top: 120px;
left: 135px;

	}
	
#left {
	float: left;
	width: 90px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 55px;
	margin-left: 10px;
	}

#left ul li {
font-size: .75em;
margin-bottom: 41px;
	}
* {
	list-style-type: none;
	}

#left a:link, #left a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #448cca;
	}
	
#left a:hover, #left a:active {
text-decoration: underline;

	}

#right {
	float: right;
	width: 430px;
	position: relative;
	left: 20px;
	top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#right h2 {
	color: #494967;
	font-size: 14px;
	font-weight: bold;
	}

#right p {	
	line-height: 1.3em;
	font-size: 12px;
	padding-bottom: 0px;
	}