body {
	background: #D9E5F5 url(../images/bg_body.jpg) no-repeat top left;
	font-family: Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover { color: black; }

img { border: none; }

div hr { display: none; }

.hrdot, .hrdash, .hrsolid, .hrdouble {
	height: 5px;
	clear: both;
}

.hrdot { border-bottom: dotted thin #333; }

.hrdash { border-bottom: dashed thin #333; }

.hrsolid { border-bottom: solid thin #333; }

.hrdouble { border-bottom: double 4px #333; }

h1 {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #2269AD;
	letter-spacing: 0.1em;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-style: italic;
	color: #2269AD;
	letter-spacing: 0.1em;
	line-height: 0.5em;
}
h2 a { color: #36C; }
h2 a:hover, h3 a:hover { color: #36F; }

h3 {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 0.1em;
}

#container {
	border: solid 1px #CCC;
	background: #FFF url(../images/bg_content.jpg) no-repeat 70% 90%;
	width: 1100px;
	margin: 20px auto;
	padding: 3px;
	position: relative;
}

#header { width: 100%; }

#nav {
	background-color: #2269AD;
	font-size: 14px;
	color: white;
	text-align: center;
	width: 100%;
	margin: 3px 0;
}
#nav a { color: white; }
#nav a:hover, #hit a { color: yellow; }

#marq {
	background-color: yellow;
	font-size: 16px;
	font-style: italic;
	color: #E33D2E;
	width: 550px;
	padding: 0 3px;
}

#content {
	width: 100%;
	min-height: 400px;
}

.col_1 { width: 490px; }

.col_2 {
	width: 600px;
	padding: 0 0 5px 10px;
}

.link_block {
	height: 40px;
}
.link_block h2, h3{
	margin: 0;
}
.link_block img {
	max-height:40px;
	padding: 2px 0;
}

.dragbar {
	background-color: black;
	opacity: 0.1;
	filter: alpha(opacity=10);
	width: 100%;
	height: 30px;
	font-size: 10px;
	color: white;
	text-align: center;
	cursor: s-resize;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
.dragbar:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.dragbar:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#dragbar {
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#con_form {
	border: solid 1px #CCC;
	width: 300px;
	float: right;
	padding: 3px;
}

#con_form td {
	padding: 0 4px;
}

.btn {
	border: none;
	background-color: #333;
	color: white;
	padding: 1px;
}
.btn:hover {
	border: solid 1px #333;
	background-color: white;
	color: #333;
	padding: 0;
}

.inp {
	text-align: right;
	width: 100%;
}
.inp_txt { width: 80%; }

.msg_txt {
	width: 100%;
	height: 150px;
}