body {
	margin: 0px;
	padding: 0px;
	font-family:  Arial;
	font-size: 12px;
	color: #333333;
	background-color: #495257;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
	padding: 15px;
	line-height: 22px;
	color: #333;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	display: block;
	width: 785px;
	border-left: 3px solid #7e8d95;
	border-right: 3px solid #7e8d95;
}

#menu {
	background-image: url("../img/bgmenu.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #686f74;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	text-align: center;
}
	#menu li {
		display: inline;
	}
	#menu a {
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		font-weight: normal;
		border-right: 1px solid #737a7f;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#menu a.last {
		border: 0px;
	}
	#menu a:hover {
		color: #d7e4eb;
	}
	
#content {
	padding: 15px;
	text-align: left;
}
	#content h1 {
		font-size: 25px;
		color: #8e8db3;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}
	#content h2{
		font-size: 20px;
		color: #8e8db3;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
	}
	#content p {
		font-size: 12px;
		color: #333333;
		line-height: 22px;
	}
	#content img {
		padding: 3px;
		border: 2px solid #22282b;
	}
	
#footer {
	background-color: #202527;
	padding: 15px;
	border-top: 2px solid #7a8589;
	color: #ffffff;
}
