body {
	font-family: Arial;
	font-size: 13px;
	color: #555;
	text-align: center;
	background: #FFF;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #258fcd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	margin-left: 10px;
	padding: 0;
	height: 80px;
	width: 500px;
	background: url(../images/clock.png) no-repeat;
}

#logo h1 {
	font-size: 36px;
	font-weight: normal;
	color: #2e3134;
	padding-left: 90px;
	padding-top: 15px;
}

#logo p {
	font-size: 13px;
	color: #91989e;
	text-transform: capitalize;
	margin-top: -25px;
	padding-left: 100px;
}

#main_head {
	width: 960px;
	float: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
	margin-top: 20px;
}

#menu {
	float: left;
	width: 300px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 8px 8px 8px 8px;
}

#menu li {
	display: block;
	float: left;
	width: 280px;
	background: url(../images/bullet.png) no-repeat left;
}

#menu a {
	color: #2e3134;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 8px 0px 8px 35px;
	text-decoration: none;
}

#menu a:hover {
	color: #2787b8;
	margin-left: 10px;
}

#search_top {
	float: right;
	margin-right: 100px;
	margin-top: -80px;
}

#search_top input {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

#header {
	float: left;
	width: 660px;
	height: 140px;
	background: url(../images/header.jpg) no-repeat;
}

#container {
	float: left;
	margin-bottom: 30px;
	width: 960px;
}

#content {
	float: left;
	width: 600px;
	text-align: justify;
	padding-left: 10px;
	line-height: 22px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #2787b7;
}

#sidebar {
	float: right;
	width: 280px;
	line-height: 22px;
	text-align: justify;
	margin-top: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#sidebar li {
	display: block;
	float: left;
	width: 270px;
	border-bottom: 1px solid #CCC;
}

#sidebar a {
	color: #258fcd;
	font-size: 14px;
	display: block;
	float: left;
	padding: 4px 0px 4px 10px;
	text-decoration: none;

}

#sidebar a:hover {
	color: #777;
	margin-left: 10px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

#sidebar_title {
	width: 270px;
	font-size: 20px;
	font-weight: normal;
	color: #2787b7;
	float: left;
	padding: 4px 0px 4px 10px;
    background: #ebeff0;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

#sidebar p {
	padding: 5px;
}

#footer {
	width: 960px;
	float: left;
	border-top: 1px solid #CCC;
	font-size: 12px;
	margin: 0 auto;
	color: #999;
}
