@charset "UTF-8";
/* CSS Document */

body 
{
	background-image: url(images/bg_green.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	margin-top: 1em;
	text-align: center;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	text-align: center;
}

p
{
	text-align: center;
}

img
{
	border: none;
}

#wrapper 
{
	margin: auto;
	width: 725px;
}

#header
{
	height: 262px;
}

/*-----------------------------------------------------------------------------*/

#content
{
	position: relative;
	min-height: 460px;
	display: block;
	background: url(images/bg_content.gif) repeat-y;
}

td.left 
{
	background: #bbbb9a scroll no-repeat;
	padding: 300px 0 0 20px;
	width: 180px;
	height: 400px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.left img
{
	margin: 8px 8px 0 0;
	border: 1px #FFF solid;
}

td.right
{
	padding: 15px 30px 30px 20px;
	background: url(images/bg_right.gif) scroll repeat;
	vertical-align: top;
}

img.thumbs
{
	border: 1px #000 solid;
}

#photo
{
	border-top: 1px solid #bbbb9a;
	padding: 15px 0;
	color: #666;
}

#photo img
{
	margin: 5px 5px 0 0;
	border: 1px solid #f7f5e4;
}

#photo img:hover
{
	border: 1px #000 solid;
}

.field {
	color: #0066CC;
	text-align: right;

}

.inputField {
	text-align: left;
	vertical-align: middle;
	padding-left: 25px;
	padding-top: 5px;
}

input.info, #content textarea.info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin #999999 solid;
	padding: 3px;
}

input.button {
	background-color: #999999;
	color: #FFFFFF;
	border: thin #666666 solid;
	padding: 5px;
	font-size: 12px;
}

input.button:hover{
	background-color: #0066CC;
	border: thin #000000 solid;
}

/*-----------------------------------------------------------------------------*/

#footer
{
	background: url(images/footer_bg.gif) 0 0 repeat-x #CCCC99;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #666;
	clear: both;
}

#footer .bl {
	background: url(images/footer_bl.gif) 0 100% no-repeat;
	width: auto;
}

#footer .br {
	background: url(images/footer_br.gif) 100% 100% no-repeat;
	padding: 15px;
}

.both {
	clear: both;
}