body {
	/*background-image: url(../images/grad.jpg);*/
	/*background-repeat: repeat-x;*/
	background-color: #777;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container { margin-left: -350px; 
			 position: absolute; 
			 top: 20px; 
			 left: 50%; 
			 width: 764px; 
			 }

#topRound    { width: 764px;
			   position: relative;
			  /* left: 0px; */
			   background-image: url("../images/endTop.png"); 
			   background-repeat: no-repeat; 
			   background-position: bottom;
		/*	   border-width: 5px;
			   border-style: solid; */
			 /*  background-position: 50% bottom;*/ }

#bottomRound    { width: 764px;
			   position: relative;
			  /* left: 0px; */
			   background-image: url("../images/endBottom.png"); 
			   background-repeat: no-repeat; 
			   background-position: top;
		/*	   border-width: 5px;
			   border-style: solid; */
			 /*  background-position: 50% bottom;*/ }

#header{
	position:relative;
	width:760px;
	height:65px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
}

#subHeader{
	position:relative;
	float:right;
	margin-right:5px;	
	top:19px;
	width:240px;
	font-size:80%;
	color:black;
	
}
#banner { position: relative; 
		  width: 760px; height: 100px;
		  background-image:url(../images/title.png);
		  background-repeat:no-repeat; }

#nav{
	position:relative;
	width:764px;
	height:28px;
	background-color: #333333;
	border-left-style: solid;
	border-left-width: 2px;
	border-left: #333333;
	border-right-style: solid;
	border-right-width: 2px;
	border-right: #333333;
}
#home{
	position: absolute;
	margin-top: 5px;
}
#navBar{
	float: right;
	margin-top: 5px;
	color:white;
}
#contentContainer{
	position:relative;
	width:760px;
    background-color: #777;
    min-height: 450px;
	padding-bottom: 30px;
}

/* content columns */

#homeLeftColumn{
/*	position:absolute;*/
	position:relative;
	width:520px;
	top:20px;
	left:0px;
	background-color: #777;
	clear:both;
}

#homeRightColumn{
	position: absolute;
	width:220px;
	top:0px;
	margin-left:538px;
	clear:both;
	background-color: #777;
	/*background-image: url(../images/sidebar.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#footer{
	position:relative;
	width:760px;
	height:20px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #333333; 
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #333333;	
}
