@charset "utf-8";
/* CSS Document */

body {
	background-color: rgb(250, 243, 230);
	background-image: url(graphics/bkgd.jpg);
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
p {
	margin: 1em;
}
a {
	font-weight:bold;
	text-decoration:overline;
}
a:link, a:visited {
	color:#F93;
}

a:hover, a:active {
	color: #FC0;
}
h1 {
	color:#666;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:4.3em;
	margin-top:.25em;
	margin-bottom:-10px;
	text-align:center;

	text-transform:capitalize;
}
h2 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	margin-top:.5em;
	margin-bottom:-10px;
	text-align:center;

}
	
h3 {
	font-size:1.2em;
	font-weight:normal;
	margin-top:.4em;
	margin-bottom:2.4em;
	text-align:center;
}
h4 {
	font-size:.9em;
	font-weight:normal;
	margin-top:.4em;
	margin-bottom:2.4em;
	text-align:center;
}
h6 {
	color:#666;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.5em;
	margin-top:0.25em;
	margin-bottom:1.2em;
	text-align:center;
	text-transform:capitalize;
}
img {
	border-width:0px;
}
hr {
	color:#CCC;
	text-shadow:none;
}
.tm {
	text-align:center;
	padding: 2px;
	float:left;
	width:310px;
	height:400px;
}
.v {
	text-align:center;
	padding: 2px;
	float:right;
	height:400px;
}
.services {
	width:150px;
	height:160px;
	text-align:left;
	margin-left:8px;
	margin-bottom: 12px;
	padding: 0px;
	float:left;
	background-color:#fff;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #fff;
}
#topdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:680px;
	padding:30px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -390px; /*set to a negative number 1/2 of your width*/
	border: 16px solid #ccc;
	background-color: #fff;
}
#vdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:825px;
	height:195px;
	padding:30px;
	margin-top: -390px; /*set to a negative number 1/2 of your height*/
	margin-left: -460px; /*set to a negative number 1/2 of your width*/
	border: 16px solid #ccc;
	background-color: #fff;
}