body{
	padding:0px;
	margin:0px;
	background:#000;
}
img{
	border:0px;
}
.nav{
	background:url("images/nav_blank.jpg") repeat-y;
}
.content{
	background:#f00;
}
.content div{
	height:412px;
	width:634px;
	overflow:auto;
	padding:5px;
	color:#000;
	background:#DCD9D9;
}
.front_page{
	padding:0px;
}
.right_gutter{
	background:url("images/right_gutter_background.jpg") repeat-y;
}
p {
	text-align:left;
	}