@charset "utf-8";
/* CSS Document */

/* Sets the main content font family and size */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;

}

h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* Sets header positioning */
#header {
	width: 1000px;
	height: 150px;
	margin: 10px auto 0px auto;
}

.navlink {
	color: #009900
}

/* Menu styling */
#menu {
	width: 1000px;
	height: auto;
	margin: auto;
	text-align: center;
	font-size: 18px;
}

#menu ul {
	margin: 0px;
	padding: 2px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#menu li {
	display: inline;
	padding: 20px;
}

#menu a {
	color: #333;
	text-decoration: none;
}

#menu a:hover {
	color: #CCC;
}

/* Content Layout */
#content_wrapper {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	font-variant: normal;
	color: #333;
}

.content_pic {
	padding: 0px 10px 10px 0px;
}

.content {
	width: 1000px;
	height: auto;
}

/* Text field layout for guestbook */
.form {
	float: right;
}

.small {
	width: 500px;
	height: 25px;
	border: 1px dotted #333;
}

.large {
	width: 500px;
	max-width: 500px;
	height: 100px;
	border: 1px dotted #333;
}

.submit {
	width: 80px;
	height: 35px;
}

/* Footer layout */
#footer {
	width: 1000px;
	height: auto;
	margin: 10px auto;
	padding: 5px 0px;
	border-top: 1px solid #333;
	font-variant: small-caps;
}

#footer a {
	color: #000;
	text-decoration: underline;
}
#content_wrapper #MenuBar1 {
	font-style: normal;
}
