@charset "utf-8";
/* CSS Document
 *
 * name: Layout.css, 
 * created: 03.02.2009
 *
 * (C) 2009-10 Supernatant, LLC>
 *
 * # - id
 * . - class
 */

/* *************************************************************
 *
 *  Div IDs Used for Layout 
 *
 ************************************************************* */
 
#RepeatingBackground {
	background-image: url(../../images/background/gradient.png);
	background-position: center;
	background-repeat: repeat-y;
}

#Container {
	/* Size and Position */
	width: 800px;
	margin: 0 auto;

	/* Design */
	background-color: #333333;
}

#Header {
	/* Size and Position */
	width: 760px;
	height: 150px;
	position: relative;

	/* Design */
	margin: 0 auto 0 auto; /* Center header for non-IE */
	background-image: url(../../images/background/header_final_rev_72.png);
	background-color: #333333;
}

#Stage {
	/* Size and Position */
	min-height: 500px;
	margin: 0 20px;
	padding: 20px;
	position: relative;

	/* Design */
	background-color: #FFFFFF;
	background-image: url(../../images/background/content_top_dark.png);
	background-repeat: no-repeat;

	/* Text */
	text-align: left;
}

#InnerStage td {
	vertical-align: top;
}

#Content {
	/* Size and Position */
	width: 480px;
	padding-right: 40px;

	/* Design */
	background-image: url(../../images/v_line.png);
	background-position: right;
	background-repeat: repeat-y;
}

#ContentRight {
	/* Size and Position */
	padding-left: 40px;

	/* Design */
	background-image: url(../../images/v_line.png);
	background-position: top left;
	background-repeat: repeat-y;
}
 
#Footer {
	/* Size and Position */
	width: 760px;
	margin: 0 auto;	/* Center footer for non-IE */
	padding-top: 30px;

	/* Design */
	background-image: url(../../images/background/content_bottom_dark.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #333333;
	text-align: center;
}

#Footer table {
	/* Size and Position */
	height: 45px;
	margin: 0 auto;	/* Center table */
}

#Footer td {
	/* Text */
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
}

#Footer a:link, #Footer a:visited {
	/* Design */
	border-bottom: 1px solid #CCCCCC;

	/* Text */
	color: #CCCCCC;
}