@charset"UTF-8";

/* CSS Document */
 #top-section {
    margin: 0 auto;
    width:610px;
	background-color:#FFFFFF;
	height:70px;
	-moz-box-shadow: 0px 4px 4px #666;
	-webkit-box-shadow: 0px 4px 4px #666;
	box-shadow: 0px 4px 4px #666;
}

body
	{background-image: url('images/background.png');
}

#logo {
    width: 190px;
    height: 70px;
    float:left;
    margin: 0 10px 0px 0;
	background-color:#FFFFFF;
}
#menubar {
    height: 40px;
    width:410px;
    text-align: left;
    z-index:2;
    padding-bottom:5px;
    padding-top:5px;
    float:left;
	background-color:#FFFFFF;
}

#menubar-container {
    width:610px;
	background-color:#FFFFFF;
}
#subtitle {
    float:left;
    height:16px;
    width:410px;
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
}

#content {
    clear:left;
    width: 590px;
    margin: 20px auto;
	background-color:#FFFFFF;
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
	padding-bottom:5px;
    padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	
}
html, body {
    margin: 10;
}
#body h2 {
    font-family: Garamond;
    color: #000000;
    font-size: 24px;
    text-align: center;
    line-height: 1.2px;
}
