body {
	font-family: sans-serif, verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	margin: 0;
	background: #ebebeb url('/layout/bg.png') repeat;
}

a:link		{ color: #000; text-decoration: none }
a:visited	{ color: #000; text-decoration: none }
a:active	{ color: #000; text-decoration: none }
a:hover		{ color: #aaa; text-decoration: none }

img {
	border: 0;
}

form {
	margin: 0px;
}

#container {
	margin: 10px auto;
	width: 800px;
}

#top {
	position: relative;
	background: #bbb url(/img/top/43.jpg) no-repeat;
	text-align: left;
	height: 100px;
	color: #fff;
	text-shadow: #000 0px 0px 5px;
	padding: 0px 5px;
}

#content {
	text-align: left;
}

#search {
	width: 800px;
	float: left;
}

#login {
	width: 400px;
	float: left;
	text-align: right;
}

#colomn400 {
	float: left;
	width: 400px;
}

#colomn200 {
	float: left;
	width: 200px;
}

h1 {
	position: absolute;
	margin: 0px;
	bottom: 7px;
	right: 20px;
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.top_date {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-weight: bold;
}

#sinput {
	float: left;
	width: 332px;
	margin: 10px 0px 10px;
	height: 26px;
	padding-left: 5px;
	border: 1px solid #c0c0c0;
	background: #fafafa;
	font-size: 11pt;
	color: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sinput:hover {
	border: 1px solid #888;
}

input.login {
	width: 150px;
	margin: 10px 0px 10px;
	padding: 2px;
	border: 1px solid #000;
	background: #fff;
	font-size: 10pt;
	color: #aaa;
}

#sinput:focus, input.login:focus {
	color: #000;
}

#submit {
	cursor: pointer;
	width: 58px;
	height: 30px;
	margin: 10px 0px 10px 3px;
	font-size: 0;
	text-indent: -999px;
	color: transparent;
	background: url(/layout/ico-search.png) no-repeat #4d90fe center;
	border: 1px solid #3079ed;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#submit:hover {
	background: url(/layout/ico-search.png) no-repeat center #357ae8;
	border: 1px solid #2f5bb7;
}

.hidden {
	display: none;
}

#menu ul {
	width: 400px;
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	border-bottom: 1px solid #000;
}

#menu ul li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#menu ul li:hover {
	text-decoration: underline;
}

.active {
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#dyncontent {
	float: left;
	width: 100%;
}

ul.links {
	margin: 2px 0 8px 5px;
	padding: 0px;
}

.links li {
	margin: 0;
	padding: 2px 0;
	list-style: none;	
}

.links li img {
	vertical-align: -33%;
	padding-right: 5px;
}

.news {
	font-size: 10.8pt;
}

.guide {
	margin-bottom: 10px;
	font-size: 10pt;
}

.guide img {
	vertical-align: middle;
}

.weather {
	margin-bottom: 10px;
	font-size: 10pt;
}
