#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px; 
	background-color: #c5c5c5;
	color: #ffffff;
}

#header {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 150px;
	width: 100%;
	border-top: solid #999999 1px;
	border-bottom: solid #c5c5c5 1px;
}

#quote {
	position: absolute;
	top: 70px; 
	left: 40px;
	width: 400px;
	letter-spacing: 2px;
	font-size: 10px;
	font-style: italic;
}

#banner {
	position: absolute;
	top: 0px;
	right: 0px;
}

#rightbar {
	position: absolute;
	top: 162px;
	right: 0px; 
	width: 390px;
}

#content {
	position: absolute; 
	left: 10px;
	top: 162px;
	width: 450px;
	padding: 10px; 
}

#highlightbox {
	background-color: #dedede;
	border: solid #999999 1px;
	width: 360px;
	margin: 5px;
	padding: 3px;
	line-height: -0.5em; 
	font-size: 11px; 
	height: 450px;
	clear: all;
}

#highlightboxmark {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#contentbox {
	border: solid #999999 1px;
	width: 350px;
	margin: 5px;
	padding: 3px;
	line-height: -0.5em;
	clear: all;
}


.contentitem {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px; 
	display: block; 
	height: 80px;
}

.contentlink {
	font-size: 9px;
	text-align: right;	
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:78%; 
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #2d306f;
	font-size: 24px;
	font-variant: small-caps;
}

img {
	float: left;
	padding: 3px;	
	margin: 10px;
	border: solid #c5c5c5 1px;
}

img.thumbnail {
	height: 110px;
	width: 110px;
}

img.design {
	margin: 0px;
	padding: 0px;
	border: none;
}

img.box {
	border: solid #999999 1px;
	padding: 2px; 
	margin: 3px;
	float: left;
}

a {
	text-decoration: none;
}
