/* Page properties */
body {
	background: #333 url("images/back.gif") repeat;
	font-family: Trebuchet;
	color: #767575;
	padding-top: 20px;
	text-align: center;
}


a:link {
	text-decoration: underline;
	color: #767575;
	background-color: #bab5b5;
}
a:visited {
	text-decoration: underline;
	color: #767575;
	background-color: #bab5b5;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
	background-color: #bab5b5;
}
a:active {
	text-decoration: underline;
}
img {
	border: none;
}

/* Layout Divs */
.container {
	margin: auto
	
}
.header {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #767575;
}

.content {
	height: 500px;
	width: 700px;
	border-width: 10px;
	border-style: solid;
	border-color: #767575;
	background-color: #bab5b5;
}
.navigation {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	height: 410px;
	width: 140px;
	float: left;
	background-color: #bab5b5;
}

.navigation a {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #767575;
	color: #767575;
	text-decoration: none;
	text-indent: 5px;
	background-color: #bab5b5;
}
.navigation a:hover {
	color: #767575;
	text-decoration: none;
	background-color: #bab5b5;
}
.navigation a:visited {
	color: #7675753;
	text-decoration: none;
	background-color: #bab5b5;
}
.navigation #top {
	padding-top: 0px;
}

.main {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	width: 530px;
	height: 410px;
	float: left;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #bab5b5;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #767575;

}
blockquote {
	background-color: #ccc;
	border: 2px solid #767575;
	padding: 5px;
	color: #bab5b5;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #767575;
	text-decoration: none;
	background-color: #bab5b5;
	text-align: right;
	height: 20px;
	width: 700px;
}

p:first-line {
font-weight: bold;
}

