@charset "utf-8";
body {
	background-image: url(/images/top-back.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-position: 0px 10px;
}

#container {
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#top-header {
	background-image: url(/images/top-right-header.jpg);
	background-position: right 0px;
	height: 200px;
	background-repeat: no-repeat;
	clear: both;
}
#main-logo {
	height: 200px;
	width: 251px;
	float: left;
}
#company-name {
	float: right;
	height: 100px;
	width: 325px;
	margin-right: 260px;
	margin-top: 30px;
}#menu {
	float: left;
	width: 221px;
	margin-top: 75px;
	margin-right: 15px;
	margin-left: 15px;
}
#content {
	float: right;
	width: 583px;
	padding-left: 10px;
	margin-top: 15px;
}
#content h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #B52F2C;
}

#content p {
	font-size: 1.5em;
	color: #333333;
	line-height: 1.4em;
}
#content a {
	color: #B82F2C;
	text-decoration: underline;
}
#content a:hover {
	color: #C34442;
	text-decoration: underline;
}
#content ul {
	margin-left: 10px;
}
#content li {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #92644E;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}

#company-name h3 {
	font-family: Tahoma, Arial, Verdana;
	color: #FFFFFF;
	font-size: 3.5em;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#menu li {
	margin-bottom: 5px;
	list-style-type: none;
}
#menu li a {
	color: #FFFFFF;
	display: block;
	background-image: url(/images/menu-back.jpg);
	height: 32px;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.4em;
	padding-left: 15px;
	line-height: 2.3em;
	background-position: 0px 32px;
}
#menu li a:hover {
	background-image: url(/images/menu-back.jpg);
	background-position: 0px 0px;
}
#menu p {
	font-size: 1.3em;
	color: #4C4C4C;
}
#footer {
	background-color: #F2EFDA;
	clear: both;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 1.1em;
}
#footer a {
	color: #FF2D32;
}

