#main {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0c0d14;
}
body {
	background-color: #141517;
	background-image: url(images/bgbody.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #abaaaa;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #F00102;
	font-weight: normal;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #F00102;
	font-weight: normal;
	text-decoration:none;
}

#header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	height: 166px;
	width: 984px;
}
#logo {
	float: left;
	width: 230px;
}
#toplinks {
	float: right;
	margin-right: 150px;
	margin-top: 10px;
}
#toplinks a {
	color: #abaaaa;
	text-decoration: none;
}
#toplinks a:hover {
	text-decoration: underline;
}



.toplink-left {
	float: left;
	margin-top: 20px;
}
.toplink-left ul {
	margin: 0px;
	padding: 0px;
}
.toplink-left li {
	list-style-type: none;
	margin-bottom: 10px;
}

.separator {
	float: left;
	margin-left: 30px;
}
.toplink-right {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.toplink-right ul {
	margin: 0px;
	padding: 0px;
}
.toplink-right li {
	list-style-type: none;
	margin-bottom: 3px;
}
.photocategory-left {
	float: left;
}
.photocategory-right {
	float: left;
	margin-left: 30px;
}
#content {
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#photocategory {
	background-image: url(images/bg_photocategory.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#photocategory a {
	text-decoration: none;
	color: #AABA36;
}

#photocategory ul {
	margin: 0px;
	padding: 0px;
}
#photocategory li {
	list-style-type: none;
	display: inline;
	margin-left: 6px;
	text-align: center;
}
#footer {
	background-image: url(images/bgfooter.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 945px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: tahoma;
	font-size: 11px;
	color: #FFF;
	padding-bottom: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#gallery {
	margin-bottom: 30px;
}

#gallery ul{
	margin: 0px;
	padding: 0px;
}
#gallery li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
}


form {
	margin: 0px;
	padding: 0px;
}
.txtfield {
	border: 1px solid #333;
	width: 300px;
}
