body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
	background-position: center;
}
#content {
	margin-bottom: 20px;
	border: thin dashed #FF0000;
}
#content      img   {
	margin: 0px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 2px;
	background-color: #FFFFFF;
}


#banner {
	margin-bottom: 20px;
	border: thin dashed #FF0000;
}
#banner img {
	text-decoration: none;
	border: none;
}

