body
{
	background: #f5f5f5 url(images/bg.png);
	/*font-family: "Verdana", "Arial", "sans-serif";*/
	font-family: "Georgia", "serif";
	font-size: 14px;
	color: #5C5C5C;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}

#header
{
	height: 60px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	text-align: right;
	padding-top: 15px;
	padding-right: 25px;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 875px;
}

.box
{
	background-color: #fafafa;
	border: 1px solid #a9a9a9;
	margin-bottom: 20px;
	padding: 10px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	-moz-box-shadow: 2px 2px 2px #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
}

.wide
{
	clear: both;
}

.half
{
	width: 265px;
}

.third
{
	width: 170px;
}

.twothirds
{
	width: 370px;
}

.left { float: left; }
.right  { float: right; }
.center { margin-left: 12px; }


a
{
	color : #99CC32; /* Green */
	text-decoration: underline;
}

a:hover { text-decoration: none; }

#header a
{
	color: #5c5c5c;
	text-decoration: none;
	padding: 5px;
	text-shadow: none;
}

a.selected
{
	border-bottom: solid 2px #5c5c5c;
}

#header a:hover
{
	border-bottom: solid 2px #5c5c5c;
}

#header ul, #header li
{
	display: inline;
}

#header li
{
	margin: 5px;
}