* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background-color: #191E24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #a9a9a9;
}

a {
	color: #a9a9a9;
	text-decoration: none;
}

a:hover {
	color: #e2e2e2;
}

ul {
	list-style: none;
}

h2 {
	font-size: 1.2em;
	width: 100%;
	border-bottom: 1px solid #1c1e1f;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#container {
	width: 750px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #0f1215;
	border: 1px solid #1c1e1f;
}

#header {
	height: 120px;
	color: #ffffff;
}

#logo {
	margin-left: 50px;
	padding-top: 20px;
}

#logo span {
	color: #ffa906;
}

#logo h1 {
	font-size: 3em;
}

#navigation ul {
	border-top: 1px solid #1c1e1f;
	border-bottom: 1px solid #1c1e1f;
	height: 35px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight:bold;
}

#content {
}

#left ul li, #right ul li {
	margin-left: 10px;
	padding-left: 15px;
	margin-top: 10px;
	background: url(images/ls.gif) top left no-repeat;
}

#left {
	width: 480px;
	float: left;
}

#right {
	width: 270px;
	float: right;
}

.box {
	background-color: #000000;
	padding: 10px;
	margin: 10px;
}

.clr {
	clear: both;
}

#footer {
	border-top: 1px solid #1c1e1f;	
	padding: 5px;
	padding-left: 15px;
	font-size: 0.8em;
}

#copyright {
	width: 400px;
	float: left;
}

#createdby {
	float: right;
}
