
.style1 {color: #FFFFFF}
.style2 {font-size: 14px}
.style4 {
	color: #000099;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

body {
	background-image: url(images/bk.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c8ca0c;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 100%;
	width: 750px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #330066;
	border-right-color: #000066;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	padding-bottom: 50px;
	background-image: url(content.jpg);
}
#wrapper #navbar li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 12px;
	text-align: center;
}
#wrapper #navbar a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #9900CC;
	border-right-color: #CC0066;
	border-bottom-color: #990066;
	border-left-color: #336699;
	width: 90px;
	float: left;
	height: 20px;
	border-left-style: solid;
	text-decoration: none;
	color: #000000;
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 19px;
}

#wrapper #navbar {
	width: 750px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	height: 20px;
}

html {
	height: 100%;
}
#header {
	background-image: url(banner.jpg);
	height: 210px;
	width: 750px;
	vertical-align: bottom;
}
#wrapper #navbar a:hover {
	background-image: url(images/menu_bko.gif);
	font-weight: bold;
}
#wrapper #navbar ul {
	list-style-type: none;
}
h1 {
	color: #FFFFFF;

	filter: DropShadow(Color=#CC66CC, OffX=4, OffY=4, Positive=10)?, Positive=?);
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 16px;
	font-variant: small-caps;
}
#content { 
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height:325px;
	padding: 0.3em .3em;
	margin-top: .3em;
	margin-bottom: .3em;
	overflow: auto;
}
#content li {
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
	vertical-align: middle;
	color:#FFFFFF;
}

