body, table, tr, td, li, ul, ol, p, h1, h2, h3, form, fieldset, a, img
{
/* 	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font: 13px Palatino, serif;
	color: white;
}

body
{
	background-color: black;
	margin: 0;
	padding: 0;
}

form
{
	margin: 0px;
}

ul
{
	margin: 10px;
	padding: 0px;
	padding-left: 10px;
	list-style-position: outside;
}

a img
{
	border: none;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #62b4c4;
}

a:hover
{
	text-decoration: underline;
	color: #c6a371;
}

a:visited
{
	color: #c6a371;
}

h1,h2,h3
{
	margin-top: 0px;
	font-weight: bold;
}

h1
{
	font-size: 17px;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 14px;
}


#page
{
	width: 1000px;
	background-image: url('/images/artistic.background.png');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px auto;
}

#page2
{
	background-image: url('/images/corner.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}


#header
{
	height: 150px;
	overflow: hidden;
}

#logo
{
	float: left;
	margin-top: 14px;
	margin-left: 10px;
	background-image: url('/images/logo.png');
	width: 340px;
	height: 136px;
}

* html #logo
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale'); /* IE PNG hack */
}

#topillustration
{
	float: right;
	margin: 20px 30px;
	background-image: url('/images/top.ill.png');
	width: 572px;
	height: 124px;
}

* html #topillustration
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/top.ill.png', sizingMethod='scale'); /* IE PNG hack */
}

#hline
{
	width: 100%;
	height: 41px;
	background-image: url('/images/hline.png');
}

* html #hline
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hline.png', sizingMethod='scale'); /* IE PNG hack */
}

#navigation
{
	float: left;
	width: 100px;
	padding-left: 30px;
}

#navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 13px;
}

#navigation li
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 23px;
}

#navigation a
{
	text-align: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#navigation .current a
{
	color: white;
	text-decoration: underline;
}

#navigation a:hover
{
	color: white;
	text-decoration: underline;
}

#illustration
{
	background-image: url('/images/ill.shadow.png');
	width: 171px;
	height: 173px;
	margin-left: 170px;
}

* html #illustration
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ill.shadow.png', sizingMethod='scale'); /* IE PNG hack */
}

#illustration img
{
	margin-top: 15px;
	margin-left: 15px;
}

#pagetext
{
	float: right;
	width: 584px;
	margin-right: 20px;
	margin-top: 13px;
}

#mainpage
{
	float: right;
	width: 833px;
	margin-right: 20px;
	margin-top: 20px;
}

#mainpagetop
{
	width: 100%;
	background-image: url('/images/page.top.png');
	height: 23px;
}

* html #mainpagetop
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/page.top.png', sizingMethod='scale'); /* IE PNG hack */
}

#mainpagecontent
{
	background-color: #132326;
	padding: 10px 20px;
}

#leftshadow
{
	background-image: url('/images/leftshadow.png');
	width: 18px;
}

* html #leftshadow
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/leftshadow.png', sizingMethod='scale'); /* IE PNG hack */
}

#rightshadow
{
	background-image: url('/images/rightshadow.png');
	width: 18px;
}

* html #rightshadow
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rightshadow.png', sizingMethod='scale'); /* IE PNG hack */
}

#mainpagebottom
{
	width: 100%;
	background-image: url('/images/page.bottom.png');
	height: 23px;
}

* html #mainpagebottom
{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/page.bottom.png', sizingMethod='scale'); /* IE PNG hack */
}

#copyright
{
	clear: both;
	font-size: 10px;
	text-align: right;
	margin: 10px;
}


.form_field,
.form_error,
.form_field_error
{
	clear: both;
	height: 20px;
	padding-top: 10px;
	width: 410px;
	margin: 0px auto;
}

.form_error,
.form_field_error,
.required
{
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

.form_field .label
{
	width: 200px;
	height: 20px;
	float:left;
}

.form_field input
{
	float:left;
	height: 20px;
	width: 200px;
}

.form_field textarea
{
	float: left;
	height: 100px;
	width: 200px;
}

#submit_button
{
	width: 100px;
	margin: 0px auto;
}

#submit_button input
{
	width: 100px;
}

#recaptcha
{
	clear: both;
	height: 130px;
	margin-top: 10px;
}

#recaptcha_widget_div
{
	margin: 0px auto;
}

.table_error_item
{
	color: red;
}

.guestbook
{
	margin: 10px 0px;
	border-bottom: 1px dotted white;
	padding-bottom: 10px;
}

.guestbook_date,
.guestbook_name
{
	font-style: italic;
}

.guestbook_name
{
	margin-bottom: 10px;
}
