body {
	margin: 0;
	padding: 0;
	background-color: #CCD9DF;
	text-align: center;
	color: #333;
	font: 13px/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:visited {
	color: #005B7C;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

img.RAI {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #d9d9d9;
	float: right;
	padding: 5px;
}

/* @group header */

#header {
	width: 768px;
	height: 236px;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-image: url(../img/header.jpg);
	text-align: left;
}

#header h1 {
	color: black;
	font: normal small-caps 40px/70px Times, "Times New Roman", Georgia, serif;
	text-indent: 135px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header h2 {
	color: white;
	font: normal normal 35px "Times New Roman", Times, Georgia, serif;
	text-align: left;
	margin: 0 0 0 475px;
	padding: 0;
	letter-spacing: 1px;
}

#header a:link, #header a:visited {
	color: #002f40;
	font: 14px "Times New Roman", Times, Georgia, serif;
	text-decoration: underline;
	float: right;
	margin-top: 8px;
	margin-right: 15px;
	letter-spacing: 1px;
}

#header a:hover, #header a:active {
	text-decoration: none;
}



/* @end */

/* @group navBar */

#navBar a:link, #navBar a:visited {
	font: small-caps 13px/40px "Times New Roman", Times, Georgia, serif;
	color: white;
	text-decoration: none;
	margin-right: 14px;
	margin-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: hidden;
	border-top-width: 1px;
}

#navBar {
	width: 768px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-image: url(../img/navBar_bg.jpg);
	border-bottom: 10px solid #FFE177;
	text-align: center;
}

#navBar a:hover, #navBar a:active {
	border-top: 1px solid red;
}



/* @end */

#content {
	margin: 0 auto;
	padding: 5px 0 10px 0;
	width: 768px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
	background-color: #fcfcfc;
}

#content p, #content h1, #content h2, #content h3 {
	margin-left: 10px;
	margin-right: 10px;
}

#content h1 {
	font-size: 25px;
	margin-top: 10px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 15px;
}

#footer {
	width: 768px;
	margin: 0 auto 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	height: 30px;
	color: #333;
	font: 10px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background-color: #ffeba6;
}

/* @group pictBox */

#pictBoxR {
	float: right;
	width: 140px;
	margin: 0 10px 10px 10px;
	text-align: center;
	padding-top: 0;
/*	overflow: auto;
	height: 1000px; */
}

#pictBoxR img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
	padding: 5px;
}



/* @end */

#galleryBox {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

#galleryBox a:link img, #galleryBox a:visited img {
	border: 2px solid white;
	margin: 10px;
}

#galleryBox a:hover img, #galleryBox a:active img {
	border: 2px solid orange;
}
