
body	{
	text-align: center;
	background: url(images/containerbg.jpg) repeat-y center;
	margin-top: 0px;
	margin-bottom: 10px;
	}

img{border: 0px;}

table 	{
	border: solid 1px #000000;
	font-size: smaller;
	}
	#container{
		position: relative;
		width: 803px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
		text-align: left;
		}
	#head	{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 803px;
		height: 305px;
		background: url(images/containertop.jpg) no-repeat center;
		}
		#headcon	{
			position: absolute;
			top: 155px;
			right: 47px;
			padding-left: 300px;
			font-weight: bold;
			text-align: right;
			}

	#nav	{
		position: absolute;
		top: 300px;
		left: 0px;
		margin-top: -10px;
		margin-left: 30px;
		margin-right: 0px;
		width: 214px;
		}
		#navtop	{
			position: absolute;
			top: 0px;
			left: 0px;
			background: url(images/navtop.jpg);
			height: 20px;
			width: 214px;
			}
		#navcon	{
			background: url(images/navbg.jpg) repeat-y;
                        padding-top: 20px;
                        padding-bottom: 20px;
			padding-left: 10px;
			font-weight: bold;
			}
		#navbot	{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url(images/navbot.jpg);
			height: 20px;
			width: 214px;
			}

	#main	{
		position: absolute;
		top: 300px;
		left: 245px;
		margin-top: -70px;
		margin-left: 0px;
		margin-right: 30px;
		width: 520px;
		}
		#maintop	{
			position: absolute;
			top: 0px;
			left: 0px;
			background: url(images/maintop.jpg);
			height: 21px;
			width: 520px;
			}
		#maincon	{
			padding-top: 20px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 20px;
			background: url(images/mainbg.jpg) repeat-y;
			font-size: smaller;
			}
		#mainbot	{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url(images/mainbot.jpg);
			height: 20px;
			width: 520px;
			}
#maincon .title	{
	font-size: larger;
	font-weight: bold;
	}
#maincon #title {
        font-size: larger;
        font-weight: bold;
        }
	.buttons{
		text-align: center;
		}
a:link,a:visited{ color: #ffffff; text-decoration: none;}
a:hover{color: #000000; text-decoration: underline;}

#maincon a:link,a:visited{ color: #000000; text-decoration: underline;}
#maincon a:hover{color: #ffffff; text-decoration: none;}
