html {
	margin: 0;
	padding: 0;
}
body {
	background-image:  url(common/layout/body_bkg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #ffd;
	color: #000;
}#navmenu {
	background-image:  url("common/layout/navmenu_bkg.jpg");
	float: left;
	height: 480px;
	width: 200px;
	background-position: left top;
}
.logo {
	margin: 20px;
}
#container {
	width: 980px;
	background-image:  url("common/layout/header_bkg.jpg");
	background-position: 200px top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	width: 470px;
	margin-left: 200px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 110px;
	padding-top: 30px;
}
#extra {
	float: right;
	width: 250px;
	padding: 110px 10px 0;
	text-align: center;
}
.title {
	position: absolute;
	left: 230px;
	top: 70px;
}
.menubuttons {
	width: 150px;
	margin-top: 70px;
	margin-left: 5px;
}
.menubutton {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content p {
	text-align: justify;
	line-height: 1.75em;
}
#footer {
	clear: both;
	width: 420px;
	margin-left: 240px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#footer hr {
	border: 2px dotted #CCCCCC;
	height: 1px;

}
img {
	border: none;
}
.slider {
	margin-top: 50px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
