/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666;
	}
	
p, li {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666;
	line-height: 140%;
	}
	
td {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666;
	}
	
a {
	font-weight: bold;
	font-size: 9px;
	color: #A69468;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.content {
	background: url(../images/background_designservice.jpg);
	}
	
.bottomnav td {
	padding: 0px 10px 0px 10px;
	}
	
.bottomnav td a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	}
		
.bottomnav td a:hover {
	color: #A69468;
	}

/* scroller */
#divContainer{position:relative; width:400; height:310; overflow:hidden; top:0; left:0; clip:rect(0,400,310,0); visibility:hidden} 
#divContent{position:absolute; top:0; left:0} 