@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-position:center top;
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
}
a
{ color: #5d90f2; }

p {
margin-top:0px;
padding-top:0px;
text-align:justify;
}
#wrapper {
width:100%;
height:100%;
text-align:center;
}
#container {
width: 1000px;
height: 100%;
margin:0 auto;
}

#navcontainer ul
{
padding: 10px;
margin: 0;
color: White;
height: 42px;
background-image:url(images/nav-bar.jpg);
background-repeat:repeat-x;
font-family: "Century Gothic", arial, helvetica, sans-serif;
font-size: 12px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 10px 13px;
color: White;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
color: #00CCFF;
}
#logo {
margin-top:25px;
width: 429px;
height: 55px;
float: right;
background-image: url(images/logo.png);
}
#gglogo {
margin-top:25px;
width: 429px;
height: 55px;
float: right;
background-image: url(images/GG-logo.png);
}
#box_container{
margin-top:45px;
width: 1000px;
height: 474px;
float:left;
}
#box_container2{
margin-top:45px;
width: 1000px;
height: 422px;
float:left;
}
#box_container3{
margin-top:45px;
width: 1000px;
height: 322px;
float:left;
}
#box_container4{
margin-top:45px;
width: 1000px;
height: 482px;
float:left;
}
#box_left{
background-image: url(images/left-box.png);
background-repeat:no-repeat;
width: 600px;
float: left;
height: 474px;
}
#box_right{
background-image: url(images/right-box.png);
background-repeat:no-repeat;
width: 365px;
float: right;
height: 474px;
}
#box_full{
background-image: url(images/fullbox.png);
background-repeat:no-repeat;
width: 1000px;
float: left;
height: 422px;
}
#box_full2{
width: 1000px;
float: left;
height: 322px;
}
#box_full3{
background-image: url(images/fullbox2.png);
background-repeat:no-repeat;
width: 1000px;
float: left;
height: 482px;
}
#textbox {
width: 530px;
height:100%;
padding:25px 30px 0px 30px;
text-align:left;
}
#textbox_full {
width: 945px;
height:100%;
padding:25px 30px 0px 30px;
text-align:left;
}
.smalltext{
font-size:10px;
line-height:14px;
}
#picturebox{
width: 335px;
margin: 0 auto;
padding-top:20px;
padding-left:2px;
}
#footer{
background-image: url(images/footer-bg.png);
height: 25px;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
text-align:center;
float: left;
width:100%;
margin-top:10px;
padding-top:6px;
}
#footer a {
color: #ffffff;
}
#footer a:hover {
color: #5d90f2;
}
