/*****************************************

				Presentation

*****************************************/
body {
	background-color: #E3D7BB;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Tahoma, arial, sans-serif;
}

a:link, a:visited {
	color: #A4733A;
	text-decoration: none;
}

a:hover, a:focus {
	color: #D8C08C;
	text-decoration: none;
}

a:active {
	color: #A4733A;
}

img {
	border: 0;
}

/* Header of page */
.h_title {
	font-size: 15pt;
	font-family: Tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

.u {
	text-decoration: underline;
	display: inline;
}


/*****************************************

				Layout

*****************************************/

/* Entire page is contained within main */
#main {
	width: 800px;
	margin: auto;
	border: 2px solid #EFAF10;
	background-color: #EEE5D2;
}

/* Header and footer */
#header, #footer {
	clear: both;
	text-align: center;
}

/* Center columns between header and footer */
#columns {
}
/* Menu column on left */
#menu_column {
	float: left;
	width: 140px;
}
/* Content column in center */
#content_column {
	width: 512px;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}
/* Extra column on right */
#extra_column {
	width: 140px;
	float: right;
}

/*****************************************

			Boxes

*****************************************/

/* Left sidebar menu */
.menu_title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #EFAF10;
}

.menu_content{
	font-size: 12px;
	background-color: #EEE5D2;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 2px solid #EFAF10;
	border-bottom: 2px solid #EFAF10;
	margin-bottom: 4px;
}

/* Right extra menu */
.extra_title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #EFAF10;
}

.extra_content{
	font-size: 12px;
	background-color: #EEE5D2;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: 2px solid #EFAF10;
	border-bottom: 2px solid #EFAF10;
	margin-bottom: 4px;
}

/* News posts */

.box {
	width: 512px;
	padding: 0;
	margin: 0;
	border-color: #EFAF10;
}

.box .title {
	text-align: center;
	background-color: #EFAF10;
}

.box .content {
	text-align: left;
	background-color: #EEE5D2;
	border-left: 2px solid #EFAF10;
	border-right: 2px solid #EFAF10;
	border-bottom: 2px solid #EFAF10;
	padding: 4px;
}