/* CSS Document */

body {
margin: 0px 0px 0px 0px;
background: #8c8c8c url(../images/bg.jpg) 0% 0% repeat-x fixed;
height:100%;
}

html>body {
	min-height:100%;
}


body,td,th, p, h1, h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #8c8c8c;
}
/* HTML tags */

a {
color: #8c8c8c;
text-decoration:none;
}
a:hover {
color: #8c8c8c;
text-decoration:underline;
}
div, img {
border:0;
margin:0;
padding:0;
}
h1 {
font-size: 12px;
font-weight: normal;
line-height: 17px;
padding: 66px 22px 0px 19px;
color: #666666;
}
/* DIV id labels */
#main {
position:absolute;
top:0;
left:50%;
width:780px;
margin-left:-390px;
background-color: white;
height:100%;
}
html>body #main {
	height:auto;
	}
#logo {
width: 252px;
height: 314px;
float:left;
}
.position {
padding: 28px 0px 0px 0px;
}
#intro {
width: 528px;
height: 314px;
float: left;
}
#colOne {
width: 252px;
height: 500px;
float:left;
}
#colTwo {
width: 264px;
float: left;
}
#colTwo p {
margin: 10px 0px 0px 19px;
line-height: 14px;
}
#colThree {
width: 264px;
float:left;
}
#colThree p {
margin: 10px 19px 0px 19px;
line-height: 14px;
}
#contact {
width: 225px;
margin: 0px 0px 0px 19px;
color: #8c8c8c;
background: #8c8c8c url(../images/boxmid.gif) 0% 0% repeat-y;
}
#contact p {
color: #8c8c8c;
padding: 0px 0px 0px 15px;
line-height: 13px;
}