/*

*/

body {
	margin: 0px 0;
	padding: 0;
	background: #2f00d1 url(images/bg_1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: navy;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 215px;
	margin: 0 auto;
	background: url(images/top_row.gif);
}

/* Logo */

#top {
	width: 900px;
	height: 215px;
	margin: 0 auto;
	background: url(images/top_row.gif);
}
#text_row {
	width: 900px;
	height: 65px;
	margin: 0 auto;
	background: url(images/text_row.gif);
}
#bottom_row {
	width: 900px;
	height: 320px;
	margin: 0 auto;
}
#bottom_left {
	width: 450px;
	height: 320px;
	margin: 0 auto;
	background: url(images/mostly_heads.gif);
	float: left;
}
#bottom_right {
	width: 450px;
	height: 320px;
	margin: 0 auto;
	float: right;
}
#footer {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}