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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, body{
    height:100%;
}
html{
    background:url(../img/bg.png) 0 0 repeat-x #ededed;
}
body{
    background:url(../img/bg-top.jpg) center top no-repeat;
}

#wrapper{
    width:900px;
    height:100%;
    margin:0 auto;
}

#header{
    width:900px;
    height:340px;
}


#header .menu{
	width:860px;
	height:54px;
	background:url(../img/menu-bg.gif) 0 0 no-repeat;
	margin:0 auto;
}

#header .menu ul li{
	float:left;
}
#header .menu ul li.divider{
	background:url(../img/menu-divider.gif) center top no-repeat;
	width:4px;
	height:54px;
	margin:0 5px;
}
#header .menu ul li a{
	display:block;
	height:54px;
	padding:0 15px;
	line-height:54px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
}

#content{
    width:820px;
    max-width:900px;
    height:auto;
    background:url(../img/bg-content.png) center top no-repeat;
    padding:30px 40px 0 40px;
    min-height:400px;
}
#images{
    float:right;
    width:300px;
    text-align:center;
}
#images img{
    float:left;
    margin-bottom:15px;
}

h1{
    font-family:Heletica, Arial, Sans-serif;
    font-size:40px;
    letter-spacing:-1px;
    line-height:1.1em;
    padding-top:20px;
	padding-left:20px;
}
h2{
    font-family:Heletica, Arial, Sans-serif;
    font-size:30px;
    letter-spacing:-1px;
    line-height:1.1em;
}
p{
    font-family:Arial, Heletica, Sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:1.3em;
    margin-top:15px;
}



