/* coded by michael ouellette for grumblebee studio */
/* initial coding 05.14.2010 */
/**/
/* begin change log */
/* end change log*/

/*******************************************************************/
/* color key */
/* main background : #999956 */

html, body						{margin: 0;  padding: 0; font-family: "Century Gothic",Arial, "Sans-Serif"; font-size: 16px; color: #666666; background:  #262626;/*#f4f4f4;/*#8b907e;*/}
img										{border: none;}			
a											{outline:none;}
.boldit								{font-weight: bold;}
.lighten								{color: #ffd42a;}
.clearit								{clear: both;}

/*****************************************************************************************************************/
/* logo */

#logo								{width: 802px; height: 50px; margin:auto; }

/*****************************************************************************************************************/
/* wrapper */

#wrapper						{width: 802px; height:100%; margin: auto; overflow: auto; }		

#contact							{width: 802px; height: 15px; padding-bottom: 1px; margin: 70px auto 0 auto; overflow: auto;}
#contact p						{font-size: 12px; padding: 0; margin: auto auto 2px auto; line-height: 100%; }

#email								{float:left; font-size: 12px; padding: 0; margin: auto auto 2px auto; line-height: 100%; text-decoration:none; color: #afafaf; }
#email:hover					{text-decoration: underline; color: #ffd42a;}
#phone							{float:right;}

#mainimage					{width: 800px; height: 532px; margin: 0 auto; border: 1px solid #666666; background-image: url(../images/cover300.jpg);  background-repeat: no-repeat; overflow: auto; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#mainsaying					{width: 650px; margin: 300px auto 0 auto; }
#mainsaying p				{margin: auto; color: #ffd42a;/*#afafaf; /*padding: 0;*/ text-shadow: 0 0 10px #ffd42a;}

/*****************************************************************************************************************/
/* mainmenu*/

#mainmenu					{width: 802px; height: 25px; overflow: auto; margin: auto;}
#mainmenu a				{text-decoration: none; color: #afafaf; font-size: 12px;}
#mainmenu a:hover	{text-decoration:underline; color: #ffd42a;}
#box1								{width: 160px; height: 25px; float: left;}
#box2								{width: 140px; height: 25px; float: left; padding-left: 20px;}
#box3								{width: 160px; height: 25px; float: left; text-align: center;}
#box4								{width: 145px; height: 25px; float: left; text-align: right; padding-right: 15px;}
#box5								{width: 160px; height: 25px; float: left; text-align:right;}

/*****************************************************************************************************************/
/* footer*/

#footer								{width: 802px; height: 100%; margin-top: 1px; border-top: 1px solid #666666; overflow: auto;}
#footer p							{font-size: 10px; margin: 0;}




