* {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style:italic;
	}
body {
	margin:0px;
	text-align:center;
	background-color:#4ba5e1; /*177abc;*/
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
	}
h1 {
	font-size:18px;
	color:#870505;
	}
a, a:visited {
	color:#116089;
	}
img {
	border-color:#a79571;
	}
hr {
	height:1px;
	color:#a79571;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header{
	width:760px;
	height:116px;
	margin-right:auto; margin-left:auto;
	position:relative;
	border-left:1px solid #253592;
	border-right:1px solid #253592;
	background-color:#a79571;
	background-image:url(images/header.jpg);
	}
#showroomLink {
	position:absolute;
	left:529px;
	top:8px;
	}

/* ============================== */
/* ========== Menu Bar ========== */
/* ============================== */

#menuBar {
   width:760px;
	height:30px;
	margin-right:auto; margin-left:auto;
	background-color:#c20101;
	background-image:url(images/menuBar.jpg);
   border-left:1px solid #253592;
	border-right:1px solid #253592;
	text-align:center;
	/*padding-right:38px;*/
	}
#menuBar a {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color:white;
	margin-left:20px;
	line-height:28px;
	text-decoration:none;
	}
#menuBar a:hover {
	text-decoration:underline;
	}
.mainBlock {
	width:689px;
	padding:15px;
	background-color:#eeebe2;
	background-image:url(images/background_main.jpg);
	}
.mainBlockHome {
	width:689px;
	background-color:#eeebe2;
	background-image:url(images/background_main_home.jpg);
	}
.homeDiv {
	margin:13px;
	font-size:14px;
	}

/* =================================== */
/* ========== Content Block ========== */
/* =================================== */

#contentDiv{
	width:760px;
	margin-right:auto; margin-left:auto;
	text-align:left;
   border-left:1px solid #253592;
	border-right:1px solid #253592;
	background-color:#a79571;
	padding:12px 0;
	}
#mainTable {
	margin:0 14px 0 15px;
	}

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#footer {
   width:744px;
	height:37px;
	margin-right:auto; margin-left:auto;
	background-color:#1e4200;
	background-image:url(images/footer.gif);
   border-left:1px solid #253592;
	border-right:1px solid #253592;
	border-bottom:1px solid #253592;
	text-align:right;
	padding-right:16px;
   font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:white;
	line-height:36px;
	}
