/*

*/

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_rowB.gif);
}
#text_row {
	width: 900px;
	height: 65px;
	margin: 0 auto;
	background: url(images/text_rowB.gif);
}
#bottom_row {
	width: 900px;
	height: 905px;
	margin: 0 auto;
	float: none;
	background-color: black;
}
#bottom_left {
	width: 270px;
	height: 905px;
	margin: 0 auto;
	background: black none;
	float: left;
}
#bottom_left_top {
	width: 270px;
	height: 255px;
	margin: 0 auto;
	background: url(images/created.gif);
	float: none;
}
#bottom_left_mid {
	width: 270px;
	height: 142px;
	margin: 0 auto;
	background: url(images/preview.gif);
	float: none;
}
#bottom_left_lower {
	width: 270px;
	height: 133px;
	margin: 0 auto;
	background: url(images/about.gif);
	float: none;
}
#bottom_left_email {
	width: 270px;
	height: 373px;
	margin: 0 auto;
	background: url(images/email_2.gif);
	float: none;
}
#bottom_center {
	width: 600px;
	height: 905px;
	margin: 0 auto;
	background: url(images/mostly_headsB.gif);
	float: left;
}

}
#footer {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}