@charset "utf-8";
/* CSS Document */
body {
	background-color: #BDBAAF;
	color: #000;
	text-align: center;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}
a {
	color: #036;
	text-decoration:none;
}
a.hover {
	color: #82af54;
}
a.visited {
	color: #82af54;
}
div#main {
	width: 750px;
	margin-left: auto;
 	margin-right: auto;
	text-align: left;
}
div#header {
	width: 325px;
	height: 84px;
	background-image: url("images/vannote_enterprises_logo.png");
	margin-right:auto;
	margin-left:auto;
	display: block;
}
div#nav {
	width: 335px;
	height: 19px;
	margin-right:auto;
	margin-left:auto;
	display: block;
}
.nav {
	font-family: tahoma;
	color: #036;
	font-size: 13px;
	padding-left: 19px;
	padding-top: 6px;
}
div#content {
	border-top: thin;
	border-width:2px;
	color:#036;
	width: 700px;
	text-align:left;
	background-image: url("images/content_back.jpg");
	background: no-repeat;
	margin-right:auto;
	margin-left:auto;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 13px;
}
div#footer {
	width: 735px;
	height: 49px;
	margin-right:auto;
	margin-left:auto;
	display: block;
}
.footer {
	font-family: tahoma;
	color: #036;
	font-size: 10px;
	padding-left: 19px;
	padding-top: 6px;
	text-align: center;
}
div#google1 {
	height: 90px;
	width: 728px;
	margin-right:auto;
	margin-left:auto;
	display: block;
}