* {
	margin: 0;
	padding: 0;
}

.clearall {
	clear: both;
	height: 1px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}


strong {
	font-weight: bold;
}

img {
	border: none;
}

body {
	color: #000;
	font-family: "Helvetica", verdana, arial, sans-serif;
	background: url(../images/body-bgd-right.jpg) repeat-x top #fff;
	font-size: 62.5%;
	margin: 0;
	text-align: left;
	font-weight: lighter;
	color: #222;
}

#wrapper {
	background: url(../images/body-bgd-left.jpg) no-repeat top left;
	width: 1000px;
	margin: 0 0 15px 0;
}

#branding {
	height: 84px;
	margin-left: 100px;
	padding-top: 10px;
	line-height: 84px;
}

#branding img {
	float: left;
}

#branding p {
	text-align: right;
	font-size: 2.6em;
	font-family: georgia, times, serif;
}

#navigation {
	padding-top: 100px;
	padding-left: 175px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background: url(../images/nav-button.png) no-repeat center;
	font-size: 2em;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	height: 53px;
	width: 165px;
	text-align: center;
	line-height: 53px;
}

#main {
	clear: left;
	margin-left: 140px;
}

#main-left {
	width: 490px;
	float: left;
	padding-top: 30px;
}

#main-left h1 {
	font-size: 40px;
	font-family: georgia, times, serif;
	font-weight: normal;
	margin-bottom: 30px;
}

#main-left h2 {
	margin-bottom: 10px;
}

#main-left p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
}

#main-left ul, #main-left dl {
	font-size: 1.4em;
	line-height: 1.5;
}

#main-left ul {
	margin-left: 30px;
}

#main-left dd {
	margin-bottom: 10px;
}

#main-left dt {
	font-weight: bold;
}

#main-left .contact-box {
	width: 200px;
	margin: 0 15px 15px 0;
	border: 1px solid #587B2B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

#main-left .contact-box-wide {
	width: 415px;
	margin: 0 15px 15px 0;
	border: 1px solid #587B2B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

#main-left .contact-box h3 {
	background: #587B2B;
	color: #fff;
	padding: 4px 7px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
}

#main-left .contact-box-wide h3 {
	background: #587B2B;
	color: #fff;
	padding: 4px 7px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
}

#main-left .contact-box p {
	margin-bottom: 0;
	padding: 7px;
}

#main-left .contact-box-wide p {
	margin-bottom: 0;
	padding: 7px;
}

#main-right {
	text-align: right;
	width: 370px;
	margin-left: 490px;
	padding-top: 30px;
}

#main-right p {
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 10px;
}

#main-right img {
	border: 1px solid #000;
}

#footer {
	margin-left: 100px;
	border-bottom: 6px solid #ECC61A;
	height: 50px;
	font-size: 1.2em;
}

#footer img {
	float: left;
}

#footer #legal {
	float: left;
	width: 400px;
	padding-top: 35px;
}

#footer #pixels {
	text-align: right;
	margin-left: 500px;
	padding-top: 35px;
	padding-right: 3px;
}





