html,body {
			background-image: URL(bg.jpg);
			background-color: silver;
	}

#testbox {
			background-image: URL(headpart.jpg);
			background-color: #0F0;
			width: auto;
			height: 335px;
	}

#box {
		background-color: transparent;
		width: 800px;
		height: 800px;
		margin-left: 290px;
		}
	
#header {
			background-image: URL(header.jpg);
			background-color: #900;
			width: 800px;
			height: 335px;
			}

#navi {
		background-image: URL(navi.jpg);
		background-color: #CCC;
		width: 799px;
		height: 36px;
		border-left: 1px solid #CCC;
		}

#navi2 {
			background-image: URL(navi2.jpg);
			background-color: #999;
			width: 249px;
			height: 430px;
			padding-top: 17px;
	}
	

#content {
			background-color: white;
			width: 531px;
			min-height: 427px;
			padding: 10px;
			
	}
	
.left {
		float: left;
	}
	
.right {
			float: right;
	}
	


a.buttons {
			display: compact;
			width: auto;
			height: 20px;
			background-color: transparent;
			float: left;
			padding: 2px 2px 0px 2px;
			margin: 5px 15px 5px 80px;
			text-align: center;
			text-decoration: none;
			border: 1px solid transparent;
			color: black;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11pt;
			font-weight: bold;
			font-variant: small-caps;
			letter-spacing: 1px;
	}
	
a.buttons:hover {
					display: block;
					width: auto;
					height: 20px;
					background-color: transparent;
					float: left;
					padding: 2px 2px 0px 2px;
					margin: 5px 15px 5px 80px;
					text-align: center;
					color: #900;
	}
	
a.buttons2 {
				color: white;
				text-decoration: none;
				font-family: Georgia, "Times New Roman", Times, serif;
				
			font-size: 12px;
				font-weight: normal;
				font-variant: normal;
				letter-spacing: 1px;
	}
	

a.buttons3 {
			display: block;
			width: auto;
			height: 20px;
			background-color: transparent;
			padding: 2px 2px 0px 2px;
			margin: 5px 15px 5px 80px;
			text-align: left;
			text-decoration: none;
			border: 1px solid transparent;
			color: black;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10pt;
			font-weight: normal;
			font-variant: small-caps;
			letter-spacing: 1px;
	}

a.buttons3:hover {
			display: block;
			width: auto;
			height: 20px;
			background-color: transparent;
			padding: 2px 2px 0px 2px;
			margin: 5px 15px 5px 80px;
			text-align: left;
			text-decoration: none;
			border: 1px solid transparent;
			color: white;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10pt;
			font-weight: normal;
			font-variant: small-caps;
			letter-spacing: 1px;
	}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23pt;
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	padding-top: 10px;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333;
	letter-spacing: 1px;
	word-spacing: 1px;
	}
	
