/* CSS Document */
#container {
	width:940px;
	padding:0 10px;
	min-height:1000px;
	margin:0 auto;
	position:relative;
}
#header {
	height:160px;
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

h2 {font-size:24px; color:#333;}
#gallery h1 {text-align:center; color:#777; margin:30px 0 0 0;}
#gallery h2 {text-align:center; color:#777; font-size:16px; margin:5px 0 0 0;}
#phone {position:absolute; right:20px; bottom:-10px;}
#contacthead {position:absolute; left:20px; bottom:-10px;}
#contacthead:hover {font-size:25px;}
.clear {clear:both;}
#biog {margin:20px 0;}
.imagetitle {text-align:center;}
#background {position:fixed;top:0;left:0; width:100%; height:100%; background-image:url(images/blacktrans.png);display:none;}
.portrait {float:left; width:210px; margin:20px 12px; cursor:pointer;}
.landscape {float:left; width:310px; margin:50px 80px; cursor:pointer;}
#image9, #image10, #image11 {margin:20px 49px}
.portrait .lgimage {position:fixed;left:50%;top:15px;margin-left:-250px;display:none;padding:5px;background:#ffffff; border:1px solid #ccc;} 
.landscape .lgimage {position:fixed;left:50%;top:30px;margin-left:-375px;display:none;padding:5px;background:#ffffff; border:1px solid #ccc;} 
.portrait .thumb {padding:5px; border:1px solid #ccc;width:200px;}
.landscape .thumb {padding:5px; border:1px solid #ccc;width:300px;}
.portrait .close {position:fixed;left:50%;top:5px;margin-left:270px;color:#ffffff;display:none; cursor:pointer;}
.landscape .close {position:fixed;left:50%;top:5px;margin-left:370px;color:#ffffff;display:none; cursor:pointer;}
#gallery {clear:both;}
.cntct {cursor:pointer;}
#biog a {color:#00f; text-decoration:underline;}
#contact {
	display:none;
	background-image:url(../images/blacktrans.png);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:200;
}
#contactinner{
	width:1px;
	height:1px;
	background-color:#fff;
	background-image:url(images/devon-artist-contact.jpg);
	background-repeat:no-repeat;
	background-position:right 110px;
	border:1px solid #777;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:50px;
	overflow:hidden;
	color:#555;
	text-align:center;
}
#contactinner img {margin-top:20px;}
#contactinner h2 {
	text-align:center;
	line-height:28px;
	margin:40px 0;
}
#conthead {font-size:36px; margin-top:0;}
#conthead img {position:relative; top:30px;}
#contactinner div {
	margin:0 auto;
}
#demoform table {
	margin:0 0 40px 30px;
	text-align:left;
}
#demoform td {
	padding:5px;
}
#demoform table div {
	width:75px;
}
#nospam {
	width:600px;
	color:#555;
}
#close {
	position:absolute;
	right:0;
	top:0;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	color:#00f;
}
#formalert {text-align:center;}
#footer {border-top:1px solid #ddd; color:#666;}
#footer a {color:#999; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
