body {
	background-color: #319BEC;
}

img {
	border: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0;
	background: #94D148;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#header {
	height: 163px;
	background-image: url(../images/top.jpg);
	text-align: center;
	-moz-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-opera-border-radius: 15px 15px 0 0;
	-khtml-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

#logo {
	margin-top: 9px;	
}

#menu {
	height: 30px;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(../images/gradient.gif) repeat-x bottom;
	text-align: center;
}

#menu a {
	height: 100%;
}

#menu li a {
	line-height: 30px;
	display:block;
	color: #000;
	padding:0 5px;
	text-transform: capitalize;
	text-decoration: none;
}

.current {
	background: #ffffff;
}

#menu li a:hover {
	background: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

#menu li {
	display: inline;
	float: left;
	list-style-type: none;
	vertical-align: middle;
}

#content {
	min-height: 300px;
}

#content-main {
	width: 83%;
	margin: 1% 1% 0 1%;
	display: table;
}

label {
	display:block;
	float:left;
	width:60px;
}

input, textarea, select {
	display:block;
}

#unauthorized {
	width: 100%;
	text-align: center;
}

#left-sidebar {
	height: auto;
	width: 15%;
	float: left;
	margin-top: 4%;
	margin-right: 1%;
}

#left-sidebar ul {
	padding-top: 5%;
	padding-left: 0;
	margin: 0;
	background: #C4EDFF;
	list-style: none;
}

#left-sidebar li {
	margin-left: 2%;
}

#left-sidebar li a {
	width: 100%;
	display: block;
	color: #000;
	text-decoration: none;
}

#left-sidebar li a:hover {
	background: #ffffff url("../images/favicon.gif") no-repeat;
	background-position: right;
	width: 100%;
}

.active {
	background: #ffffff url("../images/favicon.gif") no-repeat;
	background-position: right;
}

#footer {
	clear: both;
	text-align: center;
}

#footer li {
	display: inline;
	list-style-type: none;
}

