/* CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin:0;
	padding:0;
}
body {
  background: url('../images/site/bkg.jpg') top center repeat-x;
}
/* text */




h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 23px 0px 6px 0px;
}

h4 {
	font: 8pt, Tahoma, Arial, Sans-Serif; 
	font-weight: normal;
	margin: 0px 3px -1px 5px;
	color: #666666;
}

h3 span.vo2 {
	font-weight: normal;
	color: #999;
	margin-left: 10px;
}

p {
	margin: 12px 0px 12px 0px;
}

p.contact {
	color: #666;
	margin: 0px;
}

p.location {
	margin-top: 30px;
}

p.email {
	padding-left: 22px;
	background: transparent url('../i/email.gif') no-repeat 1px 5px;
}

p.phone {
	padding-left: 22px;
	background: transparent url('../i/phone.gif') no-repeat 0px 2px;
}

p.intro {
	width: 280px;
}


p.description {
	margin: 0px 0px 0px 0px;
	line-height: 17px;
}

p.link {
	margin-top: 50px;
	color: #999;
}


p.caption {
	margin-top: -12px;
	margin-left: 8px;
	color: #cccccc;
}
p.menu {
margin-top: 20px;

}

p.copyright {
	width: 2000px;
	margin-right: -48px;
	margin-top: 5px;
	color: #ffffff;
	font-weight:bold
}


p.home {
	float: right;
}

img#scroll {
	float: right;
	margin-top: -10px;
	position: relative;
	left: 3000px;
}

/* layout */

body {
	margin:0;
	padding:0;
	width: 3000px;
	color:#333333; 
	font: 11px Tahoma, Arial, Sans-Serif; 
	background: #fff;
	overflow: visible;
	background: transparent url('../images/site/bkg.jpg') repeat-x left top;
	line-height: 16px;
}

#page {
	height: 509px; 
	overflow: visible;
}

#content {
	margin: 0px; 
	float: left; 
}

.panel {
	margin: 0px;
	padding: 44px 40px 0px 40px; 
	float: left; 
	width: 257px;	
	height: 459px;
	overflow: visible;
}

.right {
	float: right;
}

.left {
	float: left;
}



/* links */

a img {
	border: none;
}

a,
a:visited {
	color: #1f1c1c;
	font-weight:bold
}


p a:hover {
	color: #990000;
	font-weight:bold

}


