body {
	background-color:#FFFFFF;
	font-weight:normal;
	margin-top: 0px;
	height: 100%;
	background: url(images/bg2.gif) top left no-repeat;
}

/* ##############Div styles ############## */

div.wrapper {
	width: 894px;
	text-align: left;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

div.intro {
	position: relative;
	width: 760px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 0px;
}

div.login {
	position: absolute;
	left: 16px;
	top: 400px;
	width: 280px;
	height: 475px;
	background: url(images/bg_section.gif) bottom left repeat-x;
}

div.about {
	position: absolute;
	left: 306px;
	top: 400px;
	width: 280px;
	height: 475px;
	background: url(images/bg_section.gif) bottom left repeat-x;
}

div.join {
	position: absolute;
	left: 596px;
	top: 400px;
	width: 280px;
	height: 475px;
	background: url(images/bg_section.gif) bottom left repeat-x;
}

div.joinform {
	position: absolute;
	width: 854px;
    left: 20px;
	top: 350px;
	background: url(images/bg_form.gif) bottom left repeat-x;
}

div.photogallery {
	position: absolute;
	width: 854px;
    left: 20px;
	top: 350px;
	background: url(images/bg_form.gif) bottom left repeat-x;
}

div.photogallery #categories {
	float: left;
	width: 180px;
  padding-left: 20px;
	padding-right: 20px;
}

div.photogallery #galleries {
	float: left;
	width: 620px;
}

div.photogallery div.thumbnails {
	width: 620px;
}

div.photogallery img.thumbnail {
	float: left;
	width: 130px;
	height: 98px;
	padding: 0 20px 20px 0;
	border: none;
}

div.photogallery #galleries h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #65b55a;
	line-height: 15px;
	font-weight:bold;
}

div.photogallery p.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0086CA;
	line-height: 15px;
	font-weight:normal;
	margin: 0 20px 10px 20px;
}

img.download {
	float: right;
	padding: 0 20px 20px 0;
	border: none;
}


/* ##############Link styles ############## */

a:link {
	color:	#58AA48;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color:	#58AA48;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color:	#58AA48;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color:	#58AA48;
	font-weight: normal;
	text-decoration: none;
}

/* ##############Text styles ############## */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0086CA;
	line-height: 15px;
	font-weight:normal;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0086CA;
	font-weight:normal;
}

li {
	margin-bottom: 3px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0086CA;
	line-height: 15px;
	font-weight:normal;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0086CA;
	line-height: 15px;
	font-weight:heavy;
	align:center;
}