/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	line-height: 20px;
	background-color: #FFF;
	background-image: url(../elements/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
ul {
	margin-left: -6px;
	margin-bottom: 10px;
}
h1 {
	color: #F9BD56;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 4px;
}
h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
}
h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 3px;
}
h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 3px;
}
p {
	margin-bottom: 20px;
	line-height: 16px;
}
#body-wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../elements/body-wrapper-background.png);
}
#header-phone {
	background-image: url(../elements/header-call-background.png);
	float: right;
	height: 26px;
	width: 224px;
	font-size: 20px;
	color: #F9BD56;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 6px;
	text-align: center;
}
#header-message {
	float: right;
	height: 50px;
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	margin-top: 28px;
	margin-right: 30px;
	text-align: right;
	background-image: url(../elements/header-line.gif);
}
#header-logo {
	float: left;
	height: 90px;
	width: 360px;
	margin-left: 35px;
	margin-top: 20px;
}
#body-main {
	float: right;
	width: 530px;
	margin-top: 20px;
	margin-right: 30px;
}
.nav-body {
	display: inline;
	margin: -10px;
	font-size: 15px;
	font-weight: bold;
}
.nav {
	margin-left: -25px;
}
#body-main a:link, #body-main a:visited, #body-main a:active {
	color: #FFF;
	text-decoration: underline;
}
#body-main a:hover{
	color: #F9BD56;
	text-decoration: underline;
}
#body-main li {
	margin-left: 25px;
}
#body-picture {
	float: left;
	width: 440px;
	margin-top: 20px;
	margin-left: 30px;
	text-align: center;
}
#footer-wrapper {
	background-color: #121212;
	background-image: url(../elements/footer-wrapper.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 1px;
}
.nav-footer {
	display: inline;
	margin: 6px;
}
#footer {
	background-color: #090909;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 1050px;
	margin-top: 3px;
}
#footer p {
	color: #666;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#footer li a:link, #footer li a:visited, #footer li a:active, #footer li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	display: inline;
	margin: 6px;
	color: #999;
}
#footer p a:link, #footer p a:visited, #footer p a:active {
	color: #666;
	text-decoration: none;
}
#footer p a:hover {
	color: #666;
	text-decoration: underline;
}
#gallery {
	width: 530px;
}
#gallery ul {
	list-style: none;
	margin-left: 0px;
}
#gallery ul li {
	display: inline;
	margin-left: 0px;
}
#gallery ul img {
	border: 5px solid #3E3E3E;
	border-width: 5px 5px 5px;
	margin-bottom: 3px;
}
#gallery ul a:hover img {
	border: 5px solid #FFF;
	border-width: 5px 5px 5px;
	color: #FFF;
}
#gallery ul a:hover {
	color: #FFF;
}