* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	margin: 100px 0 0 90px;
	font: normal 12px Helvetica, Arial, sans-serif;
	background: #0c161f url(../gfx/bg.jpg) top left no-repeat;
	line-height: 140%;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #6c8497;
	
}


a:hover, a:active {
	color: #e6e6e6;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #e6e6e6;
}

h2,h3 {
	font-weight: normal;
	font-size: 12px;
}

h3,p {
	margin-bottom: 12px;
}

#pageTitle {
	display: block;
	width: 224px;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
	outline: 0;
	text-indent: -5000px;
	font-size: 0.1em;
	background: url(../gfx/cbms-logo-type.gif) top left no-repeat;
}

#tagline {
	display: block;
	width: 224px;
	height: 70px;
	overflow: hidden;
	outline: 0;
	text-indent: -5000px;
	font-size: 0.1em;

}

#address {
	position: absolute;
	width: 350px;
	left: 410px;
	top: 90px;
}

#address ul {
	float: left;
	border-left: 1px solid #6c8497;
	height: 65px;
	width: 160px;
	padding: 12px 0 0 10px ;
}

#address a:link, #address a:visited {
	border: none;
	text-decoration: none;
	color: #fff;
}

#address a:hover, #address a:active {
	color: #e6e6e6;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #6c8497;
}


#main {
	margin-top: 130px;
}

#content {
	position: absolute;
	left: 410px;
	top: 244px;
	width: 310px;
}

#content li {
	border-left: 1px solid #6c8497;
	padding: 12px 0 20px 10px ;
	margin: 0 0 24px 0;
}
