div#preload { display: none; }


* {
    padding: 0;
    margin: 0;
} 

#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
text-align: center;
}

html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}

imgborder{ border:1px solid #666666; padding:2px;}
a { color: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }
img
{  border-style: none;
}

.floatright { float: right; } 

ul#portfolio img{
	border: 1px solid #ccc;
	padding: 4px;
	width: 320px;
}

#wrap {
margin: 10px auto 0 auto;
width: 830px;
}

#header { 
border: 0px solid #999999;
height: 120px;
background: #000;
width: 800px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: bold;
padding: 0 30px 0 0;
letter-spacing: 0px;
line-height: 12px;
}

#menu h2 {
color: #ccc;
font-size: 15px;
font-weight: bold;
padding: 0 30px 0 0;
letter-spacing: 0px;
line-height: 12px;
}

.logo {
margin-top: 1px;
width: 230px;
float: left;
border: 1px solid #000;
font-size: 12px;
padding: 1px;
background: #000;
}

.fadeimages {
margin-top: 5px;
width: 344px;
float: left;
text-align: justify;
border: none;
padding: 2px;
background: #000;
}

.menu {
margin-top: 10px;
width: 185px;
float: right;
border-left: 1px solid #000;
font-size: 12px;
padding: 10px;
background: #000;
border-left: 0px solid #CD6600;
border-right: 0px solid #CD6600;
}

.menu ul {
list-style-type: circle;
padding: 20px 10px 10px 30px;
color: #59799F;
float: left
}

.menu a { text-decoration: none }

.menu .active a {
	color: #aaa;	
}

.menu h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
float: right
}

.menu sub {
font-size: 10px;
color: #59799F;
}


.gallery {
margin-top: 10px;
width: 570px;
float: left;
text-align: center;
border: 1px solid #fff;
padding: 20px;
background: #000;
}

.main {
margin-top: 10px;
width: 570px;
float: left;
text-align: justify;
border: 1px solid #fff;
padding: 20px;
background: #000;
}

.main h1 {
color: #FF4800;
font-size: 24px;
letter-spacing: 10px;
font-weight: bold;
padding : 10px 0 15px 0;
}

.main h2 {
color: #aaa;
font-size: 24px;
letter-spacing: 10px;
font-weight: bold;
padding : 10px 0 15px 0;
}

#inner_box {
margin-top: 5px;
width: 547px;
float: center;
text-align: center;
color: #aaa;
font-size: 9px;
border: 1px solid #404040;
padding: 10px;
background: #000;
}

#small_box {
margin-top: 5px;
width: 205px;
float: right;
text-align: justify;
color: #c3c3c3;
font-size: 11px;
border: 1px solid #aaa;
padding: 5px;
background: #000;
}

#footer {
margin-top: 5px;
width: 570px;
float: left;
text-align: center;
color: #eee;
font-size: 9px;
border: 1px solid #ffffff;
padding: 20px;
background: #000;
}


<!--begin styles for calendar--!>

.right calendar {
	padding-top: 20px;
	font-size: 26px;
	line-height: 50%;
	color: #aaa;
}

body .month {
	padding-top: 20px;
	font-size: 14px;
	color: #aaa;
}

table {
	border-collapse: separate;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 1px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

table .subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(cal/img/cells.png);
	color: #fff;
	position: relative;
}
th {
	height: 30px;
	font-weight: normal;
	font-size: 10px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 243px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 242px -82px;
	color: #000;
}

td.date_blue {
	background-position: -162px 0px;
	color: white;
}
td.date_blue:hover {
	background-position: -162px 81px;
	color: #000;
}

td.date_pink {
	background-position: 81px 0px;
	color: white;
}
td.date_pink:hover {
	background-position: 81px 81px;
	color: #000;
}

td.padding {
	background: url(img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #FFFFFF url(img/popup_2.png) no-repeat;
	color: white;
	border: 1px solid black;
	font-size: 15px;
	width: 400px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}

.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {

	color: #222;
	letter-spacing: 3px;
}
.events li span.desc {
	color: #000;
	font-size:10px;
}

.events li span.imgborder {
    border: 1px solid black; 
}

.events a { color: #333333; text-decoration: none;}
.events a:hover { text-decoration: underline; color : #aaa; }
<!--end styles for calendar--!>
