@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px 0 0 0;
	color: #ffffff;
	font-size: 11px;
}

div#bodyContainer {
	width: 800px;
	margin: 0 auto;
	background-color: #070809;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#header {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

div.headerImage {
	width: 716px;
	height: 205px;
	position: absolute;
	top: 117px;
	left: 23px;
}

div#contentContainer {
	width: 760px;
	margin: 0 auto;
}

div#top {
	height: 20px;
	background-color: #0b0f12;
}

td.left, td.middle1, td.middle2, td.right {
	background-repeat: no-repeat;
	background-color: #253036;
	height: 297px;
	min-height: 297px;
}

td.left {
	width: 19px;
	background-image: url('../images/leftbg.jpg');
}

td.middle1 {
	width: 15px;
	background-image: url('../images/middle1bg.jpg');
	background-repeat: repeat-x;
}

td.right {
	width: 29px;
	background-image: url('../images/rightbg.jpg');
}

div#nav {
	width: 760px;
	margin: 0 auto;
	background-image: url('../images/navbg.jpg');
	background-repeat: no-repeat;
}

td.leftcol, td.rightcol {
	background-color: #000;
}

a.nav img {
	border: none;
}

div.content {
	padding: 10px;
}

ul {
	list-style: url('../images/punto.jpg');
	padding-left: 10px;
	margin-left: 10px;
}

h1 {
	font-size: 13px;
	color: #4675b4;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #4675b4;
	font-weight: bold;
	display: inline;
}

a, a:visited {
	color: #4675b4;
}

span.blue {
	color: #4675b4;
	font-weight: bold;
}