/* CSS Document */
body {
	background: url(../bkgd/hellerbkgd.gif) repeat-x;
	}

#container {
	margin: 10px 0px 0px 0px;
	position:relative; 
	left:0px; 
	top:0px; 
	width:775px; 
	height:500px; 
	z-index:1 
	}

#flashbanner {
	position:absolute; 
	left:5px; 
	top:0px; 
	width:775px; 
	height:90px; 
	z-index:5 
	}

#ddm {
	position:absolute;
	left:5px;
	top:140px;
	width:775px;
	height:300px;
	z-index:10; 
	}

#image {
	position:absolute;
	left:250px;
	top:200px;
	z-index:11;
	width: 260px;
	}

#mark {
	position: relative;
	border-left-style: double;
	border-left-width: medium;
	border-left-color: #c8bd9e;
	border-right-style: double;
	border-right-width: medium;
	border-right-color: #c8bd9e;
	}

#homepic {
	position: relative;
	border-right-style: double;
	border-right-width: 4px;
	border-right-color: #663300;
	padding: 5px 5px 5px 5px;
	}

#links {
	padding: 0 5px 0 0;
	height: 325px;
	width:auto;
	}

#models {
	height: 325px;
	width: 275px;
	}

#models a:link, a:visited, a:active{
 	color: #663300;
	background: transparent;
	font-size: 14px;
	text-decoration: none
	}
	
#links a:link, a:visited, a:active {
	color: #663300;
	background: transparent;
	font-size: 14px;
	text-decoration: none;
	}
	
#links a:hover {
	color: #666666;
	text-decoration: none;
	text-indent: 0px;
	font-size: 14px;
	}

#links h3, h4 {
	color: #623411;
	}
