@charset "utf-8";
/* CSS Document */

body{
	background-color: #CDCBCC;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}#wrapper{
	float: left;
	width: 835px;
	margin-right: auto;
}#header{
	float: left;
	height: 168px;
	width: 835px;
}#navbg{
	background-image: url(../imgs/navbg.png);
	height: 38px;
	width: 832px;
	float: left;
	background-repeat: no-repeat;
}
#main {
	background-position: right top;
	width: 800px;
	margin-right: 13px;
	margin-left: 13px;
	background-repeat: repeat-y;
	background-image: url(../imgs/transp-bg.png);
	float: left;
}
#footer {
	width: 815px;
	margin-right: 13px;
	margin-left: 13px;
	font-size: 12px;
	float: left;
	color: #626262;
	margin-bottom: 25px;
}h2 {
	font-size: 16px;
	color: #EA1D5B;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9B9799;
	border-bottom-color: #9B9799;
}
#footer a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	background-color: #EA1D5B;
}
#content{
	width: 750px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 28px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 22px;
	color: #030303;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
	text-transform: uppercase;
}
.photos {
	border: 4px solid #8D8D8D;
	padding: 2px;
	background-color: #FFFFFF;
}
.small {
	font-size: 16px;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #EA1D5B;
}
a:hover {
	color: #07080A;
	font-weight: bold;
	text-decoration: none;
	background-color: #BDBDBD;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.headers {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	
	background-color: #EA1D5B;
	padding: 3px;
}
