﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

#top_nav {
	background: #FFFFFF;
	background-image: url('album2009/res/bg.gif');
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	background-color: #DDBA82;
	color: #29B18D;
	border-bottom-color: #9E2999;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-left-color: #9E2999;
	border-left-style: groove;
	border-left-width: thin;
	border-right-color: #9E2999;
	border-right-style: groove;
	border-right-width: thin;
	border-top-color: #9E2999;
	border-top-style: groove;
	border-top-width: thin;
}

#right_col {
	width: 200px;
	background: url('images/mardigrasbeadstop.gif');
	float: right;
}

#page_content {
	background: #DDBA82;
	margin-left: 200px;
	margin-right: 200px;
	color: #9E2999;
	border-bottom-color: #9E2999;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-left-color: #9E2999;
	border-left-style: groove;
	border-left-width: thin;
	border-right-color: #9E2999;
	border-right-style: groove;
	border-right-width: thin;
	border-top-color: #9E2999;
	border-top-style: groove;
	border-top-width: thin;
}

#footer {
	clear: both;
	
}

