/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	line-height: 20px;
}

#main_hp {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-image: url(images/background_greybox.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 15px;
}

#main_int {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-image: url(images/background_greysides.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 15px;
}


.leftcol, .rightcol {
	width: 200px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

.centercol {
	width: 350px;
	float: left;
	padding: 0px 10px;
	margin: 0;
}

.leftcol img {
	width: 180px;
	height: 180px;
}

.leftcol div, .rightcol div {
	margin-bottom: 10px;
	color: white;
	text-align: center;
	font-weight: bold;
}

.rightcol div {
	margin-bottom: 0px;
}

.headline {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.separator {
	clear: both;
	text-align: center;
	padding: 20px 0px;
}

.center {
	text-align: center;
}

.phone {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	
}

.footer {
	clear: both;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	background-color: black;
	color: yellow;
}

.nav, .button {
	margin-bottom: 20px;
	text-align: center;
	background-color: black;
	padding: 5px;
}
	
.nav a {
	color: white;
	background-color: #900;
	padding: 3px 15px 2px 15px;
	margin: 0px 10px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.nav a:hover {
	background-color: #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
	
.clients {
	font-size: 11px;
	width: 640px;
	margin: 0px 35px 20px 35px;
	border: 1px solid #555;
	clear: both;
	line-height: normal;
}

.clients td {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	width: 50%;
	padding: 3px;
}

.clients th {
	font-size: 18px;
	font-weight: bold;
}

.content {
	margin: 0 30px;
}

.right {
	float: right;
	margin-left: 20px;
}

.button a {
	color: white;
	background-color: black;
	padding: 3px 15px 2px 15px;
	margin: 0px 10px;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.button a:hover {
	background-color: #990000;
}

.button {
	margin-top: 20px;
}

.col160 {
	width: 200px;
	overflow: scroll;
	height: 650px;
}