/* CSS Document */


#content {
	height: 700px;
	width: 780px;
	left: 50ex;
	top: 2px;
	right: 50%;
	background-color: #000000;
	border: 1px solid #CC0000;
	background-image: url(bk_content.jpg);
	background-repeat: repeat;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: capitalize;
	text-decoration: none;
	color: #990000;
}

#header {
	width: 780px;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 20px;
}
#content #images {
	height: 600px;
	width: 700px;
	margin-top: 50px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer {
	width: 780px;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a {
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.img {
	border: 1px solid #FFFFFF;
	margin: 3px;
}

</style>

