﻿
body {
	margin: 0px;
	background: #E9E9E9;
	background-image: url('/images/top.gif');
	background-repeat: repeat-x;
	background-position: left top;
	color: #373737;

}

/* page */

.page  {
	width: 900px;
	background: #FFFFFF;
}

/* header */

.header {
	width: 880px;
	height: 75px;
	background-image: url('/images/head.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.header-border {
	background-image: url('/images/btr.gif');
	background-repeat: repeat-y;
	background-position: right top;
	
}


.logo {
	float: left;
	background-image: url('/images/logo2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 295px;
	height: 55px;
	display: block;
	margin-top: 10px;
	margin-left: 12px;
}

.menu {
	float: right;
	margin-top: 15px;
	height: 50px;
}

.menu-intro {
	float: left;
	display: block;
	height: 50px;
	width: 122px;
	background-image: url('/images/mintro.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-services {
	float: left;
	display: block;
	height: 50px;
	width: 120px;
	background-image: url('/images/mservices.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-test {
	float: left;
	display: block;
	height: 50px;
	width: 119px;
	background-image: url('/images/mtest.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-gallery {
	float: left;
	display: block;
	height: 50px;
	width: 77px;
	background-image: url('/images/mgallery.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-contact {
	float: left;
	display: block;
	height: 50px;
	width: 82px;
	background-image: url('/images/mcontact.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

/* content */

.content-border {
	width: 900px;
}


.content-border-right {
	background-image: url('/images/br.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

.content-border-bottom {
	background-image: url('/images/bb.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.content-border-bottom-right {
	background-image: url('/images/bbr.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content-sizer {
	float: left;
	width: 0px;
	height:500px;
}

.content-clear {
	clear: both;
}

.content {
	float: left;
	margin: 20px;
	width: 860px;
}


/* footer */

.footer {
	color: #A8A8A8;
	font-size: 12px;
	width: 870px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
	float: left;
	height: 25px;
}

.info {
	float: left;
}

.legal {
	float: right;
}


/* content formatting */

.content h1, h2, h3, h4 {
	font-weight: normal;
}

.content h1 {
	margin-top: 10px;
	margin-bottom: 20px;

}

