.bg {background: url("../images/bg.jpg") repeat-x scroll 0 0 transparent;}
#header {
    height: 62px;
    text-align: center;
}
#header h1 {
    height: 62px;
    margin: 0 auto;
    text-align: center;
    width: 266px;
}
#content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#content nav {
    margin: 0 auto;
}
#content nav ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 310px;
    text-align: center;
}
#content nav ul li {
    display: inline-block;
	float:left;
	font-size:0;
	line-height:0;
}

#content2 {padding:20px 0}
#content2 ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
}
#content2 ul li {
	font-size:0;
	float:left;
	line-height:0;
}
#content2 ul li p {
	font-size:0;
}

#footer address {
    clear:both;
	margin: 0 auto;
	padding:15px 0;
	text-align: center;
}
