/* CSS Document */



/* Layout */


body {
	margin: 0;
	padding: 0;
	background-color: #A49D92;
	background-image: url(../images/tile_bkg.jpg);
	}

#wrapper {
	margin: 0 auto;
	padding: 35px;
	width: 920px;
	}

#container {
	margin: 0;
	padding: 0;
	width: 920px;
	background-color: #fff;
	}

#header {
	margin: 0;
	padding: 0;
	height: 110px;
	background-color: #000;
	}

#main {
	margin: 0;
	padding: 40px 60px 0 60px;
	}

#side_content {
	margin: 0 60px 0 0;
	padding: 0;
	height: 600px;
	width: 262px;
	float: left;
	text-align: center;
	background: url(../images/sidebar.png) no-repeat bottom left;
	border-right: 1px #756456 solid;
	}

#menu {
	margin: 0 0 40px 0;
	padding: 0;
	border-bottom: 2px #bbb solid;
	}

#content {
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 520px;
	float: left;
	}

.phototitle {
	margin: 0;
	padding: 0 10px;
	width: 520px;
	float: left;
	}

.photogallery {
	margin: 0 0 40px 0;
	padding: 20px 10px 20px 10px;
	width: 520px;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	float: left;
	}

.homegallery {
	margin: 0 0 40px 0;
	padding: 20px 10px 10px 10px;
	width: 520px;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	float: left;
	}

#content img {
	border: 1px #bbb solid;
	margin: 0 0 15px 25px;
	}

.photogallery img, .homegallery img {
	border: 1px #bbb solid;
	}

.gallery-image {
	border: 1px #bbb solid;
	}

.bullets {
	float: left;
	width: 160px;
	}

.topthumbs {
	float: left;
	width: 100px;
	margin-bottom: 15px;
	}

.thumbs {
	float: left;
	width: 100px;
	}

.big_picture {
	margin-bottom: 15px;
	}

.pdf_img {
	border:none;
	margin:0;
	}

#footer {
	margin: 20px 0 0 0;
	padding: 8px 10px;
	clear: both;
	height: 13px;
	}

#bottom {
	margin: 0;
	padding: 9px 10px 0 70px;
	height: 22px;
	bbackground-image: url(../images/footer.png); 
	}



/* Typography */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #4D4D4D;
	}

.intro {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #22772D;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:inline;
	}
	
strong {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.green {
	color: #22772D;
	}

#bottom {
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	}

.phone {
	font-size: 20px;
	line-height: 36px;
	color: #000;
	}

.email {
	font-size: 13px;
	line-height: 18px;
	}

.homegallery {
	line-height: 30px;
	}



/* List */


ul {
	margin: 0 0 15px -2em;
	}

li {
	list-style-image:url(../images/bullet.gif);
	margin-left: 0;
	}



/* Links */


a:link {
	color: #666;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #666;
	}

a:hover {
	text-decoration: underline;
	color: #2D590C;
	}

a:active {
	text-decoration: underline;
	color: #65854D;
	}

#bottom a:link {
	color: #999;
	text-decoration: none;
	}

#bottom a:visited {
	text-decoration: none;
	color: #999;
	}

#bottom a:hover {
	text-decoration: underline;
	color: #ccc;
	}

#bottom a:active {
	text-decoration: underline;
	color: #fff;
	}



/* © 2010 Threestory Studio */
