@charset "UTF-8";
#wrapper {
	height: 820px;
	width: 780px;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	text-align: right;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #ECF5FC;
}
#header {
	height: 60px;
	width: 100%;
	position: relative;
	padding-top: 8px;
	padding-right: 0px;
	font-size: 10px;
}
#left p {
	padding-left: 40px;
	line-height: 16px;
}
#left {
	height: 700px;
	width: 270px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 20px;
}
#gallery {
	background-color: #FFFFFF;
	margin-left: 35px;
}
.cell {
	width: 30px;
	height: 30px;
	margin: 5px;
	float: left;
	background-image: url(images/empty.jpg);
	background-repeat: no-repeat;
}
.active {
	font-weight: bold;
	color: #333333;
}
.logo {
	margin-left: 40px;
}
a:link {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right {
	height: 700px;
	width: 430px;
	float: left;
	margin-left: 20px;
	margin-top: 68px;
	text-align: left;
}
#menu  ul {
	list-style-type: none;
}
#menu {
	margin-left: 0px;
}
#menu  li {
	line-height: 18px;
}
#menu li a {
	line-height: 18px;
	color: #666666;
}
#clock {
	float: right;
	height: 50px;
	padding-top: 10px;
	width: auto;
}
#footer {
	float: right;
	height: 120px;
	width: 300px;
	margin-right: 40px;
}
/************************************************** 
Clock 
**************************************************/

form.clock input {
	border: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #333333;
	width: 4.25em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form.clock label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #80868a;
	padding: 1px 0px 0px 12px;
}

