@charset "utf-8";
/* CSS Document */

body {
	background-color:#d8d9a0;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:2em;
	color:#556036;
	margin:0px;
	padding:0px;
}

p {
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-align:justify;
}


a:link {
	font-weight:bold;
	text-decoration:none;
	color:#556036;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#604A36;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#604A36;
}

#wrapper {
	margin:auto;
	padding:0px;
	width:900px;
}

#container {
	width:1116px;
	margin:0px;
	padding:0px;
}

#banner {
	background-image:url(../images/banner_logo.png);
	width:1116px;
	height:213px;
	margin:0px;
	padding:0px;
}

#menu {
	width:1116px;
	height:55px;
	margin:0px;
	padding:0px;
}	

#body {
	background-image:url(../images/body.png);
	width:1116px;
	height:656px;
	margin:0px;
	padding:0px;
}

#left {
	width:440px;
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
	margin-left: 32px;
	margin-top: 47px;
}

#divider {
	background-image:url(../images/divider.png);
	width:30px;
	height:488px;
	margin:0px;
	padding:0px;
	float:left;
	clear:none;
	margin-left: 10px;
	margin-top: 120px;
}

#right {
	width:200px;
	margin-top:0px;
	padding:0px;
	float:right;
	clear:right;
	margin-right: 375px;
	margin-top: 200px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	clear: both;
	height: 74px;
	width: 1109px;
	float: left;
	overflow: hidden;
	margin:0px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

#AMD {
	background-image: url(../images/amd_button.png);
	height: 74px;
	width: 337px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#AMD:hover {
	background-position: center bottom;
}


#wrapper #container #body #left table tr td p {
	font-family: Lucida Console, Monaco, monospace;
}
#wrapper #container #body #left table tr td p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
