body {
	background-color: #800080;
	text-align: center;
	margin: 0px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}

.main {
	margin-top: 0px;
	margin-left: 120px;
	margin-right: 120px;
	float: left;
	padding: 0px 20px;
	text-align: justify;
	width: 855px;
	margin-right: 120px;
	background-color: #ffffff;
}

.tower {
	position:fixed;
	top 0px;
	left: 0px;
	width: 120px;
	height: 600px;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}

.tower2 {
	position:fixed;
	top 0px;
	right: 0px;
	width: 120px;
	height: 600px;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}

.element {
	display: inline;
	float: left;
	position: relative;
	padding-right: 10px;
}

.butt {
	position: relative;
	float: left;
	top: 22px;
	color: white;
	font-size: 28px;
	height: 44px;
	border: 1px solid; 
	border-color: #aaa #000 #000 #aaa; 
	background: #333333; 
}

.butt:hover { 
	position: relative; 
	float: left;
	top: 23px;
	left: 1px; 
	border: 1px solid; 
	border-color: #000 #aaa #aaa #000; 
	background: #800080; 
}

img {
	border: none;
}

input {
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	height: 48px;
	border: 1px solid #7f3333;
}

.input2 {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	float: right;
	border: 2px solid #cccccc;
}

.header {
	text-align: center;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#00007F;
	text-decoration:none;
}
a:hover {
	color:#FF3800;
	text-decoration:underline;
}

li {
	text-align: center;
	display: inline;
	width: 33%;
}

hr {
	text-align: center;
	color: #333333;
	width: 67%;
}
