BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:   url(bg.gif);
	background-repeat: repeat-x;
}

#logo {
	position:absolute;
	left:0px;
	top:78px;
	width:173px;
	height:92px;
	z-index:1;
	background-image:  url(logo.gif);
	background-repeat: no-repeat;
}

#header {
	position:absolute;
	left:175px;
	top:170px;
	width:286px;
	height:100px;
	z-index:3;
	background-image:  url(headerImg/header2.jpg);
	background-repeat: no-repeat;
}

#menu {
	position:absolute;
	left:470px;
	top:170px;
	width:110px;
}
#menu table {
	width            : 100%;
	font-weight: normal;
}
#menu table th {
	font-weight: bold;
	display: block;
	vertical-align: middle;
	color: #333333;
	text-align: left;
	height: 18px;
}
#menu table td {
	display: block;
	vertical-align: top;
	text-align: left;
}

#menu div.login {
	position: absolute;
	top: 78px;
	left: 50px;
	font-size: 80%;
	color: #FFF;
}

#content {
	position:absolute;
	left:175px;
	top:320px;
	width:360px;
	float: left;
  	padding: 0;
  	}

#album {
	position:absolute;
	left:175px;
	top:320px;
	width: 470px;
	float: left;
  	padding: 0;
  	}

#album table.register {
	margin: 0;
	padding: 5px;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

#album table.register th {
	font-weight: normal;
}

#album table.register td.label {
	font-weight: bold;
	width: 70px;
}

#album ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#album li {
	display: inline;
}
#album li img {
  	margin: 0 4px 4px 0;
  	padding: 4px;
  	border: 1px solid #E1E1E1;
  	border-bottom-color: #D2D2D2;
  	border-right-color: #D2D2D2;
  	background: #FFF;
}
#album li img:hover {
  	background: #F5F5F5;
}
#album h1 {
	font-size: 130%;
	color: #CE7900;
}
#album h2 {
	font-size: 90%;
	font-weight: normal;
}

#news {
	position:relative;
	margin-top: -20px;
	width: 360px;
	float: left;
  	padding: 0;
  	}
#news h1 {
	font-size: 130%;
	color: #CE7900;
	margin-top: 20px;
}
#news table {
	width: 100%;
	margin-top: 20px;
}

#news table td {
	margin: 0;
  	font-size: 90%;
  	line-height: 1.5em;
  	color: #666;
	vertical-align: top;
	text-align: left;
}

#news table td.newshead {
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #6F6F6F;
	height: 18px;
}
#news table td img {
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #E1E1E1;
  	border-bottom-color: #D2D2D2;
  	border-right-color: #D2D2D2;
  	background: #fff;
}
#news table td a img:hover {
  	background: #F5F5F5;
}
#news table td.alt img {
  	margin: 0 0 0 8px;
}

#warn {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	color: #AC3939;
  	border: 1px solid #AC3939;
  	border-bottom-color: #A13636;
  	border-right-color: #A13636;
}
/* register form */
#news form {
	margin-top: 20px;
	width: 360px;
	padding: 0;
}
#news form br {
	clear: left;
}

#news fieldset {
	border: 1px solid #D2D2D2;
  	border-right-color: #999999;
  	background: #fff;
	margin: 0;
	padding: 4px;
	font-size: 90%;
}
#news fieldset.foot {
	border-bottom-color: #999999;
	margin-top: 3px;

}
#news fieldset input {
	margin-top: 3px;
	width: 248px;
	border-width: 1px;
	border-color: #666;
	color: #666;
}
#news input.submit {
	float: right;
	margin-top: 3px;
}
#news legend {
	font-weight: bold;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #CE7900;
	padding-left: 4px;
	padding-right: 4px;
}
#news label {
	margin-top: 3px;
	float: left;
	text-align: left;
	padding-left: 4px;
	width: 90px;
}

/* end register form */

/* Profile form */
#profile {
	float: left;
	width: 38%;
	margin-top: 25px;
	font-size: 90%;
}
#changeProfile {
	float: right;
	width: 60%
}
#changeProfile form {
	margin-top: 20px;
	float: right;
	width: 100%;
}
#changeProfile form br {
	clear: left;
}
#changeProfile fieldset {
	border: 1px solid #D2D2D2;
  	border-right-color: #999999;
  	border-bottom-color: #999999;
  	background: #fff;
	margin: 0;
	padding: 4px;
	font-size: 90%;
}
#changeProfile fieldset input {
	margin-top: 3px;
	width: 62%;
	border-width: 1px;
	border-color: #666;
	color: #666;
}
#changeProfile input.button {
	float: right;
	margin-top: 3px;
}
#changeProfile legend {
	font-weight: bold;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #6F6F6F;
	padding-left: 4px;
	padding-right: 4px;
}
#changeProfile label {
	margin-top: 3px;
	float: left;
	text-align: left;
	padding-left: 4px;
	width: 90px;
}
/* end Profile form */

#footer {
	position: relative;
	float: left;
	margin: 10px 0 40px 0;
	width: 100%;
	padding: 0;
	font-size: 90%;
	color: #999;
	text-align: right;
}

#rightColumn {
	position: absolute;
	left: 585px;
	top: 320px;
	width: 150px;
	text-align: center;
}

/* login form */
#rightColumn form {
	margin-top:0;
	width: 150px;
	padding: 0;
}

#rightColumn form br {
	clear: left;
}

#rightColumn fieldset {
	text-align: center;
	border: 1px solid #D2D2D2;
  	border-right-color: #999999;
  	background: #fff;
	margin: 0;
	padding: 4px;
	font-size: 90%;
}

#rightColumn fieldset.button {
	border-bottom-color: #999999;
	padding: 2px;
	margin: 2px 0;
}

#rightColumn input.field {
	margin-top: 3px;
	width: 130px;
	border-width: 1px;
	border-color: #666;
	color: #666;
}

#rightColumn input.checkbox {
	margin-top: 4px;
	width: 15px;
	float: right;
}

#rightColumn input.submit {
	width: 130px;
}

#rightColumn legend {
	font-weight: bold;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #6F6F6F;
	padding-left: 4px;
	padding-right: 4px;
}

#rightColumn label {
	margin-top: 3px;
	float: right;
	text-align: right;
	padding-left: 4px;
}

#rightColumn label.alt {
	float: left;
}

#rightColumn a:link {
	font-weight: bold;
	text-decoration: none;
}

#rightColumn a:visited {
	font-weight: bold;
	text-decoration: none;
}

#rightColumn a:hover {
	font-weight: bold;
	text-decoration: none;
}
/* end login form */


a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	color: #CE7900;
	text-decoration: none;
}

.strong {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.firefox {
	margin-top: 30px;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}
.warn {
	color: #AC3939;
}

div.imgcontainer {
	visibility: hidden;
}

div.pagenavi {
	position: relative;
	margin-bottom: 10px;
	padding-right: 8px;
	text-align: right;
}
div.pagenavi a:link {
	font-weight: bold;
	text-decoration: none;
}
div.pagenavi a:visited {
	font-weight: bold;
	text-decoration: none;
}
div.pagenavi a:hover {
	font-weight: bold;
	text-decoration: none;
}

embed {
	margin-top: 20px;
}

#candan {
	border: 2px solid #CE7900;
	padding: 5px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

br {
	clear: both;
}