body	{
	background-image: url("dropshadow.jpg");
	background-position: center center;
	background-color: white;
	margin-top: 0px;
	margin-left: 6px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin-bottom: 0px;
	}
	
#container {
	width: 802px;
	height: 100%;	
	background-color: #bbbbb0;
	color: gray;
	font-size: 12px;
	letter-spacing: 1px;
	}

#logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 20px;
	}
	
#logoright	{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	}

p	{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0 0 0 30px;
	display: block;
	font-size: 12px;
	text-align: left;
	}

.header {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	}
	
.caption	{
	font-size: 9px;
	letter-spacing: 1px;
	color: #333;
	}
	
#textline	{
	display: block;
	width: 225px;
	background-color: transparent;
	border-top-color: #999999;
	border-style: solid;
	border-width: 1px 0 0 0;
	text-align: right;
	margin-right: 40px;
	margin-bottom: 5px;
	padding: 0px;
	font-style: verdana, arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: orange;
	}
	
#photoleft	{
	width: 175px;
	height: *em;
	float: center;
	background-color: #767676;
	border-style: dashed;
	border-width: 1px;
	border-color: #cccccc;
	}
	
#mainelement	{
	border-style: dashed;
	border-width: 0 0 0 1px;
	border-color: gray;
	padding: 0 50px 0 0;
	margin-top: 30px;
	}
	
#links	{
	font-size: 9px;
	color: gray;
	font-family: lucida grande, "verdana", san-serif;
	text-align: right;
	}
