body {
	margin:0;
	padding:0;
	background:url("images/bg.jpg") repeat-x #fafafa;
}
#container {
	width:924px;
	margin:0 auto;
}
#header {
	width:924px;
	background:url("images/header.jpg") no-repeat;
	height:136px;
}
#header a {
	display:block;
	height:20px;
	width:160px;
	margin:100px 0 0 730px;
}
#navigation {
	width:924px;
	background:url("images/navigation.jpg") no-repeat;
	height:22px;
}
#navigation ul {
	padding:0;
	margin:0 0 0 200px;
}
#navigation ul li {
	float:left;
	list-style:none;
	margin:0 30px 0 0;
}
#navigation ul li a {
	color:#FFF;
	font-family:Tahoma;
	display:block;
	font-size:11px;
	text-decoration:none;
		padding:4px;
}
#navigation ul li a:hover {
	display:block;
	background:url("images/navhover.jpg");
}
#content {
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	padding:20px;
	width:884px;
	background:url("images/contentbg.jpg") no-repeat;
}
#left {
	width:400px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
}
#right {
	width:465px;
	float:right;
	background:url("images/right.jpg");
	height:316px;
}
.bullets {
	width:150px;
	float:left;
}
.bullets {
	margin:0;
	padding:0;
}
.bullets li {
	background:url("images/bullet.png") left no-repeat;
	list-style:none;
	margin:5px 0 0 0;
	padding:0 0 0 20px;
	font-size:12px;
}
#bottom {
	width:924px;
	clear:both;
}
#footer {
	width:924px;
	height:113px;
	background:url("footer.png");
		border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;
}
#footer ul {
	margin:0;
	padding:85px 0 0 30px;
}
#footer ul li {
	float:left;
	list-style:none;
	margin-right:20px;
}
#footer ul li a {
	color:#666666;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:none;
	font-weight:bold;
}
#footer ul li a:hover {
	color:#999999;
}
