/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2008.03.14
File Purpose:	Follow The Muse - Framework style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/* BODY */
body {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	background: #706d6d url(/_images/framework/bg_main_image.gif) left top repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.logo_container {
	width: 770px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_header.gif) top left no-repeat;
}

#table_main {
	width: 790px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#table_body {
	width: 770px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: #ffffff url(/_images/framework/bg_main.gif) bottom left no-repeat;
}

.table_side_shadow {
	width: 10px;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: top;
	background-repeat: repeat-y;
}

.div_side_shadow {
	width: 10px;
	height: 400px;
}

/* --------------------------- LEFT NAV (SUBNAV) DEFS ----------------------------------- */
.sub_nav_container {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	float: 0px;
	background: url(/_images/framework/left_nav_divider.gif) top no-repeat;
}

.sub_nav_container span {
	width: 100%;
	margin: 0px;
	padding: 3px 0px 7px 0px;
	font-weight: bold;
	float: left;
	display: inline;
	background: url(../_images/framework/left_nav_divider.gif) bottom no-repeat;
}

/* --------------------------- ABOUT SECTION DEFS ----------------------------------- */
.resume_container {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 8px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_resume_grad.gif);
}

/* --------------------------- GALLERY SECTION DEFS ----------------------------------- */
.gallery_detail_header {
	width: 590px;
	height: 25px;
	position: absolute;
	left: 160px;
	top: 16px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.gallery_detail_header span {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	color: #ffffff;
	float: left;
}

.gallery_index_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	display: inline;
	background: #a5948c;
}

.gallery_image_col {
	width: 450px;
	height: 470px;
	margin: 19px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.bg_gallery_main_image {
	width: 100%;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #c5baad;
}

/* --------------------------- EVENTS SECTION DEFS ----------------------------------- */
.event_download_container {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_resume_grad.gif);
}


/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 770px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	float: left;
	display: inline;
	background: #ffffff url(/_images/framework/footer_divider.gif) top no-repeat;
}
