@charset "utf-8";
* {
    outline: 0;
}

a img { 
	border: none;
}


#container {
margin: 0  auto;
width:853px;
margin-top: 2em;
margin-bottom: 2em;
}

body {

text-align:center;
font-size:0px;
background-image:url(bg.png);
background-position:top;
background-color:#d4d4d4;
background-repeat:no-repeat;
top:0px;
font-family: "Lucida Grande", Tahoma, Sans-serif;
}

#beta {
	width: 150px;
	height: 150px;
	position:absolute;
	top: 0px;
	right: 0px;
	z-index: 100;f
}

#main{
background-image:url(grow.png);
width:1000px;
height:500px;
border: 1px;
margin-top:30px;
}

h1#header {
background-image:url(logo.png);
width:77px;
height:0px;
padding-top: 76px;
overflow:hidden;
display: block;
}


#left{
float:left;
width:33.33%;
position:relative;
margin:0px;
}

#middle{
float: left;
width: 33.33%;
position:relative;
}


#right{
float:right;
width:33.33%;
position:relative;
}

h1{
color:#000;
font-size:large;
text-align:left;
}

p, ul{
color:#000;
font-size: 11pt;
text-align:left;
text-decoration: none;
list-style-type:none;
margin: 0px;
padding: 0px;
}

li.bold{
font-weight:bold;
color:#4496b0;
margin-top: 1em;}

a{
text-decoration:none;
color:#4496b0;
}




.p
{
padding-right: 50px;
padding-top: 0px;
}

.r
{
padding-right: 0px;
padding-top: 0px;
}

.line{
width:300px;
height:1px;
border-top: #000000 1px solid;
margin-bottom:10px;
}

#footer{
height:200px;
width:100%;
clear:both;
}
    
/* CSS Document */

