body {
	background-color: #333;
	color: #ccc;

	font-family:verdana,sans-serif;	font-size:small;	voice-family:inherit;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#navigation {
	position: absolute;
	margin-top: 92px;
	margin-left: 30px;
	width: 700px;
	text-align: center;
}

#navigation a {
	color: white;
	font-size: 11px;

}

#navigation a:hover {
	color: gray;
	text-decoration: none;
}

#navigation li {
	display: inline;
}

#navigation li span {
	display: inline;
	padding: 1px;
	padding-left: 5px;
	padding-right: 0px;
}

#navigation li span span {
	display: inline;
	padding-right: 10px;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	background: #000 url(../images/header.gif) no-repeat;
}

#container {
	width: 740px;		
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	padding-top: 0px;
	background: #000 url(../images/body.gif) repeat-y;
}

#footer {
	background-image: url(../images/bottom.gif);
	background-color: red;
	clear: both;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#body {
	width: 540px;
	float: left;
}

#side {
	width: 165px;
	float: right;
	padding-left: 10px;
}

#side a {
	color: #feff8d;
	font-size: 10px;
}

.title {
	font-size: 30px;
}

p {
	font-size: 90%;
	text-align: justify;
	padding-bottom: 10px;
	line-height: 150%;
}

h2 {
	font-size: 110%;
	padding-bottom: 5px;
	color: #87cdcd;
	color: #cae540;
}

h4 {
	font-size: 90%;
	padding-bottom: 5px;
	color: #cae540;
}

h3 {
	font-size: 110%;
	padding-bottom: 2px;
	color: #cae540;
	border-bottom: 3px solid #191919;
}

a {
	color: #cae540;
	font-weight: bold;
	font-size: 90%;
}

li {
	list-style-type: none;
}

