/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #A3824A;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-image: url(images/paper_bkgrd.jpg);
	border: medium groove #330000;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 5px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	float: left;
	width: 900px;
	color: #333;
	padding: 10px;
	border: thin groove #330000;
	margin: 0px 0px 5px 0px;
	background-color: #765135;
}
#leftcolumn {
	color: #333;
	height: 700px;
	width: 300px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/Bill_dog_bevel.jpg);
}
#rightcolumn {
	color: #333;
	border: 1px none #ccc;
	width: 885px;
	display: inline;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: right;
}
.floatright_wborder {
	padding: 10px;
	float: right;
}
#footer {
	width: 916px;
	clear: right;
	color: #000000;
	border: thin groove #330000;
	background-color: #765135;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 20px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 1.5em;
}
.img_border {
	border: medium outset #660033;
}
.image_border {
	border: medium outset #986543;
}
.tableboarder {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	border: medium solid #003300;
}
.floatleft {
	float: left;
	margin: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
.floatright {
	float: right;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
.link_woline {
	color: #000000;
	text-decoration: none;
}
