/* main.css

/* -- global styles -- */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
h1, h2, h3 {
    font-family: Georgia,Times,serif;
}
h2 {
    color: #595959;
    font-size: 1.4em;
}
h3 {
    color: #595959;
}
a:link {
    color: #595959;
    text-decoration: underline;
}
a:visited {
    color: #595959;
}
a:hover {
    color: #595959;
    text-decoration: none;
}

/* -- document sections -- */

#wrapper {
    width: 950px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#gallery {
	width: 850px;
	
	margin-left: auto;
	margin-right: auto;
}
#header {
	float: left;
	width: 950px;
}
#header img {
	border: 0px;
    float: left;
}
#contact {
	float: right;
	font-family: ariel, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: orange;
	height: 30px;
	width: 75px;
}

#contact  a {
	font-weight: bold;
	color: white;
	font-family: ariel, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
#contact a:link {
    color: white;
	text-decoration: none;
   
}
#contact a:visited {
    color: white;
}
#contact a:hover {
    color: white;
    text-decoration: none;
}

#home {
	float: right;
	font-family: ariel, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: orange;
	height: 30px;
	width: 75px;
}
#home  a {
	font-weight: bold;
	color: white;
	font-family: ariel, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
#home a:link {
    color: white;
	text-decoration: none;
   
}
#home a:visited {
    color: white;
}
#home a:hover {
    color: white;
    text-decoration: none;
}





#tagline {
	width: 950px;
	padding-left: 50px;
	
	
}





