@charset "utf-8";
/* CSS Document */

/*--- STRUCTURE ELEMENTS ---*/

body {	
	background-color: #2D180D;
		background-image: url(../images/structure_images/bg.jpg);
		background-repeat: repeat-x;
	margin: 0 auto;
}

#container {
	height: auto;
	width: 960px;
	margin: 0 auto;
}

#banner {
	height: 110px;
	width: 960px;
	float: left;
	background-image: url(../images/structure_images/banner.jpg);
}

#banner img {
	border: none;	
}

#text_wrapper {
	height: auto;
	width: 940px;
	float: left;
	border: solid;
		border-width: 0 10px 10px 10px;
		border-color: #2D180D;
	background-color: #FFF;
	box-shadow: #000 4px 4px 5px;
	-moz-box-shadow: #000 4px 4px 5px;
	-webkit-box-shadow: #000 4px 4px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}


#nav_main {
	height: 35px;
	width: 940px;
	float: left;
	background-color: #2D180D;
}

#body_box {
	height: 520px;
	width: 940px;
	float: left;
}

#blank_index_box {
	height: 520px;
	width: 940px;
	float: left;
}

#body_wrapper_bg {
	height: auto;
	width: 940px;
	float: left;
	background-image: url(../images/structure_images/body_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#nav_sub {
	height: auto;
	width: 185px;
	float: left;
	padding: 35px 0 20px 20px;
	margin: 0 0 90px 0;
	background-image: url(../images/structure_images/sub_nav_bg.png);
	background-repeat: no-repeat;
}

#body {
	height: auto;
	width: 735px;
	float: left;
}

#body_col_one {
	height: auto;
	width: 400px;
	float: left;
	margin: 45px 20px 55px 10px;
}

#body_col_two {
	height: auto;
	width: 265px;
	float: left;
	margin: 20px 30px 20px 10px;
}

#footer {
	height: 200px;
	width: 960px;
	float: left;
	background-image: url(../images/structure_images/footer_bg.png);
}

#four_col_wrapper {
	height: 218px;
	width: 940px;
	float: left;
	border: solid;
	border-color: #CCC;
	border-width: 2px 0 0 0;
	background-image: url(../images/structure_images/preview_bg.jpg);
	background-repeat: repeat-x;
}

#recent_site_preview a:hover {
	background-image: url(../images/structure_images/preview_bg_hover.jpg);
	background-repeat: repeat-x;
}

#recent_site_preview {
	height: 198px;
	width: 189px;
	float: left;
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #CCC;
	padding: 20px 20px 0 35px
}

#recent_site_preview_blank {
	height: 218px;
	width: 245px;
	float: left;
}

#recent_site_preview_blank:hover {
	height: 218px;
	width: 245px;
	float: left;
	background-image: url(../images/structure_images/preview_bg_hover.jpg);
}

#journal_preview {
	height: 198px;
	width: 189px;
	float: left;
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #CCC;
	padding: 20px 20px 0 20px
}

#journal_preview_blank {
	height: 218px;
	width: 230px;
	float: left;
}

#journal_preview_blank:hover {
	height: 218px;
	width: 230px;
	float: left;
	background-image: url(../images/structure_images/preview_bg_hover.jpg);
}

#photo_portfolio_preview {
	height: 198px;
	width: 186px;
	float: left;
	border: solid;
	border-width: 0 1px 0 0;
	border-color: #CCC;
	padding: 20px 20px 0 20px
}

#photo_portfolio_preview_blank {
	height: 218px;
	width: 227px;
	float: left;
}

#photo_portfolio_preview_blank:hover {
	height: 218px;
	width: 227px;
	float: left;
	background-image: url(../images/structure_images/preview_bg_hover.jpg);
}

#facebook_preview {
	height: 198px;
	width: 175px;
	float: left;
	padding: 20px 35px 0 26px
}

#facebook_preview_blank {
	height: 218px;
	width: 237px;
	float: left;
}

#facebook_preview_blank:hover {
	height: 218px;
	width: 237px;
	float: left;
	background-image: url(../images/structure_images/preview_bg_hover.jpg);
}

#four_col_wrapper img {
	margin: 30px 50px 25px 50px;
	border: 0px;
}

#recent_site_preview a {
	display: block;
	height: 198px;
	width: 189px;
	text-decoration: none;
	color: #000;
}

#journal_preview a {
	display: block;
	height: 220px;
	width: 186px;
	text-decoration: none;
	color: #000;
}

#photo_portfolio_preview a {
	display: block;
	height: 220px;
	width: 186px;
	text-decoration: none;
	color: #000;
}

#facebook_preview a {
	display: block;
	height: 220px;
	width: 175px;
	text-decoration: none;
	color: #000;
}


#facebook_preview a {
	display: block;
	height: 220px;
	width: 175px;
	text-decoration: none;
	color: #000;
}
