html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	background: #eee;
	margin: 0;
	padding: 0;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

#shadow {
	margin: 20px auto;
	width:940px;
	height: 613px;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	background: #FFF url(../images/bg-mid.jpg) repeat-y;
}

#header {
	margin: 0 auto;
	width: 940px;
}

#header p {

}

#nav {
	margin: 0 auto;
	height: 26px;
	background: #CCC;
	width: 880px;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px 0 10px;
	text-align: center;
	width: 9em;
	font-size: 75%;
}

#nav ul li a:hover, #footer ul li a:focus {
	color: #666;
}

#navgal {
	margin: 0 auto;
	height: 20px;
	background: #666;
	width: 880px;
}

#navgal ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navgal ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 8px 0 8px;
	text-align: center;
	width: 9em;
	font-size: 65%;
}

#navgal ul li a:hover, #footer ul li a:focus {
	color: #ccc;
}


#main {
	background: #fff;
	margin: 0 auto;
	height: auto;
	width: 880px;
}

#leftcol {
	background: #eee;
	width: 300px;
	min-height:400px;
	float: left;
	font-size: 70%;
	margin-right: 40px;
}

#leftcolgallery {
	background: #eee;
	width: 300px;
	min-height:370px;
	float: left;
	font-size: 70%;
	margin-right: 40px;
}

#leftcolprices {
	background: #eee;
	width: 300px;
	min-height:600px;
	float: left;
	font-size: 70%;
	margin-right: 40px;
}

#leftcol p {
}

#gallerynum {
	color:#CCC;
	height: 20px;
	width: 300px;
	background: #666;
	text-align: center;
	font-size: 80%;
}

#thumbs{
	padding: 5px 0 0 5px;
}

#thumbs p {
	text-align:center;
}

.biog {
	padding: 50px 10px 10px 10px;
}

.clientinfo {
	padding: 20px 10px 10px 10px;
	font-size: 88%;
}

.thumb {
	border: none;
	padding: 6px 0 0 6px;
}

.bigimg {
	border: none;
	padding: 20px 0 0 0;
}

#content {
	background: #fff;
	margin: 0px 40px;
	height: 400px;
}
#content p {
	padding: 10px 10px 10px 10px;
}

#content ul li {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	font-size: 85%;
}

#contentgallery {
	background: #fff;
	margin: 0px 40px;
	height: 370px;
}

#contentprices {
	background: #fff;
	padding: 20px 40px;
	height: 560px;
}

#contentbiog {
	background: #fff;
	padding: 20px 40px;
	height: 410px;
}

a img {
	border: 0;
}

#contentgallery h1{
	color: #999;
	padding: 10px;
	font-size:100%;
}

#content h2{
	color: #FFFFFF;
	padding: 0;
	margin: 10px 10px 0 10px;
	font-size: 105%;
}

#content h3 {
	color: #FFFFFF;
	padding: 0;
	margin: 5px;
	font-size: 80%;
}

#footer {
	margin: 0 auto;
	color: #FFFFFF;
	height: 70px;
	clear: both;
	background: #7c8185;
	background-image: url(../images/footer-bg.jpg);
}
#footer p{
	margin: 0 40px 0 40px;
	padding: 4px;
	font-size: 60%;
	text-align: center;
}


.clearit {
	display: block;
	clear: both;
}
