@charset "utf-8";
/* CSS Document */

body{
	background-color: #c5c5c5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	
}

#wrapper {
	background-image: url(images/layout1_16.jpg);
	background-repeat: repeat-y;
	width: 967px;
	margin: 0px auto;
}


#nav{
	width: 176px;
	min-height: 286px;
	float: left;
}

#calender{
	background-color: #000;
	border: #FFF solid thick;
}
#content{
	width: 680px;
	float: right;
	background: #000;
	margin-right: 30px;
	padding: 30px;
}


#content2{
	width: 680px;
	float: right;
	background: #000;
	padding: 30px;
	border: #FFF 25px solid;
}




#entry{
	width: 650px;
	min-height: 150px;

}
#left{
	float: left;
	width: 125px;
}
#right{
	float: right;
	width: 80%;

}

#icon{
	width: 75px;
	height: 75px;
}
#date{
	width: 100px;

}
#title{
	width: 100%;

}
#desciption{
	float: right;
	width: 100%;

}



#jump{
	width: 600px;
	float: right;
	background: #000;
	margin-right: 40px;
	margin-left: 40px;
	padding: 020px;
}

#alttextlinks{
	width: 100%;
	text-align: center;
	background-image: url(images/layout1_16.jpg);
	background-repeat: repeat-y;
	clear: both;
}


ul#alttext li{
	display: inline;

}

#footer{
	width: 100%;
	text-align: center;
	background-image: url(images/layout1_16.jpg);
	background-repeat: repeat-y;
	clear: both;
}


p,a, td{
	
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	line-height: 12px;
	letter-spacing: 2;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 18px;
	line-height: 12px;
	letter-spacing: 2;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.blacktext{
	color:#000;}
	
.blackborder{
	border-color: #000;
	border-width: 5px;
}



