@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#header {
	position: relative;
	width: 100%;
	float: left;
	height: 151px;
	background-image:url(../gfx/slice.jpg);
	background-repeat: repeat;
}
#headimg {
	float: left;
	width:598px;
	height:151px;
	background-image:url(../gfx/header.jpg);
}
#logo {
	float: right;
	width: 202px;
	height: 100%;
	background-image: url(../gfx/logo.jpg);
}
#menu {
	position: relative;
	width: 550px;
	margin-top: 127px;
	margin-left: 20px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	position: relative;
	float:left;
	width:80%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 75px;
	font-size: 0.8em;
	background-image:url(../gfx/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#texttitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #4f82c1;
}
#footer {
	position: relative;
	float:left;
	width:100%;
	background-image:url(../gfx/foot2.jpg);
	background-repeat:repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	vertical-align: middle;
}
#footbull {
	color: #999999;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footedge { position:relative; float:left; width:100px; height:65px; background-image:url(../gfx/foot1.jpg); } 
