body		
{
	padding: 0;
	margin: 0;
	background-color: #CCC;
	background-image: url(/img/main_background.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}

#container {
	width: 760px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	padding: 0;
	margin-bottom: 0;
	background-color: #000;
	text-align: center;
}

#menu ul {
	list-style: none;
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#content		
{
	padding: 0;
	margin-right: 342px;
	background-color: #FFF;
	background-image: url(/img/title_pattern.gif);
	background-repeat: repeat-x;
}

#sidebar {
	float: right;
	width: 342px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	text-align: center;
}

#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	background-color: #000;
	text-align: center;
}

p {
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 16px;
	padding: 0 18px 0 18px;
}		

a {
	color: #457265;
}

h1 {
	font-family: Georgia, Serif;
	font-size: 18px;
	line-height: 18px;
	padding: 9px 18px 0 18px;
}

h2 {
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 15px 18px 0 18px;
}

h3
{
	width: 294px;
	background-color: #457265;
	padding: 6px 0 6px 0;
	margin: 24px 0 0 24px;
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
}

h4
{
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #457265;
	letter-spacing: 2px;
}

.intro {
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 15px 18px 0 18px;
}		

.text {
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 17px;
	padding: 0 18px 0 18px;
}		

.sample {
	font-family: Georgia, Serif;
	font-size: 18px;
	line-height: 28px;
	padding: 0 18px 0 18px;
	color: #666;
}		

.quoted
{
	font-family: Georgia, Serif;
	font-size: 21px;
	line-height: 24px;
	padding: 0 36px 0 36px;
	color: #666;
	font-style: italic;
}		

.attribution {
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0 36px 0 36px;
	font-weight: bold;
	color: #666;
	text-align: left;
}		

.postedby {
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 9px 0;
	color: #666;
	text-align: left;
}		

.addacomment {
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 9px 0;
	text-align: left;
}		

.green {
	color: #FFF;
	text-decoration: none;
}