﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top_nav {
	border-color: #C0C0C0;
	border-bottom-style: outset;
}

#container {
	min-width: 775px;
}

#left_col {
	border-color: #C0C0C0;
	width: 200px;
	float: left;
	border-right-style: none;
	height: 691px;
}
#right_col {
	border-color: #C0C0C0;
	width: 200px;
	float: right;
	background-image: none;
	border-left-style: ridge;
}
#page_content {
	margin-left: 200px;
	margin-right: 200px;
	background-image: url('../../../Desktop/DSP Web Design/DeckShowPigsLogoWithOutlinelighterClear.png');
}

#footer {
	border-color: #C0C0C0;
	clear: both;
	border-top-style: ridge;
}
