@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin:0px;
	padding:0px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
#page {
     z-index: 2;
     position: relative;
     margin: auto;
     width: 850px;
     padding-left: 20px;
	 padding-right: 20px;
	 padding-bottom: 20px;
}
#contents{
	width: 810px;
	background-image: url(_images/content_bkg.png);
	background-repeat: repeat-y;
	color: #FFF;
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#photo_box{
	background-color:#fff;
	padding:8px;
	width: 716px;
	margin-top:20px;
	}
#clear{
	clear:both;
}
.small_heading{
	font-size: 15px;
	font-weight: bold;
}
.medium_heading{
	font-size: 17px;
	font-weight: bold;
}
.red_heading{
	font-size: 40px;
	color: #ed1c24;
	margin-left: 30px;
	line-height: 35px;
}
.small_font{
	font-size: 9px;
}
.medium_font{
	font-size: 12px;
}
#banner{
	background-image: url(_images/banner.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 319px;
	position: absolute;
	top: 380px;
	left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
}
#banner2{
	background-image: url(_images/banner.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 319px;
	position: absolute;
	top: 305px;
	left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
}
.white_heading_big{
	font-size: 23px;
	font-weight: bold;
}
.white_heading_medium{
	font-size: 15px;
	line-height: 16px;
}

