* {	margin: 0;	padding: 0;}

body{
	background: #000;
	font-family: arial, tahoma, verdana, "times new roman";
	font-size: 75%;
	color: #444;
		text-align: center;
}

img{
	border: 0;
}

#page{
	margin: 0 auto;
	border: 1px solid #C1B49A;
	width: 976px;
}
#box{
	clear: both;
	text-align: left;
	width: 100%;
}
#content{
	float: left;
	clear: both;
	background-color: #fff;
	width: 100%;
}

#container{
	float: left;
	clear: both;
	width: 100%;
}

#header{
	width: 100%;
	background-image: url(imgs/header_bkg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#logo{
	margin-top: 12px;
	margin-left: 17px;
	float: left;
	width: 535px;
}
#headerThumbs{
	margin-top: 32px;
	margin-bottom: 5px;
	float: right;
	width: 400px;
}
#headerThumbs img{
	float: left;
	width: 131px;
}
	

#nav{
	width: 976px;
	height: 30px;
	border-top: 2px solid #C1B49A;
	border-bottom: 2px solid #C1B49A;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	clear: both;
}

#nav ul{
	margin-left: 85px;
	width: 800px;
}


#nav li{
	display: inline;
	text-transform: uppercase;
}

#nav li a{
	float: left;
	padding: 12px 15px;
	text-decoration: none;
	color: #C1B49A;
	font-weight: bold;
}

#nav li a.active{
text-decoration: none;
	color: #9E1F63;
	font-weight: bold;
}

#nav li a:hover{
text-decoration: none;
	color: #9E1F63;
	font-weight: bold;
}

#main{
	float: left;
	clear: both;
	width: 976px;
	background: #FFF;
	line-height: 150%;
	margin: 25px 0;
}

#mainText{
	clear: both;
	float: left;
	padding-left: 50px;
	color: #000;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 18px;
	padding-bottom: 30px;
	width: 600px;
}


#main h1, h2, h3, h4, h5{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 200%;
	color: #9E1F63;
	letter-spacing: -2px;
	font-weight: normal;
}


#main p{
	margin: 0 0 15px 0;
	padding: 0;
}


#main a{
	color: #9E1F63;
	text-decoration: none;
}

#main a:hover{
	color: #333;
	text-decoration: underline;
}

#flashcontent {
		height: 360px;
}
#thumbs {
	float: left;
	width: 320px;
}
.thumb {
	float: left;
	height: 120px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 1px;
}
.thumb a{
	display: block;
	width: 100%;
	line-height: 21px;
}
.thumb a:hover{	
	background-color: #fcc;
}

#pdf{
	margin-top: 20px;
	margin-left: 50px;
	font-weight: bold;
	text-indent: 20px;
	float: left;
	background: #fff url(/imgs/pdf.gif) no-repeat left center;
}