body  {                         font: 75% Arial, Helvetica, sans-serif;
                                background-color: #FFFFFF;
                                text-align: center;
								padding: 20px;
                                color: #000000;
                                background-image:url(backgrounds/griffon_bg.jpg);
                                background-position: top center;
                                background-repeat: repeat-y;
                                }

#container {                    position: relative;
                                width: 600px;
								height: 500px;
                                margin: 0 auto;
                                text-align: left;
                                background-color: #FFFFFF;
                                background-image:url(images/griffon_splash.gif);
                                background-position: top center;
                                background-repeat:no-repeat;
                                } 

#main	{						padding-top: 235px;
								height: 100px;
								width: 100%;
								}
#main h3			{			padding: 15px; margin: 0px; font-size: 140%;}
#left						{	float: left;
								width: 280px;
								height: 100px;
								margin-left: 20px;
								text-align: center;
								}

#right						{	float: left;
								width: 280px;
								height: 100px;
								margin-right: 20px;
								text-align: center;
								}

#bottom						{	clear: left;
								width: 600px;
								text-align: center;
								color: white; 
								}
#bottom a			{			color: white; }
#bottom h4			{			padding: 15px; margin: 0px; font-size: 140%;}
.inner						{	padding: 5px 20px 5px 20px; }
