@charset "utf-8";
/* CSS Document */

body {
font-family:tahoma, verdana, arial, sans-serif;
font-size: 11px;
color:#000000;
text-align:center;
margin: 5px;
background-color: #000000;
background-image: url(http://www.thegroline.com/site/skins/gro/styleImages/backgrounds/glback.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
}

.banner {
width:830px;
height:1000px;
background-color:#FFFFFF;
	background-image: url(http://www.thegroline.com/site/skins/gro/styleImages/page-top.jpg);
	background-repeat: no-repeat;
background-position: top left;
margin-left:auto;
margin-right:auto;
text-align:left;
padding-left:16px;
padding-right:16px;
padding-top:5px;

/* border-radius */
 -webkit-border-radius: 21px;
 -moz-border-radius: 21px;
 border-radius: 21px;
}

.menu {
background-color:#003300;
width:850px;
height:188px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-left:2px;
}

.item {
text-align:left;
width:192px;
height:16px;
margin:1px 1px 1px 1px;
padding:4px 0px 5px 4px;
color:#FFFFFF;
background-color:#006600;
float:left;
}

.item:hover {
background-color:#66FF00;
color:#000000;
}

.contentbox {
background-color:#FFFFFF;
background-position:top left;
background-repeat:repeat-x;
width:850px;
text-align:left;
margin-left:auto;
margin-right:auto;
color:#333333;
}

.footer {
text-align:right;
width:840px;
height:50px;
background-color:#000000;
color:#CCCCCC;
margin-left:auto;
margin-right:auto;
}

