/*----- Color -----*/
body {
	background-color: #B29980;
}

#page_container {
	background-color: #FFFFFF;
	border-color: #000000;
}
#header {
	background-color: #4f86b5;
}
div.menuBar {
	background-color: #4f86b5;
	background-image: url(images/menufadeout.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

img.bbcode {
	border: 1px solid black;
}

a.menuButton {
	color: #FFF;	
}
/*----- Positioning -----*/

#page_container {
	width: 760px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
}

#footer {
	text-align: center;
}

div.menuBar {
	height: 35px;
	clear:both;
	text-align: right;
	padding: 0 20px 0 120px;
}

a.menuButton {
	padding: 0 15px 15px 15px;
}

#header img {
	float: left;
	border-style: none;
}


#content {
	clear: both;
	padding: 30px;
}

p {
	padding: 10px;
}




/*----- Typography -----*/
* {
	font-family: arial, sans-serif;
}
a.menuButton {
	font-weight: bold;
	text-decoration: none;	
}

/*----- Tables -----*/



#link {
	font-size: 0.7em;
	font-family: san-serif;
	float: right;
}