body {
	margin: 0;
	padding: 0;
	background: #7db1db;
	font-family: arial, 'Times New Roman';
	font-size: 14px;
}

img {
	border: 0;
}

#sky {
	position: absolute;
	width: 100%;
	height: 408px;
	background: url(sky.jpg) repeat-x;
}

#bg_top {
	position: absolute;
	top: 393px;
	width: 100%;
	height: 233px;
	background: url(bg_top.jpg) repeat-x;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1150px;
	height: 160px;
	background: url(header.png) no-repeat;
}

#header_pics {
	position: absolute;
	left: 460px;
	top: 17px;
}

#header_pics img {
	margin: 12px;
}

#name  {
	position: absolute;
	right: 12px;
	top: 2px;
	font-size: 16px;
	color: white;
}

#clock  {
	position: absolute;
	right: 12px;
	top: 24px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

#login {
	position: absolute;
	right: 12px;
	bottom: 4px;
	color: white;
}

#login a {
	color: white;
}

#menu {
	position: absolute;
	left: 149px;
	bottom: 0;
	width: 1001px;
	margin: 0 10px;
}

#menu a {
	padding: 4px 8px 1px 8px;
	border-radius: 12px 12px 0 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 2px #808080;
	letter-spacing: 0.5px;
	color: #ffffff;
}

#menu a span {
	font-family: "Arial Black";
	font-size: 16px;
}

#menu a:hover {
	background-color: rgba(61,61,61,0.92);
}

#menu a.active {
	background-color: rgba(61,61,61,0.92);
}

#container {
	width: 100%;
	min-height: 850px;
	background: url(bg.jpg) repeat;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 1150px;
}

#main {
	position: relative;
	left: 149px;
	width: 1001px;
	min-height: 400px;
	background: url(content.png) repeat-y;
	color: #e6e6e6;
	text-align: justify;
}

#footer {
	position: relative;
        left: 149px;
	width: 1001px;
	height: 22px;
	background: url(footer.png) no-repeat;

	color: #e6e6e6;
	font-size: 11px;
	text-align: center;
}

select, #list input, #form input {
	border-style: solid;
	border-color: #434343;
	border-width: 1px;
}

#list table {
	border: 2px solid #282828;
	border-radius: 5px;
	box-shadow: 0 2px 3px #101010;
}

#list td {
	padding: 0 2px 0 2px;
	color: #f0f0f0;
}

.disabled {
	background-color: #d4d0c8;
	color: #808080;
}

.tablebg {
	background-color: #282828;
}

.error {
	background-color: red;
}

#form {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	top: 30px;
	width: 350px;
	border: 1px solid #333333;
	border-radius: 7px;
	box-shadow: 0 2px 3px #101010;
	background-color: #232323;
}
