body {
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #304060;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.main {
	background-color: white;
	border: solid #ffac10 4px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #990033; 
}
img {
	border:0px;
}
div.haut {
	background-color: #ffac10;
	padding: 0px;
	margin: 0px;
}
.colleft {
	float: left;
	width: 140px;
	height: 100%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #EEEEEE;
	border: solid black 1px;
}
.central {
	padding: 10px;
	background-color: white;
	border: dashed #CCCCCC 1px;
	margin-top: 11px;
	margin-left: 170px;
	margin-right: 170px;
}
.colright {
	float: right;
	width: 140px;
	height: 100%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #EEEEEE;
	border: solid black 1px;
}
div.menu {
	background-color: #dce7ec;
	padding: 0px;
	margin: 0px;
	border: dashed grey 1px;
}
.footer {
	background-color: #ffac10;
	border-top: solid black 1px;
	padding: 0px;
	margin: 0px;
}
hr {
	border: solid black 1px;
}
input, textarea, text{
	font-size: 12px; 
	font-family: tahoma; color: navy; border:1px solid #000000;
	background-color: #EEEEEE;
}
div.preview {
	font-size: 12px;
	background-color: AliceBlue;
	padding: 5px;
	border: solid black 1px;
	width : 300px;
}
a:link {
	color:#FF4500;
	text-decoration:none;
}
a:visited {
	color:gray;
        text-decoration:none;
	color:#990033;
}
a:hover {
        color: navy;
        text-decoration:none;
}
.mlinks:before {
	color: white;
	font-weight: bold;
	content:":: ";
}
.spacer {
	clear: both;
}
div.news {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #AAAAAA;
}
div.newsspace {
	border: 0px;
}
div.newsbody {
	border: 0px;
}
div.news_title {
	font-size: 16px;
        font-weight: bold;
        color: #990033;
        border-top: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
	background-color: #dce7ec;
}
div.post_time {
	text-align: right;
	color: #191970;
}
.pic_comments {
	float: left;
        width: 140px;
        height: 100%;
        margin-top: 10px;
        margin-left: 5px;
        margin-bottom: 10px;
        padding: 10px;
	background: transparent;
        border: solid dashed 1px;
        text-align: left;
}
div.picnav {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 2px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	text-align: center;
	margin-right: 0px;
	background-color: #DCDCDC;
}
.avert {
	text-align : center;
	color: white;
}
