@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #494A61;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

#container{
	margin: 0 auto;
	width: 800px;
	position: relative;
}
#header{
    width: 800px;
}
#main_photo {
	position: relative;
	width: 495px;
	text-align: right;
	margin-top: 25;
	padding-top: 25px;
	float: right;
	padding-right: 5px;
}

#main_text {
	float: left;
	width: 295px;
	padding-left: 5px;
	text-align: justify;
}

#main_text   p {
	margin-top: 25px;
	font-size: 0.9em;
}
#main_news {
	float: left;
	width: 800px;
	padding-left: 5px;
	text-align: justify;
	font-size: 0.9em;
}
#footer {
	clear: both;
	width: 800px;
	font-size: 0.7em;
	text-align: center;
	padding-top: 35px;
}
a {
	color: #494A61;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #F4F4F4;
}
.youarehere {
	color: #990033;
}
ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: -8px;
}

.right {
	text-align: right;
}
.middle {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.title  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.header_right{
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}
img {border:0;}