body {
	background-color: #A6C2D7;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-align: center;
}

#container {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	background: url('../img/dropshadow-middle-blue2.jpg') center repeat-y;
	text-align: left;
	/*margin-top: 10px;
	border-top: 1px solid #000;*/
}

#container-inner {
	padding: 0 29px;
}

#content {
	padding: 10px;
}

#header {
	position: relative;
	height: 128px;
	background-color: #ebeff2;
	background: url(../img/header-back.png) top repeat-x #ebeff2;
}

#header-text{
	font-size: 20pt;
	line-height: 120px;
	color: #03c;
	vertical-align : middle;
	font-weight: bold;
	font-style: italic;
}
#top-nav {
	margin: 0;
	padding: 0;
	background: url(../img/top-nav4.png) top repeat-x #69c;
	height: 31px;
}

#top-nav li {
	display: inline;
}

#top-nav li a {
	display: block;
	height: 31px;
	line-height: 31px;
	float: left;
	padding: 0 34px;
	background-position: center center;
	background-repeat: no-repeat;
	border-right: 1px solid #A6C2D7;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#top-nav li a:hover{
	background: url(../img/top-nav4.png) top repeat-x #69c;
}
#footer {
	padding: 8px 50px 25px 50px;
	background: url('../img/dropshadow-footer2.jpg') bottom no-repeat;
}

h1 {
	color: #624A12;
	font-size: 14pt;
}
h2 {
	color: #69c;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #000;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	color: #039;
}
#ft {
	float:right; 
	width: 250px; 
	background-color: #fff;
	
	
	border-left: 1px solid #3B444B;
	border-right: 1px solid #3B444B;
	border-bottom: 1px solid #3B444B;
	border-top: 1px solid #3B444B;
	/*
	border-left: 1px solid #A9BDD7;
	border-right: 1px solid #A9BDD7;
	border-bottom: 1px solid #A9BDD7;
	border-top: 1px solid #A9BDD7;
	*/
	margin-left: 10px;
}
#ft-header {
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: url('../img/ft-header2.jpg') top left repeat-x #03c;
	vertical-align: middle;
}
#ft-content {
	padding: 10px;
}

.profile{
	width: 600px; 
	padding: 10px; 
	margin-top: 10px;
	background-color: #fff; 
	border: 1px solid #3B444B;
}

.profile img{
	float:right;
	margin-left: 5px;
	position: relative;
	border: 1px solid #3b444b;
}

.profile h2{
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: 12pt; 
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.profile h3{
	font-family: 'Trebuchet MS'; 
	font-size: 10pt; 
	font-weight: bold;
	color: #69c;	
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.profile label{
	font-size: 8pt;
	color: #666;
}
input {
	font-size: 8pt;
	height: 17px;
	line-height: 17px;
	border: 1px solid #69c;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

label {
	font-size: 8pt;
	color: #369;
}

textarea {
	font-size: 8pt;
	border: 1px solid #69c;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size: 8pt;
	border: 1px solid #69c;
}

.inputimage{
	width: 96px;
	height: 28px;
	border: 0px;
	
}

.gallery{
	width: 250px;
	background-color: #fff; 
	border: 1px solid #3B444B;
	padding:10px;
	margin: 5px;
	float:left;
}