/* VJBatltle.com - CSS 11/06 - Chase Media 2006 */

html, body {
    height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Main Font for all */
	font-size: 12px;
}
a {
	font-weight: bold;
}
A:link {
	color: #000099;
	text-decoration: none;
}
A:visited {
	color: #000099;
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: none;
}



h1 { /* Anything within h1 title tags */
	font-size: 18px;
	font-weight: bold;
}
.highlight {
	color: #FF0000;
	font-weight: bold;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 400px; /* For Mozilla/Opera/Safari */
	background-image: url(images/back.gif);
	background-position: center;
	background-repeat: repeat-x;
}
#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    height: 100%;
}
#main {
    position: absolute;
    width: 100%;
    height: 512px;
    top: 50%;
    margin-top: -256px; 
}
#top {
	height: 136px;
	width: 100%;
	background-image: url(images/top_back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}	
#content {
	height: 320px;
    width: 100%;
	background-image: url(images/content_back.jpg);
	background-position: center;
}
#bottom {
	height: 56px;
	width: 100%;
	background-image: url(images/bottom_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#show {
	text-align: left;
	width: 640px;
 	height: 320px;
 	overflow: auto;
}
#contact_email ul {
	padding-left: 5px;
	margin: 0px;
	list-style-type: none;
}
#contact_email li {
	font-weight: bold;
	display: list-item;
	margin: 5px;
}
#contact_email p {
	margin: 40px 0px 10px 0px;
}