html { 
    overflow-y: scroll; 
}

body {
    padding: 0;
    margin: 0;
    font-size: 62.5%;
    font-family: verdana, arial, helvetica, sans-serif;
    background: #E2E0E0 url(images/fill_main.png) repeat-x;
}

a {
    text-decoration: none;
    color: #FF0000;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 1.8em;
    font-weight: normal;
    color: #151515;
    line-height: 160%;
    text-transform: lowercase;
}

h2 {
    font-size: 1.3em;
    color: #000;
    line-height: 160%;
}

#header {
    width: 100%;
    height: 255px;
    text-align: center;

}

#page {
    width: 840px;
    margin: 0 auto;
    padding-bottom: 80px;
    background: transparent url(images/city.png) left bottom no-repeat;
}

#right {
    background: url(images/fill_header.png) repeat-x;
	width: 50%;
	position: absolute;
    top: 0;
	right: 0px;
	height: 100%;
    z-index: -1000;
}

#content {
    float: left;
    width: 530px;
    padding: 20px 0;
    font-size: 1.3em;
    line-height: 160%;
}

#sidebar {
    float: right;
    width: 280px;
}

#footer {
    width: 100%;
    height: 65px;
    background: #000 url(images/fill_footer.png) repeat-x;
    text-align: center;
}

#footer p {
    position: relative;
    top: 20px;
    margin: 0;
    color: #fff;
    font-size: 1.2em;
}

.clear {
    clear: both;
}



/* Navigation
**/

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { 
	float: left;
}

#nav li ul { 
	position: absolute;
	width: 12em;
	left: -999em; 
}

#nav a {
	display: block;
	padding: 10px 40px 10px 0;
    font-size: 1.6em;
    color: #464646;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
}

#nav a:hover {
    color: #000;
}

#nav li li a { 
    display: block;
    width: 12em;
    padding: 5px 10px;
	font-size: 1.3em;
    font-weight: normal;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    border-top: 0px solid;
}


#nav li li a:hover {
    background: #717171;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}


/* Errors & Notices
**/

.error ul, .notice ul {
    padding: 5px;
    margin: 5px;
    list-style-type: none;
}

.error {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #fe9494;
}

.notice {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #b7cfba;
}

/* Photo Gallery 
**/

#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li {
    float: left;
    padding: 20px 20px 0 0;
    text-align: center;
}

#gallery ul li .thumb {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #000;
    text-align: center;
}

#gallery ul li .title {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #78715e;
    text-align: center;
    margin: 3px 0;
}

#gallery ul li .thumb a {
    color: #333;
}