* {
	margin: 0px;
}
a {
	color: #bebeb4;
	text-decoration: none;
}
#nav_strip a:hover {
	text-decoration: underline;
}
body {
	margin: 0px;
	background-image:url(bg.png);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #bebeb4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}
#title_strip {
	height: 23px;
	padding-top: 27px;
	padding-left: 25px;
	font-size: 24px;
	color: #bebeb4;
	background-image: url(top.png);
}
#nav_strip {
	height: 25px;
	padding-left: 25px;
	padding-top: 12px;
	color: #DDD;
	background-color: #222;
}
#content {
	height: 385px;
	padding: 25px;
	background-image: url(main.png);
}
#title_right {
	height: 25px;
	border-bottom: 1px solid #bebeb4;
	font-size: 22px;
	text-align:right; 
	color: #555;
	padding-bottom: 5px;
}
#footer {
	height: 22px;
	background-image: url(top.png);
	color: #DDD;
	font-size: 14px;
	padding-top: 4px;
	text-align: center;
}
.active {
	font-weight: bold;
}