/* CSS Document */

html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: white;
	background-color: black;
}
#full{
	height: 100%;
	width: 100%;
}
#holder{
	text-align: center;
}
#main{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	height: 600px;
	background-color: black;
}
#margin_left{
	float: left;
	padding: 30px 30px 0 30px;
}
#left{
	width: 480px;
	height: 570px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#image{
	width: 480px;
	height: 480px;
	background-color: white;
}
#navigation{
	text-align: center;
	margin-top: 12px;
}
#buttons{
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	height: 10px;
}
div.button{
	float: left;
}
div.button a{
	display: block;
	width: 65px;
	height: 65px;
}
div.button_left a{
	background-image:url(../img/arrow_left.gif);
}
div.button_left a:hover{
	background-image:url(../img/arrow_left_hover.gif);
}
div.button_right a{
	background-image:url(../img/arrow_right.gif);
}
div.button_right a:hover{
	background-image:url(../img/arrow_right_hover.gif);
}

div.buttonspacer{
	float: left;
	width: 45px;
	height: 65px;
}
#margin_right{
	float: left;
	padding: 30px 45px 0 15px;
}
#right{
	width: 200px;
	height: 570px;
}
#logo{
	height: 100px;
	background-image: url(../img/logo.gif);
}
#calendar{
	height: 380px;
}
#calendar_border{
	border: 1px solid #666666;
	height: 378px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
#calendar_title{
	font-size: 20px;
	margin-top: 10px;
}
#calendar_items{
	margin-top: 10px;
}
div.calendar_item{
	margin-top: 10px;
}
div.calendar_item div.title{
	
}
div.calendar_item div.date{
	
}

#contact{
	height: 90px;

}
#contact a{
	display: block;
	height: 90px;
	width: 200px; 
	background-image: url(../img/contact.gif);
}
#contact a:hover{
	background-image: url(../img/contact_hover.gif);
}
div.clear{
	clear: both;
}
img{
	border: none;
	margin: 0;
	padding: 0;
}