* 	{	
	margin:0px;
	padding:0px;
	}

body	{ 
	font-family: sans-serif;
        font-size: 12px;
        color: black;
	background-color:white;
	background-image:url('/images/bg1.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	}
               
#main  {
	width:666px;
	margin-left:auto;
	margin-right:auto;
}



img {border:none;}


a{ 	text-decoration: none;
	color:#5688b3;
	font-weight:bold;
	border-bottom: 1px dashed #ddd;
}

a:hover {color:#fff;
	background-color:#5688b3;
	border-bottom:1px dashed #c8e8e8;
}

ul {
	margin-left:40px;
	margin-top:15px;
	margin-bottom:20px;
	list-style-image: url('/images/flame.gif');
	line-height:20px;
}


ol li {
	margin-left:20px;
}

#menu {
float:left;
background-image: url('/images/menuback.png');
background-position: top left;
background-repeat: no-repeat;
}

p {
	text-align:justify;
	margin-bottom:3px;
}

#menu a {border:none;
	font-weight:normal;
	font-style:italic;
	font-size:13px;
	}

.current {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	color:#db8842;
}

.centered{
	text-align:center;
}
.justify{
	text-align:justify;
}


.leftborder {
border:none;
border-left:1px solid #999;
padding-left:10px
}

table td {
vertical-align: top;
}




/*---------------------------------------*/


	
table	{
	font-family: sans-serif, helvetica, Verdana, Arial ;
        font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	}

	

h1 {
	font-size:33px;
	line-height:33px;
	font-weight: bold;
	letter-spacing:-2px;
	margin-top:10px;
	margin-bottom:10px;
	color:#5688b3;
}

h2 {
	font-family: Georgia, serif;
	font-size:20px;
	font-style:italic;
}
	

#mainbody{
	float:right;width:500px;margin-top:15px;
}

h3 {
color:#666;
letter-spacing: 1px;
font-weight:normal;
font-style:italic;
border-bottom:1px dotted #5688b3;
margin-bottom:10px;
}

.newstitle {
	float:right;
	font-size:11px;
	color:#5688b3;
	text-align:right;
}


h4 {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	display:inline;
	color:#5688b3;
}

.calendar {
	float:left;
	width:50px;
	height:65px;
	border:1px solid #999;
	padding-top:2px;
	margin-right:10px;
	margin-bottom:10px;
	
}

.month {
	display:block;
	color:black;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.day {
	display:block;
	color:red;
	letter-spacing:-2px;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	
}

.year {
	display:block;
	color:#777;
	font-weight:normal;
	font-size:9px;
	text-align:center;

}

.eventitem {
	display:block;
	min-height:80px;
}

.release {
	float:left;
	margin-right:3px;
	width:100px;
}

a.Arelease {
	display:block;
	color:black;
	background:none;
	border:none;
	font-weight:normal;
}

a.Arelease:hover{
	color:#5688b3;
	background:none;
}
