﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #303030;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
/*	font-weight: bold;*/
	color: #ddd;
	text-decoration: none;
}
#container {
	width: 1000px;
	margin: 10px auto;
	background-repeat:no-repeat;
}
#header {
	text-align: center;
	width: 1000px;
	height: 130px;
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 50px;
	text-align: right;
}
#content {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
	padding: 20px;
	background-image: url('../images/frame.png');
	background-repeat: no-repeat;
	height: 470px;
	width: 720px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
/*    font-weight: bold;*/
	color: #ddd;
	display: block;
	padding: 3px;
}
#navigation a:hover {
	color: #3366FF;
	text-decoration: none;
}
#content h1, h2, h3, h4, h5, h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#copyright {
	color: #505050;
	/*float: right;*/
	text-align: right;
}
#copyright a {
	color: #505050;
}
