* {
	font-family: verdana;
}

* td {
	font-size: 12px;
}

body {
	padding: 0px;
	margin: 0px;
	background: #fafafa;
	background-image: URL("/images/bg.gif");
	background-position: top center;
	background-repeat: repeat-x;
	font-size: 12px;
}

#Top_Wrapper {
    width: 952px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

#Wrapper {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #792720;
	background-color: #fff;
}

#Header_Wrapper    {
  width: 100%;
  display: block;
  float: left;
  background-color: #ffffff;
}

#Logo    {
    width: 470px;
    display: block;
    float: left;
}

#Navigation {
    width: 480px;
    display: block;
    float: left;
}

.Links_Col {
    font-size: 14px;
    font-weight: bold;
    color: #792720;
    display: block;
    float: left;
    width: 116px;
    padding-left: 2px;
    border-left: 1px solid #792720;
    height: 114px;
    margin-top: 20px;
    text-align: left;
}


.Links_Col a {
    display: block;
    float: left;
    width: 106px;
    font-weight: bold;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 2px;
    background-image: URL("/images/arrow.gif");
    background-repeat: no-repeat;
    background-position: left center;
}

.Links_Col a:hover {
    color: #792720;
    background-image: none;
}
/* ================================ */



/* ============ CONTENT ============ */
#Content_Wrapper {
	width: 948px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
  background-image: URL("/images/content_bg.gif");
  background-repeat: repeat-y;
  background-position: left center;
}

#Content_Wrapper_Availability {
  width: 948px;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  color: #000;
  font-size: 12px;
}

#Photo_Rotate {
    width: 948px;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#Left {
    width: 200px;
    display: block;
    float: left;
}

#Left a.Nav {
    display: block;
    float: left;
    width: 190px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding-top: 2px;
    margin-left: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    text-align: left;
    background-image: URL("/images/arrow.gif");
    background-repeat: no-repeat;
    background-position: left center;
}

#Left a.Nav:hover {
    color: #792720;
}

#Right {
    width: 728px;
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    text-align: left;
}

H1 {
	font-size: 18px;
	color: #792720;
	padding: 0px;
	margin: 0px;
  margin-top: 15px;
}

/* ============ FOOTER ============ */
#Footer	{
	width: 100%;
	display: block;
	float: left;
}

#Footer_Copyright {
  width: 470px;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#Footer_Copyright a {
	color: #000;
	text-decoration: none;
}