/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2007.09.24
PURPOSE:		Ampah Gallery Coming Soon Page Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6F71;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/* FONT DEFINITIONS */

table, tr, td, div {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

img.float_left {
	border: 0px;
	float: left;
}

form {
	border: 0px;
	margin: 0px;
}


/* LINK DEFINITIONS */

a { font-weight: bold; text-decoration: underline; color: #878787; }
a:visited { font-weight: bold; text-decoration: underline; color: #878787; }
a:hover { font-weight: bold; text-decoration: none; color: #878787; }
a:active { font-weight: bold;text-decoration: none; color: #878787; }

a.right { font-weight: bold; text-decoration: underline; color: #666666; }
a.right:visited { font-weight: bold; text-decoration: underline; color: #666666; }
a.right:hover { font-weight: bold; text-decoration: none; color: #666666; }
a.right:active { font-weight: bold; text-decoration: none; color: #666666; }


/* UNIVERSAL DEFINITIONS */

#table_main {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url('../_images/framework/bg_content.gif') left top repeat-y;
}

.table_side_column {
	width: 180px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.table_main_column {
	width: 400px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


/* CONTENT ELEMENTS */

.left_col_text {
	padding: 8px 15px 0px 20px;
	font-size: 11px;
}
.left_col_text span {
	font-weight: bold;
	color: #B92631;
}

.main_col_intro_text {
	padding: 16px 20px 0px 20px;
}
.main_col_text {
	padding: 20px 20px 0px 20px;
}
.main_col_text img {
	margin: 0px 0px 5px 0px;
}
.main_col_text span {
	font-weight: bold;
	color: #B92631;
}

.right_col_text {
	padding: 16px 20px 4px 20px;
	color: #231f20;
}
.right_col_text_img_container {
	margin: 5px 0px 0px 0px;
	text-align: center;
}
.right_col_text span {
	font-weight: bold;
	color: #B92631;
}

.footer_text {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	text-align: center;
	background: #ffffff;
}

