body {
	background: #336699 repeat-x url(../graphics/background.jpg);
	padding: 0;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
}

#Content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	margin-top: 25px;
}

#Footer {
	height: 35px;
	width: 800px;
	float: left;
	background: no-repeat url(../graphics/footer.jpg);
	line-height: 35px;
	color: #336699;
	text-align: center;
	font-size: 12px;
}

#Footer a {
	color: #4b97e3;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Title {
	width: 800px;
	height: 125px;
	background: white no-repeat url(../graphics/title.jpg);
}

#Title a {
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #336699;
	margin-left: 25px;
	letter-spacing: 2px;
}

#Title a:hover {
	color: #d4def4;
}

h3 {
	color: #ec0002;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
	text-shadow: 2px 2px 3px #000000;
}

/* @group Left */

#Left h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#Left i {
	width: 200px;
	float: left;
	margin-left: 10px;
	color: #000000;
	margin-top: 15px;
}

#Left h4 {
	text-align: center;
	color: #000000;
	font-weight: normal;
	margin: 0 0 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#Left a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

#Left a:hover {
	text-decoration: underline;
	color: #ec0002;
}

#Left p {
	text-indent: 0;
	color: #c6c6c6;
	margin-bottom: 0;
	margin: 0 0 0 10px;
}

#Left {
	width: 200px;
	background: #003366 no-repeat bottom url(../graphics/left.jpg);
	color: #ffffff;
	height: 400px;
	float: left;
	margin-right: 10px;
}
	
/* @end */

p {
	text-indent: 20px;
	margin-top: 0;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

/* @group Main */

#Right {
	width: 580px;
	margin: 0;
	float: left;
}

#Main {
	float: left;
	width: 800px;
	margin: 0;
	background: #ffffff no-repeat right top url(../graphics/main.jpg);
}
	
/* @end */

/* @group Nav */

#Nav {
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #999999 url(../graphics/nav.jpg) no-repeat right;
}

#Nav a {
	padding-right: 5px;
	line-height: 35px;
	float: left;
	padding-left: 5px;
	border-right: thin solid #6a6a6a;
	border-left: thin solid #6a6a6a;
	margin-right: 1px;
	margin-left: 1px;
	color: #4a4a4a;
	text-decoration: none;
	font-size: 14px;
	background: url(../graphics/navback.jpg) repeat-x;
	height: 35px;
}

#Nav a:hover, #Nav a.selected {
	border-left-color: #333333;
	border-right-color: #333333;
	color: #110e8f;
}

#NavImage {
	float: right;
	width: 250px;
	height: 35px;
	background: no-repeat right url(../graphics/nav.jpg);
	padding: 0;
	margin: 0;
}
	
/* @end */

/* @group Listings */

#ListingsRight {
	width: 550px;
	margin: 0;
	float: left;
}

#ListingsRight a img {
	float: left;
	border: hidden;
	width: 100%;
	margin: 0 auto 1px;
}

#ListingsRight a {
	color : #21597b;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	border: thin;
	width: 125px;
	margin: 8px 5px 5px;
	background: no-repeat bottom url(../graphics/listingsaback.jpg);
}

#ListingsRight a:hover {
	color: #0a1c27;
	border-color: #003366;
	background: no-repeat url(../graphics/listingsabackhover.jpg)  bottom;
}

#Listing {
	float: left;
	width: 800px;
	margin: 0;
	background: #ffffff right top url(../graphics/main.jpg) no-repeat;
}

#Listing img {
	float: left;
	margin: 5px;
	border: thin solid #cccccc;
}

#Listing span {
	width: 220px;
	padding-left: 20px;
	background: no-repeat url(../graphics/arrow.jpg);
	line-height: 14px;
	margin-top: 2px;
	float: left;
	margin-left:30px;
}

#Contact {
	width: 220px;
	height: 120px;
	margin: 5px;
	float: right;
	padding-top: 10px;
	border: thin solid #cccccc;
	background: #eeeeee;
	line-height: 16px;
}

#Price {
	margin: 5px;
	float: left;
	font-size: 20px;
	clear: both;
}

#Listing label {
	text-transform: uppercase;
	font-size: 14px;
	color: #013567;
	margin-right: 3px;
	font-weight: normal;
	padding-right: 3px;
}

#Listing b {
	font-size: 14px;
	float: left;
	text-align: left;
	padding-left: 5px;
	width: 255px;
}
	
/* @end */

.full {
	width: 440px;
	float: left;
}

#Images {
	width: 440px;
	float: left;
	margin-right: 20px;
}

.thumbnail {
	width: 50px;
	margin: 2px 0 2px 10px;
	border: thin solid #ffffff;
}

.thumbnail:hover {
	cursor: pointer;
	border: thin solid #ec0002;
}