body {		
	margin: 1px 0px 0px 0px;
	background-color: #EFEFEF;
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

a {
	color: #666666;
	text-decoration: none;
}

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #565656;
	font-size: 180%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	padding: 2px 50px 2px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}

p {
	padding: 0px 0px 2px 0px;
	text-align: justify;
	margin-top: 10px;
}

/***********************************
	MAIN
***********************************/

div.main {
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/***********************************
	CONTENT
***********************************/

div.content {
	margin-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	width: 575px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
}


div.content img {
	float: right;
	padding: 0px 0px 0px 10px;
}

/***********************************
	MIDDLE - CONTENT
***********************************/

div.middlecontent {
	margin-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	width: 575px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
}


div.middlecontent img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/***********************************
	LOGO
***********************************/

div.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	width: 759px;
	text-align: center;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}

div.logo a {
	color: #FFFFFF;
	text-decoration: none;
}

div.logo h1 {
	color: #787878;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 400%;
	text-decoration: bold;
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

div.logo img {
			float: centre;
			border: 0px;			
		}

div.logo p {
	text-align: center;
}

/***********************************
	GALLERY
***********************************/
div.fgalcontent {
	margin-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	width: 575px;
	text-align: center;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
}

div.fgal {
			float: left;
			width: 170px;
			height: 180px;
			margin: 5px 5px 5px 5px;
			background-color: #FAFAFA;
			text-align: center;
			border: 1px dashed #CCCCCC;
		}
		

div.fgal p {			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			font-size: 100%;
		}


div.fgalcontent img {
			border: 0px;			
			}

div.imgcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

div.imgcontent img {
padding: 25px 25px 25px 25px;
border: 1px dashed #CCCCCC;
background-color: #FAFAFA;

}

div.imgcontent p {
	padding: 0px 0px 2px 0px;
	text-align: center;
	margin-top: 10px;
}


/***********************************
	NAVIGATION
***********************************/



div.navigation {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #565656;
	background-color: #FAFAFA;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 11px 5px 5px 5px;
	width: 150px;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 1px 1px 0px;
	text-align: left;
}

div.small-navigation a {
	color: #999999;
	text-decoration: none;
}

div.small-navigation a:hover {
	color: #FF9900;
}

div.navigation a{
	color: #666666;
	border-width: 0px 0px 0px 5px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
	text-align: left;
	font-weight: normal;
}

div.navigation a:hover {
	border-color: #000000;
	background-color: #EFEFEF;
}


/***********************************
	HEADER AND FOOTER
***********************************/

div.header {
	padding: 0px 0px 0px 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

div.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: left;
	background-color: #FFFFFF;
}

/*******************************

#top-nav {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #999999;
	text-align: right;
	vertical-align: bottom;
	height: 18px;
	line-height: 18px;
	padding-right: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #FFFFFF;
}

****************************************************/