/*
The Web Tower
2009
*/
* {
	font: 12px Tahoma, Verdana, Arial;
}
body {
	margin: 0;
	background-color: #d6e6f5;
	background-repeat: repeat-x;
	background-position: top;
	overflow-x: hidden;
}
#container {
	width: 925px;
	margin: auto; text-align: center;
}
#header {
	text-align: center;
	height: 331px;
}



#sun {
	position: absolute; margin-left: 395px; width: 778px; height: 331px; background-image: url(../images/sun.png); background-repeat: no-repeat;
}
	#sun_contents {
		position: absolute; margin-left: 716px; margin-top: 15px;  width: 170px; height: 180px;text-align: center;
	}
#cloud {
	position: absolute; text-align: center; margin-left: 60px; width: 620px; height: 234px; background-image: url(../images/clouds_logo.png);
}






a {
   outline: none;
}
blockquote {
	background-color: #EEEEEE;
	border: 1px dotted #f5f4ff;
	color: #777777;
	padding: 5px;
}
ul {
	list-style: none; padding: 0;
}
li {
	float: left; margin-right: 10px;
}
li a {
	color: #609bd7; text-decoration: none; font-size: 14px; display: block; padding: 5px;
}
li a:hover {
	color: #336699;
}

.banner {
	width: 88px; height: 31px; border: none; text-align: center; float: left;
}
.clear {
	clear: both;
}
.blank, .link {
	width: 88px; height: 31px; float: left;
}
/*
.link {
	background-color: #FFFFFF;
}
*/
.ad {
	width: 145px; height: 125px; text-align: center;
	margin: auto; margin-bottom: 10px;
}
.left {
	text-align: right;
}
.right {
	text-align: left;
}
.mini {
	width: 16px; height: 16px; border: none; margin-right: 5px;
	vertical-align: middle;
}
.favicon {
	width: 32px; height: 32px; border: none; margin-right: 5px;
	vertical-align: middle;
}
p.titletext {
	color: #609bd7; font-size: 14px; margin: 0px;
}
p.titletext span {
	font-size: 14px; 
}
input[type="text"] {

}
.submit {
	width: 147px;
	height: 41px;
	background: url(../images/button_submit.png);
	border: none;
}
.submit:hover {
	background: url(../images/button_submit_over.png);
	cursor: pointer;
}
.submit:active {
margin-top: 2px;
}
label a, span a, p a, #links a {
	text-decoration: none;
	color: #609bd7;
	border-bottom: 1px dotted #609bd7;
}
label a:hover, span a:hover, p a:hover, #links a:hover {
	color: #336699;
	border-bottom: 1px dotted #336699;
}
em {
	font-style: italic;
	color: #222222;
}
input {
	color: #222222;
}
#tower {
	float: left;
	width: 616px;
}
#tower_body {
background-position: bottom left;
	background-image: url(../images/nobanner.gif);
	background-repeat: repeat-x;
	float: left; width: 616px;
	min-height: 31px;
margin-bottom: 28px;
}
#content {
	float: left; width: 606px;
	text-align: left;
	background-color: #FFFFFF; margin-bottom: 37px;
	padding: 5px;
}
#left {
	float: left;
	width: 145px;
	text-align: center;
	margin-right: 10px;
}
#right {
	float: right;
	width: 145px;
	text-align: center;

}
#favicons, #news, #links {
	background-color: #FFFFFF; padding: 5px; margin-bottom: 10px; text-align: left;
}
div, p {
	color: #888888;
}
#footer {
	width: 100%;
	background-color: #609bd7;
	border-top: 1px solid #2c6299;
	background-repeat: repeat;
	clear: both; position: fixed; bottom: 0;
}
#copyright {
	width: 880px; margin: auto; color: #FFFFFF;
	padding: 5px;
	height: 17px;
}
#copyright a {
	color: #FFFFFF; text-decoration: none;
}
#copyright a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

.red {
	color: #DD0000;
}
a.red:hover {
	color: #DD0000;
	border-bottom: 2px solid #DD0000;
}
.orange {
	color: #ffa800;
}
a.orange:hover {
	color: #ffa800;
	border-bottom: 2px solid #ffa800;
}
.green {
	color: #00DD00;
}
a.green:hover {
	color: #00DD00;
	border-bottom: 2px solid #00DD00;
}
.lightblue {
	color: #609bd7;
}
a.lightblue:hover {
	color: #609bd7;
	border-bottom: 2px solid #609bd7;
}
.blue {
	color: #0000DD;
}
a.blue:hover {
	color: #0000DD;
	border-bottom: 2px solid #0000DD;
}
