@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a:link, a:visited{
	color:#999999;
	font-weight:bold;
}

a:hover{
	color:#C5C5C5;
}


.header{
	background:url(images/header.png);
	background-repeat:no-repeat;
	width:900px;
	height:137px;
	
	text-align:right;
}


.header a:link, .header a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.header a:hover{
	color:#CCCCCC;;
	font-weight:bold;
	text-decoration:none;
}

.menu-spacer{
	color:#999999;
	width:20px;
	font-size:14px;
	font-weight:bold;
}

.mid{
	background:url(images/mid.png);
	background-repeat:repeat-y;
	width:900px;
	height:400px;
}

.footer{
	background:url(images/footer.png);
	background-repeat:no-repeat;
	width:900px;
	height:84px;
	text-align:center;
	color:#666666;
}

.header-space{
	height:80px;
}


.body{
	padding-left:50px;
	padding-right:50px;
}

.left-panel{
	Width:380px;
	height:400px;
	display:inline;
	float:left;
	
	overflow:auto;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
}

.spacer-panel{
	Width:10px;
	height:350px;
	display:inline;
	float:left;
}

.right-panel{
	Width:390px;
	height:400px;
	display:inline;
	float:left;
}

.single-panel{
	width:770px;
	height:400px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
}

.phone{
	font-size:18px;
	font-weight:bold;
