body {
	background:url(../images/body-bg.png) repeat-x #9aceea;
	margin:0 0 10px 0;
	font-family:arial;
}
h1 {
	font-size:28px;
	color:#d01241;
	margin:0 0 .5em 0;
	font-weight:normal;
}
h2 {
	font-size:18px;
	color:#000;
	margin:0 0 .5em 0;
	font-weight:bold;
	text-transform:uppercase;
}
h3 {
	font-size:14px;
	color:#000;
	margin:0 0 .5em 0;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
}
ul,ol {
	margin:0 0 1.1em 4em;
	padding:0;
}
p {
	margin:0 0 1.1em 0;
}

a img {
	border:none;
}
div#main {
	width:900px;
	margin:0 auto;
	overflow:auto;
	background:#fff;
	padding:0 0 24px 0;
}
/*
 * HEADER
 */
div#head {
	height:143px;
	background:url(../images/head-bg.png) no-repeat right;
}
/*
 * MENU
 */
div#menu {
	background:url(../images/menu-bg.png) repeat-x #8c8c8c;
	font-size:13px;
	color:#fff;
	height:33px;
	padding:6px 0 0 10px;
}
div#menu a {
	color:#fff;
	text-decoration:none;
	margin:0 6px;
	padding:5px 4px;
	border-bottom:4px solid #d2d2d2;
}
div#menu a:hover {
	border-bottom:4px solid #747474;
	background:#D2D2D2;
	color:#000;
}
/*
 * CONTENT
 */
div#content {
	background:url(../images/content-bg.png) right top no-repeat;
	padding:12px;
	font-size:13px;
	line-height:1.5em;
}
div#content a {
	color:#d01241;
	text-decoration:underline;
}
div#content a:hover {
	background:#D2D2D2;
}
div.contact {
	border:1px solid #D2D2D2;
	margin: 1em 4em;
	padding:4em;
}
/*
 * FOOTER
 */
div#footer {
	border-top:3px solid #d01241;
	border-bottom:1px solid #d01241;
	padding:18px 0;
	margin:12px 0 0 0;
	color:#747474;
	text-align:center;
	font-size:11px;
	line-height:1.5em;
}
div#footer a {
	color:#d01241;
	text-decoration:none;
	margin:0 6px;
}