

/*------------Boxes---------*/
#container {
			width: 755px;
			\width: 755px;
			w\idth: 755px;
			border: 2px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			background-color: #fff7e4;
			border-bottom: 2px solid;
			
		}

		#content {
			padding: 5px;
			margin-left: 25px;
			margin-right: 225px;
			background-color: #fff7e4;
		}

		
		#sidebar-b {
			float: right;
			width: 155px;
			\width: 150px;
			w\idth: 150px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			background-color: #fff7e4;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;			
			background-color: #fff7e4;
		}
		
/*-----------Headers/Paragraph---------*/
body {
	background-color: #fff7e4;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	border-bottom: 1px solid;
	border-bottom-color: #000000;
	border-right: 1px solid;
	border-right-color:#000000;	
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	margin: 5px;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight:bold;
	margin: 5px;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 2px;
	}

caption {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:.7em;
	font-style:oblique;
	}
	
/*------------elements--------------*/
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	border-bottom:1px dashed;
	border-bottom-color:#0033FF;
	}
	
a:active {
	text-decoration: none;
}
	
table {
	border-bottom: 2px solid;
	border-bottom-color: #000000;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	list-style-image:url(images/arrow.gif);
	}
.dsc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.dsc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.style3 {
	color: #D98E54;
	border-bottom: 2px dotted;
	}

.style4 {
	color:#D98E54;
	text-decoration:underline;
	}
.style5 {
	color:#D98E54;
	}
img.thumb {
	border: 1.5px solid #000000;
	}
