@import url("styles.css");

body {
	margin: 0 auto;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #000000  url(../images/back.jpg) repeat-x top center;
}

div#frame {
	margin: 0 auto 0 auto;
	width: 920px;
	padding: 0 0px 20px;
	background: white;
}

#header {
	margin-bottom: 20px;
}
#logo {
	font-size: 10px;
	padding: 10px 20px 0;
	background: url(../images/top_back.png) bottom left repeat-x;
}
#menu {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	list-style: none;
	background: black;
	height: 30px;
	color: white;
	padding: 0 15px 0 5px;
}
#banner {
	text-align: center;
}
#menu a {
}
#menu td {
	text-align: center;
}
#menu a:hover {
	border-bottom: 5px solid #cccccc;
}
#menu a.sel {
	border-bottom: 5px solid #ffffff;
}
#menu a {
	text-decoration: none;
	color: white;
	background: black;
	font-weight: bold;
	text-align: center;
}
#search input.box {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #666;
}
#search input.btn {
	background: #666;
	font-size: 10px;
	padding: 3px;
	border: none;
	color: white;
	font-weight: bold;
}
#search form {
	display: inline;
}

#body {
	clear: both;
	padding: 0;
	min-height: 600px;
	padding: 0 20px;
}

#left {
	border: 1px solid #e5e5e5;
	background: #f0f3f5;
	padding: 10px;
	float: left;
	width: 170px;
}
#content {
	margin-top: 0;
	margin-left: 200px;
}

#left h3 {
	font-family: Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #333;
}

.popup {
	background: white;
	text-align: left;
	padding: 10px;
	scroll: yes;
}

