* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica;
}

ul li {
	list-style-type: none;
}

body{
	background-color: #383838;
}

#header {
	width: 900px;
	height: 300px;
	position: relative;
	background-color: #c0c0c0;
	left: 0;
	right: 0;
	margin:auto;
}

.image {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div#navigation {
	position: relative;
	width: 900px;
	height: 30px;
	background: #efefef;
	margin: 0 auto;
}

div#navigation ul li {
	position: relative;
	width: 149px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #000000
	color: #323232;
}

div#navigation ul li:hover {
	background: #565656;
	color: #ededed;	
}

div#navigation ul li:active {
	box-shadow:inset rgba(0, 0, 0, 0.5) 0 0 20px;
}

#main {
	width: 900px;
	height: 500px;
	background-color:#101010;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}	
	
#lcontent {
	margin-right:20px;
	width: 120px;
	height: 100%;
	background-color:#c0c0c0;
	float: left;
}

#rcontent {
	left: 120px;
	width: 780px;
	height:100%;
}

.bodypic {
	padding: 10px;
	float: left;
}

#footer {
	position: relative;
	margin-left:auto;
	margin-right: auto;
	width: 900px;
	height: 200px;
	background-color: #c0c0c0;
}

#lfooter {
	position:relative;
	width: 200px;
	height: 150px;
	padding: 25px;
	margin: 0;
	float: left;
}

#mfooter {
	position: relative;
	width: 200px;
	height:150px;
	padding: 25px;
	margin:0 auto;
}

#rfooter {
	right:0px;
	position: absolute;
	width: 200px;
	height: 150px;
	padding: 25px;
	margin: 0;
}	
