html {
	height: 100%;
}

#con {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px/20px Arial, sans-serif;
	background: #FFFFFF url(../img/scm_bg.jpg) repeat-x;
	color: #485762;
}

h2 {
	font-size: 15px;
	padding-bottom: 15px;
	line-height: 17px;
}

#meta {
	position: absolute;
	top: 10px;
	right: 20px;
}

#wrapper {
	width: 750px;
	text-align: left;
	padding-top: 62px;
	padding-left: 62px;
}

#nav {
	width: 200px;
	float: left;
	padding-right: 50px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
}

#nav ul, #nav li {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#content {
	float:left;
}

.cBox {
	width: 385px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 20px 25px 25px 20px;
}

a:link, a:visited {
	color: #72899A;
	text-decoration: none;
}

a:hover, a:active {
	color: #72899A;
	text-decoration: underline;
}

.titelCon {
	font-weight: bold;
}

.office {
	font-family: "Syntax Bold";
	font-weight:bold;
}

.titleAddr {
	font-family: "Syntax Bold";
	font-size: 14px;
}