/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:35px;
}
div#main {
	width:820px;
}
div#header {
	padding-bottom:33px;
}
div#menu {
	padding-bottom:35px;
}
div#pdf {
	padding-top:35px;
}
div#gallery {
	width:820px;
	padding-bottom:10px;
}
div#about {
	padding-bottom:10px;
}
div#footer {
	padding:10px 0 100px 0;
}
div#footerContent {
	height:19px;
	line-height:19px;
	color:#CCCCCC;
}
