html,body {
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
}

div#outerwrapper{
	background: url(images/wnbkg.jpg) repeat-x;
}


div#container
{
	margin: auto;
	text-align: center;
	padding: 0;
	width: 960px;
}

#header
{
	margin: 0;
	padding: 0;
	background: url(images/header-img.jpg) no-repeat center top;
	height: 130px;
}

#jointopright
{
	font-size: 12px;
	width: 130px;
	text-align: center;
	line-height: 20px;
	color: white;
	padding-top: 5px;
	padding-left: 690px;
}

#jointopright ul
{
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#jointopright li
{
	color: white;
	padding: 0 10px;
	border-right: 1px dotted white;
	display: inline;
}

#jointopright a
{
	color: white;
	text-decoration: none;
	background-color: black;
	border: 1px solid gray;
	padding: 2px 10px;
}

#jointopright a:hover
{background-color: #d4e1ef;
	color: #697078;
}





#navmaintop
{	font-size: 11px;
}

#navmaintop ul
{
	list-style: none;
	padding: 8px 0 9px;
	margin: 0;
}

#navmaintop li
{
	display: inline;
	padding: 0 3px;
	border-right: 1px solid gray;

}

#navmaintop a
{
	
	color: black;
	text-decoration: none;
		
}

#navmaintop a:hover
{
	color: #d4e1ef;
}

#navmaintop li.active
{
	font-weight: bold;
}

#content
{
	background: url(images/content-bkg.jpg) no-repeat center top;
	padding-left: 100px;
	padding-right: 100px;
	width: 760px;
	text-align: left;
}

#content img.border {
	padding: 4px;
	border: 1px solid #6e757d;
	margin-right: 10px;
			margin-left: 10px;
	margin-bottom: 3px;
	background-color: #b3b3b3;
}

#content img.thinborder {
	border: 1px solid #000;
	margin-right: 4px;
	margin-bottom: 2px;
}

#content img.icon {
	margin-right: 5px;
	margin-bottom: 2px;
}

#flashbar{
	background: url(images/flashbar-bkg.jpg) no-repeat center top;
	height: 151px;
	padding: 12px 25px;
	width: 710px;
}

#flashbar p{
	margin: 0;
	padding: 0;
}



#photobar{
	background: url(images/flashbar-bkg.jpg) no-repeat center top;
	height: 151px;
	padding: 12px 25px;
	width: 710px;
	border-bottom: 1px solid silver;
}

#photobar p{
	margin: 0;
	padding: 0;
}


#flashmovie{
	float: left;
}

#photos{
	float: left;
}

#tagline {
	margin-left: 530px;
}

#tagline p{
	line-height: 25px;
	color: black;
}



#mainstructure{
	min-height: 200px;
	width: 760px;
}

#mainstructure a{
	font-weight: bold;
	text-decoration: none;
	color: #1c63a4;
}


#mainstructure a:hover{
	color: white;
	background-color: black;
}

#mainstructure p{
	line-height: 18px;
	font-size: 12px;
	color: #353d47;
	margin: 0;
	padding: 0 0 10px;
}

#mainstructure h1{
	line-height: 18px;
	font-size: 20px;
	color: #6e757d;
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
	font-style: normal;
}

#mainstructure ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainstructure li{
	clear: left;
}


#columnone{
	float: left;
	width: 500px;
	margin-right: 20px;

	padding: 20px;
	background-color: white;
}
#columntwo{
	width: 180px;
	float: left;
	padding-top: 20px;
}

#columntwo img.border {
	padding: 4px;
	border: 1px solid #6e757d;
	margin-right: 0px;

	margin-bottom: 3px;
	background-color: #b3b3b3;
}

#columntwo h1{
}

#footer{
	line-height: 16px;
	font-size: 11px;
	clear: left;
	margin-bottom: 50px;
}


