/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.orange {
	color: #F15B29;
}

.light-grey {
	color: #CAD0D5;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4EEE6;
	background-image: url(../images/main-background.gif);
	background-repeat: no-repeat;
	background-position: 50% 20px;
}

div#page {
	position: relative;
	margin: 35px auto;
	width: 980px;
	height: 700px;
}

div#logo {
	position: absolute;
	top: 48px;
	left: 40px;
	width: 139px;
	height: 24px;
}

div#navigation {
	position: absolute;
	top: 86px;
	left: 40px;
}

div#navigation ul {
	list-style: none;
}

div#navigation ul li ul {
	display: none;
	list-style: none;
	margin-left: 12px;
}

div#navigation ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}

div#navigation ul li a {
	color: #6A737B;
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #F15B29;
}

div#navigation ul li a.highlight {
	color: #F15B29;
}

div#copyright {
	position: absolute;
	left: 4px;
	bottom: 2px;
	width: 191px;
	color: #ABB4BA;
	font-size: 9px;
}

div#copyright a {
	color: #ABB4BA;
	text-decoration: none;
}

div#body {
	position: absolute;
	top: 15px;
	left: 207px;
	background-color: #44291A;
	background-image: url(../images/leather-background.jpg);
	background-repeat: no-repeat;
	width: 758px;
	height: 670px;
}

div#contact {
	position: absolute;
	top: 38px;
	left: 558px;
}

div#contact p {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

div#contact p span.spacer {
	padding: 0 13px;
	color: #9c908c;
}

div#contact p img {
	vertical-align: middle;
}

div#main-copy-full a {
	color: #FFF;
}
