@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #999999;
}
#flash {
	width: 800px;
	height: 350px;
	position: relative;
	background-color: #FF0000;
}
#content_container {
	width: 800px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	text-align:justify;
}
#left_column {
	width: 588px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	float: left;
}
#copy, #galleryDis {
	width: 553px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	margin: 0 0 0 35px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
#right_column {
	width: 205px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	float: right;
}
#contact_button {
	width: 205px;
	height: 54px;
	margin: 5px 0 0 0;
	background-color: #FFFFFF;
}
#subscribe {
	width: 205px;
	height: 300px;
	margin: 6px 0 0 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg_subscribe.png);
	display: block;
}
#subscribe_form {
	width: 154px;
	height: 100px;
	top: 100px;
	left: 15px;
	position: absolute;
}
#ViewPastNewletters {
	width: 154px;
	height: 70px;
	top: 230px;
	left: 16px;
	position: absolute;
}
#right_column_bottom {
	width: 205px;
	height: 55px;
	margin: 7px 0 0 0;
	background-color: #FFFFFF;
	display: block;
}
#footer {
	width: 588px;
	position: relative;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#copyright{
padding-top:5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
width: 205px;
display:block;
position:relative;
color: #999999;



}

.clearfloats {
	clear: both;
}
/*-------------------------------------------------------------------------- C O P Y ---------*/
#copy h1, #galleryDis h1 {
	color: #d33327;
	font-size: 24px;
	font-weight: normal;
	font-family: Helvetica, "Arial Narrow", Arial;
	padding-top: 20px;
}
#copy h2, #galleryDis h2 {
	color: #999999;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	font-family: Helvetica, "Arial Narrow", Arial;
}
/*-------------------------------------------------------------------------- S U B S C R I B E  F O R M ---------*/
.input_boxes {
	width: 146px;
	height: 11px;
	background-color: #d1d3d4;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: none;
	padding: 3px;
}
.subscribe {
	width: auto;
	height: 20px;
	background-color: transparent;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: none;
	text-align: right;
	float: right;
}
/*-------------------------------------------------------------------------- R O U N D E D  C O R N E R S  ---------*/
#rounded_corners {
	position: absolute;
	width: 553px;
	height: 237px;
	z-index: 10;
	background: transparent;
}

