@charset "UTF-8";
/* CSS Document */

#bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 200px;
	width: 748px;
	margin-top: auto;
}
#menucontainer {
	height: 29px;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#body {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header2 {
	background-image: url(../images/header2.jpg);
	height: 46px;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 196px;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
a:link {
	color: #000000;
}
a:visited {
	background-color: #333333;
}
