/*CSS reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	color: #000000;  
}
body { background-color: #e0e0e0 }

ol, ul {list-style: none;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS reset*/

#container {
width: 960px;
margin:auto auto;
background-color: #007aa0;	
}
#bg {
width: 960px;
float:left;
background-color: #007aa0;
padding: 0 0 10px 0;	
}

#header {
width: 960px;
float:left;
text-align: center;
background-color: #007aa0;
}

#main_nav {
width: 925px;
height: 30px;
padding: 15px 0 0 15px;
margin-left: 10px;
background-color: #e8f0f6;
border-top: solid 1px #333;
float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	color: #333333;
	text-decoration: none;
}
#main_nav a, #main_nav a:link, a, a:link {
	color: #007aa0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#main_nav a:hover, a:hover {
	color: #333;
	}

#content_about, #content_gallery {
width: 910px;
padding: 15px;
margin-left: 10px;
background-color: #fff;
border-top: solid 1px #333;
float:left;
}
h1 {
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding: 0 0 15px 0;
	line-height: 20px;
	margin:0;
	
}
h2 {
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding: 15px 0 5px 0;
}
#content_about p {
	padding: 0 0 10px 0;
	margin:0;
	line-height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
#content_gallery p {
	padding: 10px 0 0 0;
	margin:0;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#content_about p img {
float:left;
padding: 0 10px 10px 0;
}
#footer {
width: 910px;
padding: 15px 0 0 0;
margin-left: 10px;
float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.gallery_box {
	width: 900px;
	float:left;
	padding: 0 10px 10px 0;
	text-align:left;
	border-bottom: solid 1px #333;
}
.gallery_box img {
	border: solid 1px #dedede;
	margin: 0 15px 0 0;
}