/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.04.16
PURPOSE:		Framework style sheet for VenYou Artist Template
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/*
Contains all items that are different between a site with shadows and without.
These items may change for other purposes as well between templates.
*/

/* BODY */
body {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	background: #001435; /*url(../_images/framework/bg_main_gradient_no_anim.gif) left top repeat-x;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.logo_container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_header.gif) top left no-repeat;
}

#table_main {
	width: 770px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#table_body {
	width: 770px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: #ffffff;
}

/* --------------------------- 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.gif);
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* --------------------------- GALLERY SECTION DEFS ----------------------------------- */
.gallery_index_container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	display: inline;
	background: #5a2049;
}

.gallery_image_col {
	width: 450px;
	height: 470px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.bg_gallery_main_image {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- 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.gif);
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background: #ffffff url(/_images/framework/footer_divider.gif) top no-repeat;
}
