body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:arial; font-size:14px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
h1 {
	font-family: arial black, "arial black", Arial;
	font-size: 22px;
	color:#f00;
}
.h-contact {
	font-size: 22px;
	color:#000;
}
.h-phone {
	font-family: arial black, "arial black", Arial;
	font-size: 26px;
	color:#f00;
}

.link-white {
	color:#fff;
}
.link-blue {
	color:#001c83;
}
.red {
	color:#F00;
	font-size:17px;
}

a:link, a:visited{
	text-decoration:none;
}
a:active, a:hover{
	text-decoration:underline;
}

#main {
	width:990px;
	margin: 0px auto 0px auto;

}
#header {
	background-color: #dfdfdf;
	width:990px;
	height:86px;
	float:left;
	display:inline;

}
#menu {
	background-color: #333333;
	width:990px;
	height:20px;
	float:left;
	display:inline;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 7px;

}
#photo {
	background-color: #000;
	width:990px;
	height:202px;
	float:left;
	display:inline;

}
#content {
	background-color: #dfdfdf;
	width:930px;
	height:auto;
	float:left;
	display:inline;
	padding: 30px;

}
#footer {
	background-color: #333333;
	width:990px;
	height:55px;
	float:left;
	display:inline;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 22px;
	padding-top: 11px;

}
#h-logo {
	float: left;
	height: 75px;
	width: 225px;
	margin-left: 15px;
	margin-top: 5px;
}
#h-contact {
	text-align: right;
	float: right;
	height: auto;
	width: 450px;
	margin-top: 12px;
	margin-right: 15px;
	font-size: 16px;
}
#content-left {
	width: 590px;
	float: left;
}
#content-right {
	float: right;
	width: 315px;
}
.center {
	text-align: center;
}
