/* core page stuff */
html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* base layout */
#page {
	width: 660px;
	margin: 0px auto;
	border: 1px solid;
	text-align: center;
}

#header {
	background-color: #c29b64;
	background-image: url(../images/hgrad.jpg);
	background-repeat: repeat-x;
	font-size: 36px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #903326;
	line-height: 24px;
	font-weight: bold;
}

#content {
	background-color:#F9F8F7; 
	padding: 5px;
	padding-left: 15px;
	padding-right:  15px;
	min-height: 300px;
}

#copyright {
	clear:  both;
	padding-top: 20px;
	font-size: 10;
}

/* menu */
#menu {
	float: right;
	background-color:  #c29b64;
	width: 135px;
	margin-top: 23px;
	border:  1px solid black;
}

#menu a {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color:#000;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}

#menu a.selected {
	color:#000;
	text-decoration: underline;
}

/* text */
.widepost {
	width: 480px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.widepost h1 {
	text-align: left;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.postparagraph {
	padding: 5px;
	border: 1px solid grey;
	background-color:  white;
}

.widepost p {
	text-align:  justify;
}

img {
	margin: 0;
	border: none;
}

.widepost .postparagraph img.left {
	float:  left;
	margin-right:  10px;
}

.leftpost {
	float: left;
	width:  235px;
}

.leftpost h1 {
	text-align: left;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.rightpost {
	float:  right;
	width:  235px;
	margin-right:  150px;
}

.rightpost h1 {
	text-align: left;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.rightpost .postparagraph img {
	margin-top: 10px;
	margin-bottom:  10px;
}
