body {
	background: #ccccff;
	margin: 0 0 0 0;
	text-align: center;
	font-family: "Times New Roman", serif;
}

#shadow-box {
	width: 784px;
	margin: 0 auto;
	background: url('bg.png') repeat-y center;
}

#container {
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 760px;
	padding: 0 0 0 0;
	background: #ff9999;
	z-index: -1;
	text-align: left;
}

#header {
	position: relative;
	width: 760px;
	height: 85px;
	z-index: 1;
	/*background: url('header.png');*/
}
	
	h1 {
		text-align: center;
		color: #ffffff;
		display: none;
	}

#left {
	float: left;
	background: #fff497 url('bg-l.gif') repeat-y;
}
	
#image-box {
	position: relative;
	top: -8px;
	/*float: left;*/
	width: 460px;
	height: 320px;
	padding: 0 0 0 0;
	z-index: 0;
}

#content-box {
	position: relative;
	top: -5px;
	float: right;
	width: 280px;
	padding: 0 0 0 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	/*z-index: 0;*/
}
	#content-box p, h2, #content-box a {
		margin: 10 10 10 10;
		font-size: 14px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	p.signature {
		text-align: right;
		padding: 0 0 0 0;
	}

#links {
	/*float: left;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

	.link-box {
		float: left;
		width: 140px;
		/*border-left: 1px dotted;*/
		min-height: 100%;
		margin-left: 7px;
		margin-right: 5px;
	}
	
		/*.link-box:hover {
			background: #ffffff;
		}*/
	
	.link-box p, .link-box h3, .link-box img {
		margin: 0 10 5 10;
		border: 0;
	}
	
#footer {
	clear: both;
	position: relative;
	/*top: -5px;*/
	width: 760px;
	height: 40px;
	background: url('footer.png');
	/*margin-top: 10px;*/
}

	#footer p {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		text-align: right;
		color: #ffffff;
	}

	#footer a {
		color: #cccccc;
	}
	
		#footer a:hover {
			color: #ff9999;
		}
	
#shadow-bottom {
	background: #ccccff url('shadow-bottom.png') no-repeat;
	height: 12px;
	width: 784px;
}

