﻿body {
	margin: 0;
	background: #4C4846;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 860px;
	margin-left: 50px;
	margin-top: 10px;
}

#header {
	color: #DCDBCD;	
	font-size: 1.0em;
	margin-bottom: 5px;
}

#header-sub {
	float: right;
	text-align: right;
	font-size: small;
}

#menu {
	background-color: #4C4846;
}

a.menu-item {
	background-image: url('images/menu.jpg');
	background-color: #3F3B38;
	background-repeat: no-repeat;
	color: #DCDBCD;
	cursor: pointer;
	display: block;
	font-family: Tahoma;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	height: 45px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 22px;
	text-decoration: none;
	width: 138px;
}

a.menu-item:hover {
	background-image: url('images/menu_hover.jpg');
	text-decoration: underline;
}

.content-sub {
	background-color: #CECCB6; 
	color: #54504D;
	height: 355px;
	padding: 20px;
	width: 626px; 
}

.content-sub-img {
	float: left; 
	padding-right: 20px; 
	margin-right: 20px; 
	border-right: 1px #B8BAAF solid;
}

.content-sub-title {
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-size: medium;
}

.content-sub-txt {
	text-align: justify; 
	margin-top: 10px;
	font-family: Tahoma;
	font-size: small;
}

#footer {
	margin-top: 10px; 
	font-size: small; 
	font-weight: bold; 
	color: #DCDBCD
}