body {
	margin: 0px;
	padding: 0px;
	background: white url(../images/copyright2007.png) no-repeat 0px 10px;
	/*height: 100%;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;*/
}

img {
	border: 0px none;
}

/* @group Page Layout */

#horizon {
	background-color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#page {
	width: 720px;
	height: 216px;
	margin-left: -360px;
	position: absolute;
	top: -108px;
	left: 50%;
	overflow: visible;
	text-align: left;
	font: 10px Verdana, Geneva, Arial, sans-serif;
}

/* @end */

/* @group Navigation */

#page #navigation {
	position: absolute;
	top: 216px;
	left: 0px;
}

/* @group Navigation Links */

#navigation #logo {
	position: absolute;
	left: 14px;
	top: 26px;
	width: 46px;
	height: 15px;
	background: url(../images/moo.gif) no-repeat;
}

#navigation #bullet {
	position: absolute;
	left: 145px;
	top: 34px;
	width: 3px;
	height: 2px;
	background: url(../images/bullet.gif) no-repeat;
}

#navigation a {
	position: absolute;
	top: 28px;
	height: 13px;
	background-repeat: no-repeat;
}

#navigation a.main {
	left: 111px;
	width: 32px;
	background-image: url(../images/main.gif);
}

#navigation a.main:hover {
	background-image: url(../images/main_o.gif);
}

#navigation a.contact {
	left: 150px;
	width: 48px;
	background-image: url(../images/contact.gif);
}

#navigation a.contact:hover {
	background-image: url(../images/contact_o.gif);
}

/* @end */

/* @end */

#title {
	position: absolute;
	top: 216px;
	left: 260px;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	overflow: hidden;
	width: 720px;
	height: 214px;
	background-position: 0px -1px;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 1;
}

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 214px;
	overflow: hidden;
	background-position: 0px -1px;
	background-color: transparent;
	background-repeat: no-repeat;
}

/* @group Page Grid */

#page #grid {
	position: absolute;
	top: 103px;
	left: 261px;
	width: 270px;
	height: 81px;
	background: transparent;
	overflow: hidden;
	z-index: 2;
}

#grid div, #grid a {
	position: relative;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 9px 9px 0px;
	overflow: hidden;
}

#grid a {
	border: 1px solid #e49e79;
	/*border: 1px solid #F48D62;*/
}

#grid a:hover {
	border-color: white;
}

#grid a div {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 34px;
	height: 34px;
	background-color: white;
	opacity: 0.4;
	visibility: visible;
}

#grid a:hover div {
	visibility: hidden;
}

#grid div {
	border: 1px solid #c0c0c0;
}

/* @end */

#contactInfo {
	position: absolute;
	top: 108px;
	left: 261px;
}
