#wrapper {
	text-align: left;
	margin: auto;
	width: 80%;
	background-color: #FFF;
	min-width: 720px;
	max-width: 955px;
}
#header {
	color: #FFF;
	height: 60px;
	width: 100%;
	background-color: #333;
}
h1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
}

.links  {
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	font-size: 125%;
	color: #FFF;
	height: 40px;
	padding: 0px 18px 0px 18px;
}
#home:hover {
	background-color: #663;
	height: 60px;
	padding: 6px 18px 6px 18px;
}
#about:hover {
	background-color: #66F;
	height: 60px;
	padding: 6px 18px 6px 18px;
}
#galleries:hover {
	background-color: #630;
	height: 60px;
	padding: 6px 18px 6px 18px;
}
#contact:hover {
	background-color: #339;
	height: 60px;
	padding: 6px 18px 6px 18px;
}
#nav_bar {
	background-color: #333;
	text-align: center;
	height: 32px;
	width: 100%;
}
#main_content {
	width: 100%;
}
body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#main_content p {
	padding: 0px 25px;
}
