@charset "utf-8";
/* CSS Document */
/******************************************************************************/
/*general declarations for the whole site */
/******************************************************************************/
* {margin:0;padding:0;text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:small;}

/******************************************************************************/
/*general font style treatment*/
/******************************************************************************/
h3 {font-size:28px; font-weight:bold;}
h2 {font-size:22px; font-weight:bold;margin:20px 0 0 10px;}
h4 {font-size:16px; font-weight:bold;margin:20px 0 0 10px;color:#444444;}
p {font-size:12px; color:#666666;margin:20px 0 0 10px;}
a {color:#666;}
a:hover {text-decoration:underline;}

/******************************************************************************/
/*boxes on the page*/
/******************************************************************************/


body {background-color:#ffffff; text-align:center;}
#centrepage {margin:0em; width:100%; height:100%;}
#holder {width:1000px; background-color:#ddd; margin: 0 auto 0 auto; text-align: left;}
#outerborder {width:1000px; border:#fff thin solid; float:left;}

#header { background-image:url(../blog/logo.jpg); background-repeat:no-repeat; width:1000px; height:150px; float:left; border-bottom:#CCCCCC medium solid; background-position:18px 0px;}
#leftheadblock { width:300px; height:160px; margin:20px; float:left; text-align:left; background-color:#009933;}
#rightheadblock { width:600px; height:30px; margin:10px 20px 20px 20px; float:right; text-align:right; }
#topmenu {width:1000px; height:34px; float:left; text-align:center; margin:0; padding:0; background-color:#0000FF;}
#container {width:1000px; height:auto; float:left; border-bottom:#CCCCCC medium solid;}
#panelleft {width:166px; height:auto; float:left; background-color:#999933;}
#maincontent {width:550px; height:450px; margin:20px 0 20px 0; float:left; background-color:#999999;}
#maincontententry {width:550px; height:450px; margin:20px 0 20px 0; float:left; background-color:#999999;background-image:url(../images/gghome.jpg); background-repeat:no-repeat; border:#999999 thin solid;}
#panelright {width:310px; height:410px; float:right; background-color: #ff53ff; margin:20px 0 20px 0; color:#FFFFFF; text-align:center; padding: 20px; position:relative;}
#twitterright {width:350px; height:450px; float:right; background-color: #ff53ff; margin:20px 0 20px 0; color:#FFFFFF;}
#bottomlinks {background-color:#000066;width:1000px; height:25px; float:left; text-align:center;}
#footer {width:990px; height:60px; float:left; padding:5px 0 5px 10px; text-align:center;}
#company {background-color:#00CCFF; width:300px; height:50px; float:right;}
#buttons { position:absolute; bottom:0; left:0px; width:350px; height:100px;}
.enterbtn {margin:0 10px 0 0;}
.leavebtn {margin:0 0 0 10px;}



/******************************************************************************/
/*font classes*/
/******************************************************************************/

#panelright p {font-size:15px; color:#fff;margin:20px 0 0 10px;}


#rightheadblock a {padding:5px; font-weight:bold; color:#000000; display:block; display:inline; }

#rightheadblock a:hover {font-weight:bold; color:#fff; background-color:#000000; text-decoration:none;  }






