* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	background-image: url(images/body-bg1.jpg);
	background-repeat: repeat-x;
	font-family: Georgia;
}
h1 {
	color: #465F6E;
	font-size: 1.35em;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#container {
	margin: 0 auto;
	width: 1024px;
	background-color: #ffffff;
}
#logo {
	width: 1024px;
	height: 142px;
	text-align: center;
	background-color: #1A171B;

}
#mainmenu {
	width: 1024px;
	height: 28px;
	text-align: center;
	background-color: #1A171B;

}
.menutab {
	margin-left: 1px;
	margin-right: 1px;
}
#submenu {
	width: 1024px;
	height: 24px;
	padding-top: 2px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	text-align: center;
}
#submenu .item {
	margin-left: 6px;
	margin-right: 6px;
}
#submenu a {
	color: #333333;
	text-decoration: none;
	font-size: 0.7em;
}
#submenu a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 740px;
	padding-left: 15px;
	padding-right: 15px;
}
#content p {
	color: #333333;
	line-height: 170%;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	font-size: 0.8em;
}
#content a {
	color: #465F6E;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#right {
	float: right;
	width: 229px;
	background-image: url(images/right-bg.jpg);
	background-repeat: repeat-y;
}
#right p {
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #333333;
	line-height: 150%;
}
#right a {
	color: #465F6E;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
#footer {
	height: 22px;
	width: 100%;
	padding-top: 15px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-size: 0.7em;
	margin-top: 15px;
	color: #999999;
}
#footer a {
	color:#999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}