body{
	background:white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin:0px;
	color:white;
}

#most-outer{
	width:768px;
	margin-left:auto;
	margin-right:auto;
}

#top-banner{
	background:url('/images/top-banner.jpg') no-repeat;
	height:122px;

}

#navigation{
	background:url('/images/navigation-bg.gif') no-repeat;
	height:56px;
	text-align:center;
	line-height:39px;
	color:black;
}
#navigation a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover{
	color:#FF6633;
	text-decoration:none;
	font-weight:bold;
}

#title{
	background:url('/images/title-bg.png') no-repeat;
	height:68px;
	
}

#body-main{
	background:yellow url('/images/body-bg.png') repeat-y;
}

#body-bottom{
	background:url('/images/body-bottom.png') no-repeat;
	height:27px;
}

#footer{
	text-align:center;
	color:white;
}
#footer a{
	color:#FF6633;
}
#footer a:hover{
	color:#FFFF00;
}

.win-title-r{
	background:url('/images/win-title-bg.png') no-repeat;
	height:30px;
	line-height:30px;
	margin-left:10px;
	padding-left:20px;
	color:white;
}
.win-top-r{
	background:url('/images/win-top-r.png') no-repeat;
	line-height:5px;
	height:5px;
}
.win-body-r{
	background:url('/images/win-body-r.png') repeat-y;
}
.win-bottom-r{
	background:url('/images/win-bottom-r.png') no-repeat;
	height:5px;
}
.win-top-o{
	background:url('/images/win-top-o.png') no-repeat;
	height:5px;
	line-height:5px;
}
.win-body-o{
	background:url('/images/win-body-o.png') repeat-y;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	
}
.win-bottom-o{
	background:url('/images/win-bottom-o.png') no-repeat;
	height:3px;
}
.win-hr-o{
	background:url('/images/win-hr-o.png') no-repeat;
	height:2px;
	padding-top:1px;
	padding-bottom:1px;
}
.win-hr-r{
	background:url('/images/win-hr-r.png') no-repeat;
	height:2px;
	padding-top:1px;
	padding-bottom:1px;
}
.form-table hr{
	background:
}

.form-table input,textarea{
	border-style:solid;
	border-width:1px;
	background:white;
	border-color:yellow;
}
.gallery-thumbs{
	width:100px;
	border:1px solid white;
	cursor:pointer;
}
