body {
	margin: 0px;
	font-family: Arial;
	background-color: #CCCCCC;
}

h1 {
	text-align: center;
	font-size: 22px;
}

h2 {
	color: Green;
	margin-top: 40px;
}

#page {
	width: 800px;
	margin: auto;
	border-left:thick solid black;
	border-right:thick solid black;
	background-color: white;
}

#header {
	text-align: center;
	background-color: black;
}

#nav {
	padding: 0;
	font-size: 14px;
	background-color: black;
}

#right {
	float: right;
	padding: 10px;
	width: 160px;
}

#content {
	padding: 10px;
	margin: 0px 190px 0px 20px;
	text-align: justify;
	font-size: 14px;
}

#footer {
	clear: both;
	padding: 10px;
	font-size:14px;
	margin-left: 20px;
}

img.floatLeft { 
    float: left; 
    margin-right: 10px;
	margin-top: 15px;
	padding: 2px;
	border:thin solid black;
}

a:link {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#nav li {
	float: left;
	padding:5px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	width: 115px;
	font-weight: bold;
	background-color: yellow;
	color: black;
	text-align: center;
	padding:4px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a:active {
	background-color: #DDDD00;
}


.DLPbackground {
	background: white url('DLPbackground.png') no-repeat top center;
}