div#header{
	top:0px;
	left:0px;
	position:relative;
	width:900px;
	height:90px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
div#menu{
	top:10px;
	left:300px;
	position:relative;
	width:600px;
	height:25px;
	border:1px white solid;	
}
div#search{
	top:20px;
	left:550px;
	position:relative;
	width:350px;
	height:35px;
	background-color:#ffffff;
	border:1px white solid;	
}

div#breadcrumb{
	top:0px;
	left:0px;
	position:relative;
	width:900px;
	height:20px;
	border:1px white solid;	
	background-color:#cdffba;
}
div#main{
	top:0px;
	left:0px;
	position:relative;
	background-color:white;
	padding:5px;
	width:890px;
	margin-bottom:0px;
	border:1px white solid;	
}
div#content{
	top:0px;
	left:0px;
	position:relative;
	background-color:white;
	padding:5px;
	width:890px;
	margin-bottom:0px;
	border:1px white solid;	
}
div#nurse{
	top:0px;
	left:0px;
	position:relative;
	width:360px;
	height:175px;
	padding:5px;
	border:1px dashed silver;
}
div#newsholder{
	top:0px;
	left:0px;
	position:relative;
	background-color:#cdffba;
	width:360px;
	height:143px;
	padding:5px;
	border:1px dashed silver;
}
div#categories{
	top:5px;
	left:0px;
	position:relative;
	width:717px;
	height:65px;
	padding:5px;
	border:1px dashed silver;
}
div#news{
	top:0px;
	left:0px;
	position:relative;
	width:150px;
	height:105px;
	overflow:hidden;
}
div#user{
	top:0px;
	left:0px;
	position:relative;
	width:340px;
	height:320px;
	padding:0px;
}
#headlineText{
	font-size:10pt;
	color:blue;
	font-weight: bold;
	position:relative;
	left:4px;
	top:0px;
	font-family: tahoma,sans-serif;
	width:180px;
}

#blurbText{
	font-size:8pt;
	color:#000000;
	position:relative;
	top:0px;
	left:4px;	
	width:180px;
	height:62px;
	padding:0px;
}
#playerButtons{
	position:absolute;
	top:116px;
	left:10px;
	width:150px;
	background-color:#ffffff;
}
div#shortcut{
	top:5px;
	left:0px;
	padding:3px;
	padding-bottom:1px;
	font-size:10pt;
	position:relative;
	width:230px;
	height:30px;
	background-image: url(../images/shortcutbg.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
div#active{
	position:relative;
	top:0px;
	left:0px;
	width:160px;
	height:20px;
}
#active a {
		display:block;
		width:160px;
		height:25px;
		background: url("../images/active.png") 0 0 no-repeat;
		text-decoration: none;
		}
div#active a:hover {	
		background-position: -160px 0 ;
		}
div#login{
	top:2px;
	left:0px;
	padding:1px;
	font-size:10pt;
	position:relative;
	width:240px;
	height:50px;
	background-image: url(../images/loginbg.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-color:#cdffba;
}
.contentfooter{
	color:#e2e2e2; 
	font-family: arial;
	font-size:8pt;
	width:900px;
	height:20px;
	margin-top:0px;
	background-color:#33cc33;
	padding-bottom:5px;
}
<style type="text/css">
	body { color:#000000; font-family: verdana, arial, sans-serif; text-align:left; font-size: 8pt; text-decoration: none; }
	td { color:#000000; font-family: verdana, arial, sans-serif; text-align:left; font-size: 8pt; text-decoration: none; }
	h1 { font-family: arial; color:#000000; font-size: 8pt; margin-top: 0em; margin-bottom: 0em; text-decoration: none;}
	h2 { font-family: tahoma; color:#1ddf03; font-size: 13pt; margin-top: 0em; margin-bottom: .1em; text-decoration: none;}
	h3 { font-family: tahoma; color:#1ddf03; font-size: 11pt; margin-top: 0em; margin-bottom: .5em; text-decoration: none;}
	h4 { font-family: tahoma; color:#ffffff; text-align:center; font-size: 10pt; margin-top: 0em; margin-bottom: 0em; margin-left: 0em;}
	h5 { font-family: tahoma; color:white; vertical-align: middle; font-size: 9pt; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 0em;}
	h6 { font-family: tahoma; color:#8B6D35; font-size: 10pt; margin-top: 0em; margin-bottom: 0em; margin-left: 0em;}
	a {color: blue; font-size: 8pt; text-decoration:none;}
	a:hover { color: blue; font-size: 8pt; text-decoration:none;}
	a:visited { color: blue; font-size: 8pt; text-decoration:none;}
</style>


