html, body {
	background-color: white;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial,sans-serif;
	font-size: 13px;
}
a {
	color: #666;
}
a:hover {
	color: #ff4b33;
}
div.container {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px  #ccc solid;
}
#top {
	padding-left: 10px;
	width: 940px;
	height: 156px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/man.jpg') no-repeat right bottom;
	vertical-align: bottom;
	padding-top: 128px;
}
#middle {
	padding-left: 10px;
	padding-top: 66px;
	width: 940px;
	min-height: 254px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background: url('images/logo.gif') no-repeat top left;
	height: 60px;
	width: 100%;
	display: block;
	padding-top: 61px;
	color:#666;
    font-size:13px;
    font-style:italic;
	text-decoration: none;
}
#menu {
	margin: 0px;
	padding: 0px;
	list-style:	none;
	margin-top: 3px;
	float:left;
	border-left:1px solid #ccc;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float:left;
	font-size: 13px;
	line-height: 13px;
	height: 33px;
}
#menu a {
	margin: 0;
	padding: 0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left: -1px;
	font-size: 13px;
	line-height: 13px;
	padding:9px 13px;
	text-decoration:none;
	position: relative;
	color: #666666;
	display: block;
	margin-bottom: -1px;
}
#menu a.sel {
	border-bottom: 1px white solid;
	color: black;
}
#menu li:hover {
	background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
	color:#000000 !important;
}
#menu li:hover  a {
	color: black;
	border-bottom:1px solid #ccc;
}

div.submenu {
	display: none;
}

#menu li:hover .submenu {
	border-top:1px solid #ccc;
	display: block;
	position: absolute;
	z-index: 100;
	margin-left: -1px;
	
}
#menu li:hover .submenu  a {
	background:     #fafafa;
	margin-top: -1px;
	color: black;
	margin-left: 0px;
}

h1#title {
	width: 540px;
	margin: 0px;
    font-family:Georgia, Arial,sans-serif;
    font-size:30px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 29px 0;
	color:#55c712 !important;
}
#contents {
	width: 540px;
	font-size: 15px;
	line-height: 22px;
}
#contents p {
	margin: 0 0 22px 0;
}
#rightSide {
	float: right;
	width: 300px;
	margin-top: -50px;
}
#rightSide div {
	line-height: 18px;
	border:1px solid #ccc;
	padding: 20px;
	color: #666;
}
#calendar {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#calendar td{
	border: 1px #ccc solid;
	text-align: center;
	font-weight: normal;
}
#regForm {
	position: absolute;
	display: none;
	width: 400px;
	background-color: white;
	margin-left: -200px;
}
#regForm input.in, #regForm select {
	width: 200px;
}

#s_container input.in {
	width: 185px;
}
#s_container input.button {
	float: right;
}
input.button {
	background-color: #55c712;
	color: white;
	font-weight: bold;
	border: 0;
}
