* {
	margin: 0;
}

body {
	background: #CACACA;
	color: #FFF;
	margin: 0;
	padding: 0;
	font: small "Trebuchet MS", Tahoma, Verdana, Arial;
}

a {
	color: #FFF;
    font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #CF7C33;
	text-decoration: none;
}

#header {
	margin-top: 30px;
    text-align: left;
    background: url("images/header.gif") no-repeat top left;
	width: 851px;
	height: 31px;
}

#links {
    height: 107px;
    width: 851px;
    padding-top: 10px;
    text-align: center;
    background: url("images/links.gif") no-repeat top left;
}

.link1 {
    text-align: center;
    width: 150px;
}

.small {
    font-size: 11px;
    font-weight: normal;
}

#leftbar {
    width: 851px;
    height: 400px;
    padding-left: 51px;
    text-align: left;
    background: url("images/leftbar.gif") no-repeat top left;
}

#homebar {
    width: 851px;
    height: 53px;
    text-align: left;
}

#bottombar {
    width: 851px;
    height: 65px;
    padding: 7px 0 25px 50px;
    text-align: left;
    font-weight: bold;
    background: url("images/bottombar.gif") no-repeat top left;
}

#bottombar a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#bottombar a:hover {
	color: #999;
	text-decoration: none;
}