* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	}

body {
	background-image: url('images/bgshadow.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	
	margin: 0 auto;
	width: 900px;
	}
	
a {
	color: white;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #0099FF;
	}
	
	
#nav {
	background-image: url('images/menubg.PNG');
	background-repeat: no-repeat;
	height: 51px;
	}
li.menulist {
	list-style: none;
	display: inline;
    margin-left: 15px;
	}
a.menulink {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 50px;
	padding: 15px 20px 16px 20px;
	}
a.menulink:hover {
	background-color: #000000;
	}
#content {
	font-size: .9em;
	line-height: 1.4em;
	padding: 0px 25px 0px 25px;
	background-image: url('images/contentbg.PNG');
	background-repeat: repeat-y;
	color: #FFFFFF;
	}
#mainpane {
	float: left;
	width: 520px;
	}
	
	
#sidepane {
	padding-left: 25px;
	float: right;
	width: 300px;

	}
	
#clear {
	clear: both;
	}
	
.list {
	list-style: inside;
	line-height: 1.9em;
	list-style-image: url('images/bullet.png');
	}
	
.list:hover {
	background-color: #605f5f;
	}
	
#footer {
	margin: 0 auto;
	width: 900px;
	background-image: url('images/footerbg.PNG');
	background-repeat: no-repeat;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: .9em;
	}
li.menulist2 {
	list-style: none;
	display: inline;
	}
a.menulink2 {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 50px;
	padding: 15px 20px 16px 20px;
	}
a.menulink2:hover {
	background-color: #000000;
	}
	
#bg {
	background-image: url('images/bgshadow2.JPG');
	background-repeat: repeat-x;
	background-position: 0px 650px;
	}
	
input, textarea  {
	border: 1px solid white;
	background-color:#eeecec;
	line-height: 1.4em;
	margin: 3px;
	}

