* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 12px/1.6em Arial, Verdana;
	color:#ffffff;
	background-color: #2E589E;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
}

a {
	color: #FFF65E;
}
a:visited {
	color: #eeeeee;
}
a:hover {
	color: #ffffff;
}

img {
	border: none;
}

divt {
	border: 1px solid #ffffff;
}

h1, h2, h3 {
	font-family: Arial, Verdana;
}

h1 {
	font-size: 160%;
	padding-bottom: 10px;
}
h2 {
	font-size: 130%;
	padding-bottom: 10px;
	padding-top: 20px;
}
h3 {
	font-size: 110%;
	padding-bottom: 10px;
	padding-top: 20px;
}

#backwrapper {
	width: 100%;
	padding-bottom: 700px;
	background: url(/images/butter_bg2.jpg) repeat-x bottom #10287D;
}

#pagewrapper {
	width: 800px;
	margin: 0px auto;
}

#menu {
	/*position: fixed;*/
	width: 150px;
	float: left;
	padding-top: 30px;
	padding-bottom: 13px;
	background: url('/images/menu-bottom.gif') no-repeat bottom;
}
#menu ul li {
	list-style: none;
	display: block;
}
#menu ul li a {
	display: block;
	width: 138px;
	height: 18px;
	color: #D5E1E9;
	font: bold 100% Arial;
	padding: 4px 4px 4px 8px;
	margin: 2px 0px;
	text-decoration: none;
	background-color: #000066;
}
#menu ul li.current a {
	width: 136px;
	border-left: 2px solid #ffffff;
}
#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}


#menu #logosmallwrapper {
	padding-top: 13px;
	background: url('/images/menu-top.gif') no-repeat top;
}
#menu #logosmall {
	padding-bottom: 14px;
	text-align: center;
	background-color: #000066;
}


#main {
	width: 610px;
}

#main {
	float: right;
	padding-top: 130px;
	padding-left: 40px
}

#main p {
	padding-bottom: 10px;
}

#main .imgbgb {
	float: right;
	background: url('/images/imgbg/bottom.gif') no-repeat bottom left;
	margin-bottom: 15px;
}
#main .imgbgr {
	background: url('/images/imgbg/right.gif') no-repeat top right;
}
#main .imgbgbr {
	padding: 10px 10px 5px 10px;
	background: url('/images/imgbg/bottom-right.gif') no-repeat bottom right;
}
#main div.photogallery .imgbgb {
	float: left;
}
#main div.photogallery p {
	float: left;
}
#main div.photogallery {
	padding-top: 20px;
	text-align:center;
}

#logobigwrapper {
	height: 358px;
}	
#logobig {
	padding-top: 80px;
	text-align:center;
}

.clear {
	margin-bottom:-1px;
	height:1px;
	font-size:1px;
	clear:both;
}
