body
{
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial;
	background-image: url(../images/bg.gif);
	font-size: 16px;
	background-attachment: fixed;
}

#divContent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 2px dashed #aaaaaa;
	border-right: 2px dashed #aaaaaa;
	border-bottom: 2px dashed #aaaaaa;
}

#divHeader
{
	border: 0px solid red;
	background-image: url(../images/headerBg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 192px;
	width: 800px;
	position: fixed;
	top: 0px;
}

#divFooter
{
	border: 0px solid green;
	background-color: #ffffff;
}

#divFooter img
{
	border: 0px;
}

#divAwards
{
	float: left;
	padding-left: 10px;
	width: 200px;
}

#divFounded
{
	border: 0px solid green;
	margin-left: auto;
	margin-right: 0;
	width: 370px;
}

#divFounded img
{
	height: 50px;
	margin-left: 10px;
}

#divFounded span
{
	color: #555555;
	font-size: 10px;
}

#divMargin
{
	border: 0px solid blue;
	padding-top: 280px;
	padding-left: 15px;
	text-align: justify;
	width: 235px;
	float: left;
	height: 150px;
	margin-left: -250px; /* compensation from divbody padding-left 250*/
	position: fixed;
}

#divBody
{
	background-image: url(../images/bodyBg.jpg);
	background-position: 0px 202px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border: 0px solid blue;
	padding-left: 250px;
	padding-right: 30px;
	padding-top: 192px; /* 192 from head and + 10 */
	padding-bottom: 30px;
	text-align: justify;
	background-color: #ffffff;
}

#divMenu
{
	border: 0px solid blue;
	margin-left: auto;
	margin-right: 10px;
	width: 710px;
}

#imgLogo
{
	margin-left: 50px;
	margin-top: 15px;
	border: 0px;
}

.divMenuItem
{
	border: 0px solid blue;
	width: 121px;
	height: 51px;
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	font-weight: bold;
	float: left;
	margin-left: 20px;
}

.divMenuItem img
{
	border: 0px;
}

#divSubMenu
{
	border: dashed 2px #eeeeee;
	text-align: right;
	padding: 5px;
}

#divSubMenu a
{
	font-size: 18px;
	margin-left: 14px;
}

h1
{
	font-size: 30px;
	color: #008080;
	text-align: center;
}

h2
{
	font-size: 20px;
	color: #000080;
	text-align: center;
}

h3
{
	font-size: 20px;
	color: #008080;
	text-align: left;
}

p
{
	text-align: justify;
}

a
{
	color: #008080;	
}

.smaller
{
	font-size: 10px;
	padding-top: 20px;
}

.divBactToTop
{
	text-align: right;
	border-top: dashed 2px #eeeeee;
	margin-top: -10px;
}

.divBactToTop a
{
	font-size: 12px;
	text-decoration: none;
}

.divSubMenuLinks
{
	text-align: left;
	border-top: dashed 2px #eeeeee;
	margin-top: 0px;
	padding-top: 0px;
}

.divSubMenuLinks a
{
	font-size: 16px;
	margin-right: 20px;
	text-decoration: none;
}

.divImage 
{
	float: left;
	margin: 15px;
	border: solid 2px #eeeeee;
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

.divImageRight 
{
	float: right;
	margin: 15px;
	border: solid 2px #eeeeee;
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

hr
{
	border: 0;
	border-bottom: dashed 2px #dddddd;
}

#gallery
{
	background-image: url(../images/camera.gif);
	background-position: 365px 0;
	background-repeat: no-repeat;
	border: solid 0px blue;
}

/* galleries */

#gallery h3
{
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.galleryEven
{
	border: solid 0px blue;
}

.galleryOdd
{
	border: solid 0px red;	
}

.galleryDescription
{
	background-image: url(../images/bg.gif);
	border: dashed 2px #dddddd;
	vertical-align:top;
	padding: 5px;
	width: 250px;
	margin: 8px;
	background-color: #eeeeee;
}

.galleryDescription a
{
	font-size: 12px;
}

.galleryImage 
{
	background-image: url(../images/frame.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 18px;
	width: 200px;
	height: 136px;
	overflow: hidden;
}

.galleryImageInner
{
	border: solid 2px #008080;
	width: 192px;
	height: 127px;
	overflow: hidden;
}

.galleryImglink
{
	border: 0;
	width: 200px;
	margin-bottom: 10px;
}

/* end galleries */

/* photos */
.galleryPhotos .galleryDescription
{
	width: 297px;
}

.galleryPhotos .galleryImage
{
	background-image: url(../images/frame_m.gif);
	padding: 12px;
	padding-bottom: 35px;
	width: 145px;
	height: 97px;
	float: left;
}

.galleryImage a
{
	/* photo label - link */
	font-size: 12px;
}

.galleryPhotos .galleryImageInner
{
	border: solid 1px #008080;
	width: 129px;
	height: 85px;
	margin-bottom: 10px;
}

.galleryPhotos .galleryImglink
{
	width: 130px;
}

/* end photos */

.galleryOdd .galleryDescription, .galleryEven .galleryImage 
{
	float: right;
}

.galleryEven .galleryDescription, .galleryOdd .galleryImage 
{
	float: left;
}
