body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, sans-serif;
	font-size:12px;
	background-color:#C9C8C8;
	background-image:url(images/bg_big.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#container {
	width:848px;
	margin:20px auto;
	background:#35393A;
	border: 4px #36393a solid;
}
#header img {
	padding:4px;
}
#header p {
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	line-height:1.5;
	float:right;
	padding:4px;
	margin:4px;
}
#footer p {
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:4px;
}

#navigation li {
	display: block;
	float:left;
}
.button a {
	background-color:#e0e0e0;
	text-decoration:none;
	color:#333333;
	height:15px;
	width:auto;
	margin: 0 2px 0 0;
	padding: 2px 5px 2px 5px;
	float:left;
	white-space:pre;
}
.button a:hover {
	background-color:#EEEEEE;
	color:#333333;
	/* border:#000000 1px solid; */
}

#content {
height:450px;
background-color:#FFFFFF;
text-align:center;
}

#about_box {
float:right;
width:450px;
height:300px;
margin:40px 10px 0 0;
}

#about_box p {
line-height:1.3;
color:#FFFFFF;
}

#about_box h1 {
color:#FFFFFF;
}

