body {
	background: #781112;
	padding-top:1em;
	margin:0;
	font-family: Verdana;
	font-size: .9em;
}

a
{
	color:rgb(0,0,153);
	text-decoration:none;
}

a.light
{
	color: rgb(255,255,204);
}

a.light:visited
{
	color: rgb(230,230,255);
}

a.light:hover
{
	color: rgb(223,255,255);
	text-decoration:underline;
}

a:hover
{
	color:rgb(102,0,0);
	text-decoration:underline;
}
h3{
	font-size: 1.2em;
}
#wrap{
	width: 100%;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
}

#left {
	width: 23%;
	max-width:250px;
	font-size: 0.7em;
	float: left;
	text-align: center;
}
#left ul {
	margin: 1.5em 0 0 0;
	padding: 0;
	list-style: none;
}
#left ul li{
	margin: 5px;
	text-align: center;
	padding:3px;
	font-weight: bold;
}

#left ul li.projects {
	background:#895741;
}
#left ul li.redwall {
	background:#8e3838;
}
#left ul li.terrouge {
	background:#885555;
}

#left ul a:hover{
	display:block;
	background:rgb(51,51,51);
}

#left a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#right {
	float: left;
	width: 75%;
	min-height:45em;
	line-height:1.5em;
	background: #ffffe7;
	background-image:url('back.jpg');
}
h1, #header {
	color:rgb(102,0,0);
	font: bold 2.5em "Georgia", Garamond, serif;
	padding:5px;
	background:#fafed5;
	width: 99%;
	line-height: 1em;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px #666;
}

hr {
	border: solid 1px #990000;
	width:100%;
}

#content{
	padding: 0 .7em .7em .7em;
}
#menu
{
	top:1em;
	font-family: Georgia, Helvetica, serif;
	border: solid 2px rgb(50,58,97);
	float:right;
	position: relative;
	z-index:2;
	background: #ffffe7;
	width:225px;
	margin-bottom:1em;
	padding:3px;
	margin-left:.5em;
	margin-right:.5em;
}
p#menu_top{
	text-align:center;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	margin: 0;
	color: #fff;
	background: rgb(50,58,97);
	width:100%;
}

.archive_top{
	text-align:center;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	margin: 0;
	color: #fff;
	background: rgb(50,58,97);
	width:100%;
}
p.newshead{
	margin-top: 0;
	padding: 2px;
	background:#895741; 
	color:#fff;
}

p#article_author {
	padding-right: 3px; 
	border-top: #000 2px solid; 
	margin-top: 20px; 
	padding-left: 3px; 
	font-weight: bold; 
	margin-bottom: 20px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	text-align: right
}

#article_title {
	color:#900;
	font-weight:bold;
	text-align:center;
	position:relative;
	border-bottom: 1px solid #000;
	font-size:1.3em;
}

#footer
	{
	max-width:1280px;
	border-top:1em solid #781112;
	font-size:.7em;
	font-weight:bold;
	padding:4px;
	background:#8e3838;
	color:#fff;
	text-align:center;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	}

img{
	border: 0;
}

input.textbox {
	color:#275400;
	font-size:.8em;
	padding:2px;
	background-color:#fcfff3;
	border: 1px solid #497602;
	}
	
input.submit {
	font-weight:bold;
	color:#990000;
	background:#FAFFF1;
	}