/* body,html */
body, html {
	margin: 0;
	text-align: center;
}
body img {
	border: 0px none #fff;		
}
/* wrapper */
#wrapper {
	width: 760px;
	margin: 0 auto 5px auto;
	border: solid 1px #013952;
}

/* top */
div #top {
	background-image: url("/gfx/images/top.jpg");
	height: 160px;
	text-align: left;
}
div #top {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 15px;
}

/* menu */
div #menu {
	padding: 2px;
	height: 25px;
	border-bottom: solid 2px #7dc5eb;
}
div #menu ul {
	margin: 0;
	list-style: none;
}
div #menu li {
	width: 133px;
	height: 25px;
	float: left;
	text-align: center;
}
div #menu li a {
	color: #013952;
	text-decoration: none;
}
div #menu li:hover {
	background-color: #013952;
	color: #ffffff;
}
div #menu li:hover a{
	color: #ffffff;
}

/* content */
div #content {
	text-align: justify;
	padding: 5px;
	height: 360px;
	overflow: scroll;
	color: #013952;
}
div #content a {
	text-decoration: underline;	
	color: #7dc5eb;	
}
div #content .notDottedList{
	margin: 5px 0 0 10px;
	list-style: none;
}
div #content .icon {
	margin-bottom: -5px; 	
}

/* fotter */
div #fotter {
	margin-top: 5px;	
}

/* gallery */
.gallery-thumb { width: 180px; height: 180px; }
.gallery-album { height: 210px; }

