body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #404040;
	font: normal 16px/20px "Trebuchet MS", Verdana, Helvetica, sans-serif; 
}

h1, h2, h3, h4 {
    margin: 5px 0 0 25px;
    font-weight: bold;
	line-height: 24px;
	padding: 15px;
	letter-spacing: -1px;
	color: #00008B;
}

p {
	font-size: 14px;
	margin-right: 25px;
	padding-top: 0px;
	display: block;
}

a { color: #000; text-decoration:none; font-weight:bold; }
a:hover { text-decoration: underline; }

ul {
	list-style: none;
}

li {
	text-decoration: none;
	padding: 5px;
	font-size: 11px;
}

#container {
	margin-top: 5px;
	margin: 0 auto 0 auto;
	width: 800px;
	min-height: 900px;
	background: #000 url(./images/wtw_background.jpg) no-repeat;
	overflow: hidden;
}

#header {
	margin: 0;
	min-height: 310px;
	background: transparent url(./top.jpg) no-repeat;
	border: solid 0px #f00;
}

#content {
	/*background: #fff url(./middle.jpg) repeat-y;*/
	width: 100%;	
	border: solid 0px #f00;
	margin-top: 0px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: absolute;
	width: 805px;
	top: 760px;
	min-height: 20px;
	text-align: center;
	margin-top: 80px;
	/*background: #00008b url(./bottom.jpg) no-repeat;*/
}

#flash {
	float: left;
	width: 480px;
	height: 360px;
	padding: 5px;
	padding-left: 0px;
	margin-left: 10px;
}

#links {
	float: left;
	width: 200px;
	max-height: 360px;
	text-align: right;
	border: solid 0px #000; 
	margin-left: 10px;
	padding: 5px;
	padding-right: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}

#sub {
	width: 805px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: solid 0px #000;
	position: absolute;
}

.alignright {
	text-align: justify;
}

.logo { 
	width: 100px;
	height: 75px;
}

.snip {
	margin: 5px;
}

