@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
}

#logo {
	height: 164px;
	width: 267px;
	position: relative;
	left: -100px;
	padding: 0px 0px 10px 0px;
}

#container {
	width: 609px;
	margin: auto;
}

#navbar {
	height: 81px;
	text-align: center;
}

#navbar ul {
	list-style-type: none;
	padding-top: 25px;
}

#navbar li {
	display: inline;
	font-size: 30px;
	text-align: center;
}

	#navbar a {
		color: #000000;
		text-decoration: none;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 17px;
		padding-right: 17px;
	}
	
	#navbar a.active {
		background-image: url(star.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#navbar a:hover {
		background-image: url(star.png);
		background-repeat: no-repeat;
		background-position: center;
	}

#topround {
	background-image: url(topround.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}

#content {
	background-color: #ffffff;
	border-left: #e2e5ff solid 6px;
	border-right: #e2e5ff solid 6px;
	padding: 15px 16px 0px 16px;
}
	
	#content h1 {
		padding: 0px 0px 22px 0px;
		font-size: 30px;
		font-weight: normal;
	}
	
	#content p {
		padding: 0px 0px 25px 0px;
	}
	
		#content img.thumbs {
			padding: 0px 14px 28px 14px;
		}
	
	#content a {
		color: #3366ff;
		text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
	}
	
	#date {
		text-align:right;
		font-size:14px;
		font-style:italic;
		margin-top:-25px;
		padding-bottom:20px;
	}
	#anchorbar {
		padding: 0 0 15px 0;
		list-style: none;
		text-align: center;
	}
	#anchorbar li {
		display: inline;
		padding: 0 15px 0px 15px;
		
	}
	#anchorbar a {
		color: #3366ff;
		text-decoration: none;
		text-align: center;
		font-size: 21px;
	}
	
#bottomround {
	background-image: url(bottomround.png);
	background-repeat: no-repeat;
	height: 12px;
	padding: 0px 0px 40px 0px;
}
