body {
	background-color: #006699;
	font-family: Verdana;
	color:fff;
	font-size: 12px;
}

#container {
	position:center;
	background-color:#FFF;
	border:2px solid black;
	width:900px;
	margin:auto;
}
#header {
	background-image:url('http://lions.dongues.net/board/styles/lions/theme/images/bg_header.gif') !important;
	background-position: 0px -1px !important;
	background-repeat:repeat-x !important;
	background-color:#12A3EB !important;
	height:160px;
/*	border:2px solid black;
	border-bottom: 0; */
}

#nav {
    height: 30px;
    background: #006699;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
/*    border: 2px solid black; */
    }
        
#nav ul {
    color: white;
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none;
    }
    
#nav li {
    float: left;
    margin: 0 0 0 20px;
    font-weight: bold;
    font-size: 12px;
    }
    
#nav a, #nav a:visited {
    color: white;
    text-decoration: none;
    }
    
#nav a:hover {
    color: #e5b354;
    }

#statusbar {
	background-color:#12a3eb;
	border-bottom:2px solid black;
	padding: 2px 0 2px 0;
}
#content {
	padding:10px 10px 10px 10px;
	background-color:#FFF;
/*	font-size:10px; */
}
#creator {
	background-color:#006699;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:10px;
/*	border-top:2px solid black; */
	padding: 2px 0 2 px 0;
}


.post {
/*    width: 675px;*/
    margin: 0 0 20px 0;
    }
    
.post .title {
    font-size: 18px;
    font-weight: bold
    }
    
.post .title h1 {
    display: block;
    float: right;
    font-size: 11px;
    color: grey;
    text-align: right;
    margin: 10px 0 0 0;
    }

.post h2 {
    font-size: 15px;
    font-weight: bold
    }
    
.post .text {
    border-top: 1px solid grey;
    margin: 2px 0 0 0;
    padding: 4px 0 0 0;
    }
    
.post p {
    margin: 0 0 10px 0;
    padding: 0;
    }
    
.post a, .post a:visited {
    color: #006699;
    text-decoration: none;
    }
    
.post a:hover {
    color: #e5b354;
    }
