body
{
	margin: 40px 0;
	background: url('../images/bg-body.png') no-repeat top center #69c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.print_only {
	display: none;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	font-size: 1.1em;
	color: #fff;
	height: 228px;
	border: 1px solid #aaa;
	border-bottom: none;
	background: url('../images/header.jpg') no-repeat #69c;
}
#header p {
	margin: 55px 0 0 30px;
}
#nav {
	display: block;
	height: 40px;
	/*background-color: #dc8e1a;*/
	background-color: #e5a317;
	border: 1px solid #fff;
}
#nav ul {
	padding: 0 10px;	
}
#nav li {
	margin: 0; 
	list-style: none;
	float: left;
	font-size: 10px;
}
#nav a {
	color: #000;
	margin:0;
	padding: 5px 4px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
}
#nav li a:hover {
	color: #fff;
	background-color: #a56910;
}
#content {
	background: url('../images/bg-content.png') repeat-x #fff;	
}
#content a {
	text-decoration: none;
}
#content a:hover
{
	color: #f00;
	text-decoration: underline;	
}
#content a.button {
	display: table-cell;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 10px 5px;
	border: 1px solid #ccc;
}
#content a.button:hover {
	background-color: #ddd;	
}
#right-side {
	padding: 15px 15px 25px 15px;
	width: 200px;
	float: right;
	border-left: 1px solid #ccc;
	margin-left: 30px;
}
#right-side a.button {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 10px 5px;
	border: 1px solid #ccc;
}
#right-side a.button:hover {
	background-color: #ddd;	
}
#left-side {
	width: 685px;
	padding: 20px;
}
#footer {
	text-align: center;
	margin-bottom: 80px;
}
#footer a {
	color: #333;
	text-decoration: none;	
}
#footer a:hover {
	color: #000;
	text-decoration: underline;	
}