@charset "utf-8";
/* CSS Document */

body 
{
	background: url(images/pattern.png) fixed;
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 28px;
   color: #663300    
}


/* Div Elements */
#wrapper
{
	width: 1061px;
	background: url(images/shadowbox.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	height: 1300px;
	
	
}

#InnerWrapper
	{
	width: 815px;
	margin-left:auto;
	margin-right:auto;
	background: #cccc99 url(images/background.png) repeat-x;
	height: 1300px;
		
		}
#HeadTop
	{
		background: url(images/header.jpg) no-repeat;
		width: 815px;
		height:124px;
		}
		
#LeftSide
	{
	width: 300px;
	height: auto;
	float: left;
	margin-top: 100px;
		}
#RightSide
	{
	width: 500px;
	height: auto;
	float: right;
	margin-top: 75px;
	}
	
	
#galleryContent
	{
	width: 800px;
	height: 480px;
	float: right;
	margin-top: 75px;
	margin-right: 9px;
	}
	
#bottom	
	{
	width: 600px;
	margin-right: auto;
	margin-left:auto;
	clear: both;
	}
		
		
/* imagestyles*/

img.CakeA {
	padding: 20px;
	}
img.CakeB {
	padding-left: 20px;
	}
	
	img.CakeC {
	padding-left: 55px;
	}
/* paragraph styles*/

.maintext {
	padding-right: 40px;
	padding-left:20px;
	}
