body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 1.1em;
	padding: 0px;
	margin: 0px;
}
body {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image: url(../template/misc/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3D3D3D;
	width: 100%;
	height: 100%;
}

/****************************************************************/
/*                       Containters                            */
/****************************************************************/
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#box {
	width: 760px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#inner_content {
	width: 740px;
	margin: 9px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: table;
}	

#logo {
	display: block;
	background-image: url(../template/misc/logo_home.gif);
	background-repeat: no-repeat;
	margin: 16px 0px 0px 36px;
	height: 136px;
	width: 229px;
}
#header {
	display: block;
	background-image: url(../template/misc/top_grey_shape.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 316px;
	float: left;
}


/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#bottom_grey_shape {
	display: block;
	background-image: url(../template/misc/bottom_grey_shape.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 305px;
	float: right;
}
#ad_exposures_text_box {
	display: block;
	height: 14px;
	width: 298px;
	margin-top: 4px
}
#center_content {
	height: 171px;
	width: 740px;
}
#magenta_block {
	display: block;
	background-image: url(../template/misc/magenta_block.gif);
	background-repeat: no-repeat;
	height: 171px;
	width: 436px;
	float: left;
}
#flash_box {
	width: 304px;
	height: 171px;
	position: relative;
	background-color: #333333;
	float: right;
}
#flash_video_box { width: 440px; }
#bottom_content_left {
	width: 340px;
	float: left;
}
#welcome_text_box {
	position: relative;
	width: 265px;
	margin: 10px 0px 10px 10px;
}	
#bottom_content_right {
	height: 189px;
	width: 400px;
	float: left;
}
#featured_content_left{
	display: block;
	width: 180px;
	float: left;
	margin: 46px 25px 10px 0px;
}
#featured_content_right{
	display: block;
	width: 180px;
	float: left;
	margin: 46px 0px 10px 0px;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer_nav, #address, #copyright, #credit  {
	font-size: 11px;
	color: white;
	text-align: right;
	line-height: 20px;
	text-decoration: none;
}
#footer_nav {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;

}
#footer_nav a:link, #footer_nav a:visited, #footer_nav a:active {
    color: #ffffff;
    font-weight: bold;
}
#footer_nav a:hover {
	color: #C1307C;
}

#credit a:link, #credit a:visited, #credit a:active, #credit a:hover {
	text-decoration: none;
	color: #c8458a;
    font-weight: bold;
}
#credit a:hover { color: #999999; }

.SmallGreyText {
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}
.BoldWhiteText {
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}

.BoldMagentaFooterText, a.BoldMagentaFooterText:link, a.BoldMagentaFooterText:visited, a.BoldMagentaFooterText:active, a.BoldMagentaFooterText:hover {
	font-size: 11px;
	color: #C1307C;
	text-align: right;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
a.BoldMagentaFooterText:hover {
	color: #999999;
}

