

.layout {
	width : 800;
}

.col1{
	width : 50;
}

.col2{
	width : 700;
}

.col3{
	width : 50;
}

.content{
	padding-top : 30px;
	padding-bottom : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-color : 333333;
}

.logo{
	vertical-align : center;
	padding-bottom : 10px;
}

.navbar{
	padding-top : 10px;
	padding-bottom : 10px;
}

.bottom_nav{
	width : 500;
	text-align : center;
}

.link{
	padding-top : 30px;
}

.caption{
	padding-bottom : 30px;
	font-size : smaller;
	font-style : italic;
	text-align : center;
}
		  
Body {
	background-image : url(graphics/bgimage.gif);
	background-color : 978976;
}