body {
	background: repeat-y center;
	background-color: #ffffff;
	background-image: url('Graphics/Background.jpg');
	margin: 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 12px;	
}
	
#divmain {
	position:relative;
	width:860px;
	top:10px;
	color: #000000;
	font-family: arial, serif;
	font-size: 12px;	
	}	
	
#divheader{
	position:absolute;
	width:860px;
	height:140px;
	top:0px;
	left:0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color:#ffffff;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	background-image: url('Graphics/toppic.jpg')
	}
	
#divlogin{
	position:absolute;
	width:130px;
	height:100px;
	top:5px;
	left:720px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}	

#divIcons{
	position:absolute;
	width:130px;
	height:25px;
	top:105px;
	left:10px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

.IconImg{
	border-top: 		1px solid #000000;
	border-left: 		1px solid #000000;
	border-right: 	1px solid #000000;
	border-bottom: 	1px solid #000000;
	padding: 				1px;
	height:					25px;
	width:					25px;
}
/*
#divBreadcrumb{
	position:absolute;
	width:600px;
	height:15px;
	top:120px;
	left:250px;
	text-align: right;
	color: #ffffff;
	font-family: "Verdana";
	font-size: 10px;
	text-decoration:none;
}

.BreadCrumbHref{
	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	text-decoration:none;
}

.BreadCrumbHref:hover{
	color: #ff0000;
	font-family: inherit;
	font-size: inherit;
	text-decoration:none;
}
*/
#divleft{
	position:absolute;
	width:170px;
	top:140px;
	left:0px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: left;
	}
	
#divright{
	position:absolute;
	width:170px;
	top:140px;
	left:690px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	}	

#divcontent{
	position:absolute;
	width:510px;
	top:150px;
	left:175px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: left;
	}