
/* Set all margins and padding to 0 */
* {
	margin: 0;
	padding: 0;
}

/* Define the settings for html tags */
/* The background image is a 22px x 22px 72ppi
   image that when repeated gives the background
   a gray and black diagonal stripe. */
body {
	font-size: 62.5%;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: 1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 3.6em Tahoma, sans-serif;
	color: blue;
	/*height: 0px;*/
}

h2 {
	font: 3.0em Tahoma, sans-serif;
	color: #003300;
	margin-bottom: 10px;
}
h3 {
	font:  1.8em Tahoma, sans-serif;
	color: black;
	margin-bottom: 10px;
}

ul {
	margin-left: 30px;
}

img {
	border: none;
}

/* Now define the CSS ID's */
#page-wrap {
	min-width: 780px;
	max-width: 1260px;

	/* This defines a 10px margin around the outside of the
	   outer container with the left & right margin
	   adjusted automatically.  See
	   http://www.w3schools.com/css/css_boxmodel.asp
	   */
	margin: 10px auto;
	}
	#page-wrap #inside {
		background: #D6EBD6;
	}

#main-content {

	padding-left: 230px;
	padding-right: 50px;
	padding-top: 20px;
}

.topbar {
		background-image: url("images/topbar bkgrd.jpg");
		background-size: cover;
		border-top: 10px solid #003300;
		border-left: 10px solid #003300;
		border-right: 10px solid #003300;
		border-bottom: 10px solid #003300;
		height: 450px;
		margin: 0;
}
.topbarphoto {
	float: left;
	margin: 0;
	height: 450px;
	border-right: 6px solid #003300;
}

.secbar {
		background-size: cover;
		border-left: 10px solid #003300;
		border-right: 10px solid #003300;
		border-bottom: 10px solid #003300;
		height: 150px;
}


.secbartext {
	float: center;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;

}

.maintitle {
	font: 3.0em "Verdana", cursive, sans-serif;
	text-align: center;
	color: #003300;
	font-weight: 900;
}

#left-sidebar {
	background: ;
	width: 210px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}

#normaltext {
	text-align: center;
}

#gmap {
	font-size: 1.8em;
}