/*BODY STYLES*/
body {
	background-color: #d9d872;
	background-image: url(../images/swanBigBG.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
html, body {
    height: 100%;
}
td, tr {
	font-family: Trebuchet MS, Trebuchet,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}
/*Layout Styles*/
#topBG{
	background-image: url(../images/swanTopBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}
#bigBlock {
	width: 767px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/swanMainContentBG.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
/*HEADER*/
.headerBG{
	background-image: url(../images/swanHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
/*Title*/
.titleText{
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
	text-align: left;
	color: #7b0000;
	font-family: Trebuchet MS, Trebuchet,Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
/*MENU*/
.MenuBG{
	background-image: url(../images/swanMenuBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}
/*ADDRESS*/
.address{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 25px;
	text-align: left;
	color: #7b0000;
	font-family: Trebuchet MS, Trebuchet,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 1.5em;
}
/*CONTENT*/
.content{
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	color: #383838;
	font-family: Trebuchet MS, Trebuchet,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.content a:link {
	color: #7b0000;
	text-decoration: none;
	font-weight: normal;
}
.content a:visited {
	color: #7b0000;
	text-decoration: none;
	font-weight: normal;
}
.content a:hover {
	color: #7b0000;
	text-decoration: underline;
	font-weight: normal;
}
/*FOOTER STUFF*/
.footerText{
	/*position: relative;*/
	padding-top: 5px;
	padding-left: 10px;
	text-align:center;
	color: #383838;
	font-family: Trebuchet MS, Trebuchet,Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
.footerText a:link {
	color: #383838;
	font-size: 10px;
	text-decoration: underline;
}
.footerText a:visited {
	color: #383838;
	font-size: 10px;
	text-decoration: underline;
}
.footerText a:hover {
	color: #383838;
	font-size: 10px;
	text-decoration: underline;
}