body{
	margin: 0px;
	padding: 0px;
	background: url('images/bg.gif');
}

img{
	border: 0px;
}

div{
	text-align: justify;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	// font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #f9ad81;
}



.title{
	margin-bottom: 20px;
	font-weight: bold;
}

.image{
	width: 191px;
	height: 130px;
	background: url('images/frame.gif');
	padding-top: 11px;
	padding-left: 11px;
	margin-bottom: 20px;
}

.image2{
	width: 224px;
	height: 153px;
	background: url('images/frame2.gif');
	padding-top: 11px;
	padding-left: 11px;
	margin-bottom: 20px;
}

.image3{
	width: 511px;
	height: 197px;
	background: url('images/frame3.gif');
	padding-top: 11px;
	padding-left: 11px;
	margin-bottom: 20px;
}

input, textarea{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	// font: 12px Verdana, Arial, Helvetica, sans-serif;	
}



#HEADER{
	 width: 950px; 
	 height: 168px;
}

#MENU{
	 width: 277px; 
	 float: left;
}

#MAIN{
	 float: right;
	 width: 670px;
	 height: 725px;
	 background: url('images/main.gif') #030500 no-repeat;
	 padding-top: 30px;
	 padding-left: 3px;
}

#CALENDAR_ICON {
	 position: relative;
	 left: 568px;
	 top: -568px;
}

#CALENDAR_ICON .POINTER {
	 position: absolute;
	 left: 15px;
	 top: 110px;
}

#CALENDAR_ICON .TODAY {
	 position: absolute;
 	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 48px;
	 font-weight: bold;
	 left: 24px;
	 top: 42px;
	 color: #000;
	 cursor: default;
}

#CALENDAR_ICON .THIS_MONTH {
	 position: absolute;
 	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 12px;
	 font-weight: bold;
	 left: 15px;
	 top: 32px;
	 color: #fff;
	 cursor: default;
}


.submenu p{
display: none;
}

.submenu{
width: 277px;
padding: 0px;
color: #000000;
font-size: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
// font: 10px Verdana, Arial, Helvetica, sans-serif;	
}

.submenu ul{
list-style: none;
margin: 0px;
padding: 0px 0px 0px 17px;
}

.submenu ul li a{
display: block;
padding: 1px 5px 1px 5px;
color: #f9ad81;
text-decoration: none;
width: 183px;
text-align: left;
}

.submenu ul li a:hover{
text-decoration: none;
color: #fff;
}


a:link, a:visited{ text-decoration: none; color: #fff; }
a:active, a:hover{ text-decoration: none; color: #ccc; }

a{ outline: none; }

.announce{
	margin: 20px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
}
