/*
CSS for LazyKBoers
*/
body
{
	font-family: ariel;
	color: white;
	background-color: black;
	text-align: center;
	background-image:url('435.gif');
}

a:link, a:visited
{
	color: blue;
}

a:hover
{
	color: #5DFC0A;
}

h1
{
	margin-bottom: 5px;
}

h2, h3
{
	font-weight: normal;
	font-size: 1em;
	font-height: 30px;
}

#content-primary{
float: center;
margin: 24px;
width: 900px;
font-size: 1.5em;
font-color: white;
}

#content-primary p{
padding-bottom: 18px;
}

#content-primary img{
float: center;
margin: 18px;
padding: 3px;
border: 10 px dotted white;
background: black:
}

#page:
{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header
{
	height: 192px;
	background-color: banner.jpg;
	color: white;
}

#header p
{
	float: left;
	padding: 60px, 24px, 24px, 24px;
	font-size: 1.5em;
	line-height: 1em;
	color: white;
}

#header ul
{
	padding-top: 62px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
}

#header li
{
	display: inline;
	margin: 0 12px;
}

#header li a
{
	font-size: 1.25em;
	line-height: 1em;
	text-decoration: none;
	color: white;
}

#header li a:hover{
color: #5DFC0A;
}

#content-secondary{
float: left;
margin: 24px;
width: 244px;
color: black;
}

#content-secondary p{
padding-bottom: 18px;
}

table{
border-collapse: collapse;
border: 1px solid white;
font-size: 1.0em
}

Caption{
color: red;
font-size: small;
text-align: right;
padding-top: 3px;
font weight: normal;
}

th{
text-algn: left;
color: #5DFC0A;
padding: 0.5em;
}

td{
border: 1px solid white;
padding: 0.3em;
}

#footer{
background-image:url('banner.jpg');
height: 120px;
width: 1000px;
}