/*################################ 
	City-Code CSS 1.0
################################*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #590000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
}
#container_main {
	margin: 0 auto;
	text-align: left;
	width: 974px;
}
#container_left {
	float: left;
	width: 804px;
}
#container_right {
	float: right;
	margin-left: 10px;
	width: 160px;
}
#header {
	background-image: url(http://file.city-code.com/imgs/site/header.jpg);
	width: 804px;
	height: 75px;
	margin: 0 auto;
}
#mgbox {
	background-image: url(http://file.city-code.com/imgs/site/mgbox.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 347px;
	height: 63px;
	margin-left: 457px;
	position: absolute;
	z-index: 200;
}
#content {
	background-color: #FFFFFF;
	background-image: url(http://file.city-code.com/imgs/site/content_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #000000;
	height: 100%;
	min-height: 516px;
	padding: 10px;
	width: 780px;
}

a:link, a:visited{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.link1:link, a.link1:active, a.link1:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.link1:hover {
	color: #CC0000;
}
a.link2:link, a.link2:active, a.link2:visited {
	color: #FF6F6F;
	text-decoration: none;
	font-weight:normal;
}
a.link2:hover {
	color: #FFFFFF;
}
a.mystartbox:link, a.mystartbox:active, a.mystartbox:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
a.mystartbox:hover {
	color: #CC0000;
}
input[type=text], input[type=password], input[type=file] {
	border:1px solid #CCCCCC;
	padding:4px;
	font-size:7pt;
	color:#000000;
}
select {
	border:1px solid #CCCCCC;
	font-size: 7pt;
	padding: 1px;
}
option {
	padding: 1px 0 1px 3px;
}
textarea {
	border: #CCCCCC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 4px;
}
.checkbox {
	background: #0f0;
	border: 0;
	height: 13px;
	margin: 0;
	width: 13px;
}
.hoverbox ul li ul {
	display: none;
	position: absolute;
	
}
.hoverbox ul li:hover ul {
	display: block;
}