html {
	width: 100%;
	height: 100%;
	
	background: #EEE url('../layout/background.png') 50% 0 repeat-y;

    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0px;
    padding: 0px;
    
	width: 100%;
	height: 100%;
}

img {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

#menu {
	display: none;
}

#container {
	margin: -40px auto 0 auto; /* make space for footer */
	padding: 0 30px 0 30px;
    
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
	width: 700px;
	
	background: #FFF url('../layout/topbg.png') 0 60px no-repeat;
}

#headImage {
	padding: 60px 0 19px 0; /* corrects negative margin of container (40) + some offset (20) */
}

#left {
	float: left;
    
    margin: 0 auto 0 0;
	
	width: 500px;
}

#right {
    float: none !important;
    float: left;
    
    margin: 0 0 0 auto;
	
	width: 200px;

	font-size: 0.95em;
}

#right:after {
    clear: both; 
    
    display: block;
    
    overflow: hidden;
    visibility: hidden;
    
    height: 0; 
    
    content: "";
}

#bigMenu, #smallMenu {
	padding: 0 0 2px 0;
}

#leftContent {
	padding: 10px 30px 0 0;
	
	width: 470px;
}

#rightContent {
	overflow: auto;
	
	padding: 10px 10px 0 10px;
	
	width: 180px;
	
	height: auto !important;
	height: 200px;
	min-height: 200px;

	background: url('../layout/rightbg.png') top repeat-x;
}

#rightContent img {
	padding-top: 5px;
}

#footer {
	margin: 0 auto 0 auto;
	padding: 12px 30px 0 30px;
	
	width: 700px;
	height: 28px;
	
	background: #FFF url('../layout/bottombg.png') 0 9px no-repeat;
	
	font-size: 0.9em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#naw .labels, #contactForm .labels {
	width: 120px;
}

#naw .spaceAfter {
	padding-bottom: .5em;
}

#contactForm .full {
	width: 300px;
}

#contactForm textarea {
	height: 200px;
	
	overflow: auto;
}

#contactForm .error {
	color: #F00;
}