/* 
  ------------------------------------------------
  Copyright (c) 2009 Azure Photography
  www.azurephotography.com
  ------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #313131;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
}
p {
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.logo {
	float: left;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#head_wrapper {
	padding: 0;
	margin: 0;
}
#header {
	width: 780px;
	margin-left: auto;
	height: 75px;
	margin-right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3c3c3c;
	margin-top: 0px;
	margin-bottom: 0px;
}
#body_wrapper {
	margin: 0px;
	text-align: left;

}
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;

}
#container_album {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	width: 148px;
	float: left;
}
#topalbum {
	width: 780px;
	float: left;
	padding-top: 5px;
}

#main {
	float: left;
	padding-left: 25px;
	width: 605px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3c3c3c;
}
#mainalbum {
	width: 780px;
	height: 500px;
	float: left;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}
#foot_wrapper {
	margin: 0px;
}
#footer {
	width: 780px;
	margin-left: auto;
	font-size: 10px;
	color: #666666;
	padding-bottom: 25px;
	line-height: 12px;
	margin-right: auto;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3c3c3c;
	margin-top: 25px;
	padding-top: 5px;
}
.color {
	color: #777777;
}
