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

body	{
		background-image: url(../images/tile_x.jpg);
		background-repeat: repeat-x;
		background-color: #788ca8;
		font-family: Arial, sans-serif;
		font-size: 12px;
		}
#container	{
		margin: auto;
		width: 1066px;
		}
#container2	{
		background: url(../images/tile_y2.png) repeat-y;
		width: 1024px;
		padding: 0px 21px;
		}
#sh-top	{
		background: url(../images/shadow_top.png) no-repeat;
		height: 17px;
		width: 1066px;
		}
#sh-bot	{
		background: url(../images/shadow_bottom.png) no-repeat;
		height: 32px;
		width: 1066px;
		}

#header	{
		background: url(../images/header.jpg) no-repeat;
		height: 225px;
		width: 1024px;
		}
#nav-contain	{
		position: relative;
		float: right;
		width: 491px;
		top: 29px;
		font-size: 12px;
		}
#content-contain	{
		background: url(../images/content_bg.jpg) no-repeat;
		width: 1024px;
		min-height: 500px;
		padding: 1px 0px;
		}
#left	{
		position: relative;
		float: left;
		margin-left: 12px;
		width: 790px;
		}
#right	{
		position: relative;
		float: left;
		padding-top: 10px;
		margin-left: 10px;
		width: 200px;
		text-align: right;
		}
#footer	{
		}
		
/* Classes */
#footer	{
		font-size: 10px;
		}
h1	{
		font-size: 16px;
		font-variant: small-caps;
		}
h2	{
		font-size: 14px;
		margin-bottom: -10px;
		}
hr	{
		width: 95%;
		color: #778ca8;
		}
.home	{
		display: block;
		width: 320px;
		height: 200px;
		position: relative;
		float: left;
		left: 25px;
		top: 20px;
		}
.center	{
		margin: auto;
		}
.text-center	{
		text-align: center;
		}
.v-top	{
		vertical-align: text-top;
		}
.gallery img	{
		border: none;
		}
.no-top	{
		margin-top: -20px;
		}
.smalltext	{
		font-size: 10px;
		}
.table-border td	{
		border-bottom: 1px dotted black;
		font-size: 12px;
		}
.table-border table	{
		border-top: 1px dotted black;
		}		
/* Links */

a	{
		color: #778ca8;
		}
a:hover	{
		color: #F6C739;
		}
#footer a	{
		color: #F6C739;
		}
#footer a:hover	{
		color: #cbab4c; 
		}

/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}

