body {
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	cursor: default;
	background: url(../images/bg.jpg) fixed;
}

h1 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	color: #99cc33;
	background-color: #99cc33;
	height: 3px;
}

a:link {
	color: #336600;
	text-decoration: none;
}

a:hover {
	color: #99cc33;
	text-decoration: none;
}

a:visited {
	color: #336600;
	text-decoration: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

#container{
	position:  absolute;
	width: 750px;
	margin-left: -375px;
	left: 50%;
	background-color: #99cc33;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 10px solid #fff;
}

#navigation{
	font-size: 1.3em;
	position:  relative;
	width: 750px;
	height:  30px;
	text-align:  center;
	min-height: 30px;
    display: table-cell;
	vertical-align: middle;
}

#navigation p {
	display: inline;
	}

#navigation ul, #navigation li {
	display: inline;
	margin: 0px;
	padding-right: 20px;
	}

#navigation a:link {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
	text-decoration: none;
}

#navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#header {
	position: relative;
	width: 710px;
	height: 100px;
	background-color: #fff;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	position: relative;
	width: 750px;
	overflow: auto;
}

#friends {
	color: #fff;
	position: relative;
	width:  240px;
	border: 10px solid #fff;
	margin: 20px;
	padding: 10px;
	float: left;
	list-style: none;
}

#friends a:link {
	color: #fff;
	text-decoration: none;
}

#friends a:hover {
	color: #000;
	text-decoration: none;
}

#friends a:visited {
	color: #fff;
	text-decoration: none;
}

#body {
	position: relative;
	width:  390px;
	padding: 10px;
	background-color: #fff;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#footer {
	position: relative;
	width: 420px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-align: center;
}
