body {
	background: #AFB3A5;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	height: 145px;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background-color: #FFFFFF;
	background-image: url(images/pic.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#header h1 {
	float: left;
	font-size: 33px;
	letter-spacing: -2px;
	color: #323B2E;
	align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 200px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
	text-align: right;
}


a {
	color: #323B2E;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	padding-bottom: 40px;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #788770;
	border-top: 1px solid #323B2E;
	border-bottom: 1px solid #788770;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

/* Puts this class style on the category
that represents the current page */
#menu1 .current { 
	background-color: #AFB3A5;
	color: #777777;
	text-decoration: underline;
}

#menu1 a:hover {
	background-color: #AFB3A5;
	border-top: 1px solid #555E4F;
	border-bottom: 1px solid #555E4F;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
	color: #555E4F;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
	text-align: left;
}

#colTwo a {
	text-decoration: underline;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

#flashcontent {
	background-color:#003399;
	height: 213px;
	width: 320px;
}
#photo{
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
