@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url('gray.png');
	background-repeat: repeat;*/
	background: #333;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', georgia, serif;
}
#center {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#container {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: -295px;
	display: block;
	color: #555;
	width: 800px;
	height: 590px;
	background: white;
	border: 6px solid #9ADC5F;
}
}
#bannertop {
	width: 800px;
	height: 100px;
	background: white;
	display: block;
}
#topnavbar {
	height: 20px;
	display: block;
	background:#9ADC5F;
	width: 800px;
}
#sidebar {
	width: 140px;
	height: 500px;
	display: block;
	background: white;
	float: left;
	clear: both;
}
#content {
	width: 650px;
	height: 500px;
	display: block;
	background:white;
	float: right;
}
#full {
	width: 780px;
	height: 500px;
	display: block;
	background: white;
	padding-left: 20px;
	clear: both;
}
#slideshow {
	width: 640px;
	height: 400px;
	margin: 40px auto 0px auto;
	display: block;
	border: 5px solid #ccc;
}
#text {
	height: 500px;
	padding-right: 20px;
	overflow: auto;

}
a.sidenav {
	color: #333;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal
}
ul.subnav {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
li.subnav {
	height: 20px;
	margin-left: 0;
	margin-top: 0px;
}
a.subnav {
	color: #333;
	display: block;
	width: 120px;
	height: 20px;
	background: white;
	font-size: .9em;
	padding-top: 0px;
	text-decoration:none;
	text-transform: lowercase;
	font-weight: normal;
}
a.subnav:hover {
	background: #EEE;
	color: #666;
}


a.topnav {
	color: #666;
	display: block;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
	font-size: .9em;
	font-weight: normal;
}
a.topnav:hover {
	color: #222;
	background: #c3ed95;
}
img {
	border: none;
}
h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1.5em
}
h2 {
	font-weight: normal;
}
p.content {
	width: 760px;
	text-align: justify;
	font-size: 0.9em;
}
a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ccc;
}

quote{
font-style:italic;}

a.pricing{
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
display: block;
height: 430px;
width: 190px;
font-weight: lighter;
font-size: 1.6em;
}
a.pricing:hover{
font-weight: bold;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
a#weddings{
	background-image: url('pricing1.jpg');
	color: #000;
	height: 450px;
	width: 186px;
	}
a#portraits{
	background-image: url('pricing2.jpg');
	color: #000;
	padding-top: 400px;
	height: 50px;
	width: 186px;}
a#commercial{
	background-image: url('pricing3.jpg');
	color: #fff;
	height: 450px;
	width: 186px;}
a#artwork{
	background-image: url('pricing4.jpg');
	color: #000;
	height: 450px;
	padding-top: 400px;
	height: 50px;
	width: 186px;}
