﻿/* ===== Global Styles ===== */

body {
	margin: 0;
	background-color: rgb(255, 253, 196);
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height; 0.8em;
	text-decoration: none;
}

a {
	color: gray;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: gray;
}
a:visited {
	text-decoration: none;
	color: gray;
}
a:hover {
	text-decoration: none;
	color: #961722;
}
a:active {
	text-decoration: none;
	color: gray;
}
#outer {
	/*border: 1px solid #961722;*/
	width: 795px;
	background-color: white;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
	padding: 0;
}
#outer .imgtop {
	margin-top: 1px;
	padding: 0px;
	display: block;
}
#outer .imgbot {
	margin-top: 0;
	padding: 0;
	display: block;
}
#main {
	width: 795px;
	background-image: url('../images/swish_back_png_tras.png');
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#content {
	width: 605px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	clear: both;
	float: right;
	background-color: transparent;
		/*border: 2px solid rgb(200, 108, 102);*/
}
#content h5 {
	padding: 0; 
	text-decoration: none;
	list-style: none;
	text-align: center;
	margin: 0;
	color: gray;
}
#content h3 span {
	margin-top: 5px;
	margin-left: 20px;
	color: #961722;
	font-size: medium;
}
#header h1 {
	margin-top: 20px;
	color: #961722;
}
#header h2 {
	margin: 0px 0px 0px 330px;
	font-size: medium;
	font-style: italic;
}
#header h4 {
	margin-left: 50px;
	color: gray;
	font-size: small;
}
#header img {
	padding: 0px;
	margin-left: 60px;
	margin-top: 0px;
	margin-right: auto;
}

#sideBar {
	width: 186px;
	height: 450px;
	background-image: url('../images/front_left_image.jpg');
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;

/* 	border: 2px solid rgb(200, 108, 102) */
}
#sideBar ul {
	list-style: none;
	padding: 0;
	margin-top: 280px;
	margin-left: 30px;
	color: gray;
}
#sideBar ul li span {
	border: 1px;
	font-size: medium-large;
	padding:0;
	margin: 0 0 0 -15px;
	line-height: 0 0 3em 0;
	list-style: none;
	color: #961722;
}
#sideBar ul li a:link {
	text-decoration: none;
	color: gray;
}
#sideBar ul li a:visited {
	text-decoration: none;
	color: gray;
}
#sideBar ul li a:hover {
	text-decoration: none;
	color: #961722;
}
#sideBar ul li a:active {
	text-decoration: none;
	color: gray;
}
#footer {
	width: 100%;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
}
#footer h5 span {
	text-decoration: none;
	padding: 0;
	color: #961722;
}
#footer h5 {
	padding-top: 10px;
	text-decoration: none;
	list-style: none;
	margin-top: 10;
	margin-bottom: 10;
	text-align: center;
	color: gray;
}
#footer h5 a:link {
	padding: 0;
	text-decoration: none;
	color: gray;
}
#footer h5 a:visted {
	padding: 0;
	text-decoration: none;
}
#footer h5 a:hover {
	padding: 0;
	text-decoration: none;
	color: #961722;
}
#footer h5 a:active {
	padding: 0;
	text-decoration: none;
	color: gray;
}




