body
{
	background-color: #002E5D;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Arial;
	align: center;
	text-align: center;
	color: #FFFFFF;
	font-size:.8em;
	margin: 0px 0px 0px 0px;
}

a[href]
{
	color:#0098D5
}

img
{
	border: 0px;
}

.main
{
	background-color: #000000;
	min-height: 400px;
	width: 80%;
	min-width: 840px;
	border: solid 2px #0098D5;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-bottom: 5px;
}

.copyright
{
	color: #000000;
	font-size: .8em;
	padding-bottom: 5px;
}

.logo
{
	float: left;
	width: 0px;
	height: 0px;
}

.header
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 40px;
	background-repeat: no-repeat;
	min-height: 32px;
	padding-top: 4px;
}

.hr
{
	background:url('../images/line.png') center no-repeat;
	padding-top:50px;
}

.info
{
	width:90%;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}

.centered,
.towers
{
	margin-left: auto;
	margin-right: auto;
}

.towers
{
	width: 795px;
	height: 470px;
}

.box,
.tower
{
	height: 0px;
	width: 0px;
	position: relative;
}

.tower_image
{
	height: 64px;
	width: 64px;
	margin: 2px 2px 2px 2px;
	background-repeat: no-repeat;
}

#tower_box
{
	background-image: url(images/description_box.png);
	position: relative;
	left: 30px;
	top: 271px;
	width: 606px;
	height: 188px;
}

#tower_thumbnail
{
	position: relative;
	top: 60px;
	left: 50px;
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
}

#tower_title
{
	position: relative;
	top: 60px;
	left: 150px;
	font-size: 20px;
	width: 400px;
	height: 28px;
	overflow: hidden;
}

#tower_description
{
	position: relative;
	left: 150px;
	top: 100px;
	width: 400px;
	height: 50px;
	overflow: hidden;
	font-size: 15px;
}
