body
{
	background:  #000000 ;
	font-family: Georgia, serif;
	font-size:80%;
	line-height:150%;
	
}


/* Wrapper */

#main
{
	padding-top: 40px;
	padding-bottom: 40px;
}

#wrapper
{
	background-image:  url('images/background.jpg');
	width: 960px;
	height: 782px;
	border:  1px solid #777777;
	margin-left:auto;
	margin-right: auto;
}

#polaroid
{
	
	width: 700px;
	height: 500px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 141px;
}

#polaroid_content
{
	background: #504A3A url('images/polaroid_content_table.jpg') no-repeat;
	width: 680px;
	height: 439px;
	border-top: 10px solid white;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

#polaroid_content_data
{
	width: 300px;
	padding-left:350px;
	padding-top: 20px;
}
#polaroid_content_data p
{
	padding-bottom: 1em;
	text-align: justify;
	font-size: 85%;
	text-indent: 2em;
}
#polaroid_content_data p a,
#polaroid_content_data p a:visited
{
	text-decoration: none;
	color: #BBB;
}

#polaroid_content.home
{
	background: #504A3A url('images/polaroid_content_home.jpg') no-repeat;
}

#polaroid_content.table
{
	background: #504A3A url('images/polaroid_content_table.jpg') no-repeat;
}

#polaroid_content.about
{
	background: #504A3A url('images/polaroid_content_about.jpg') no-repeat;
}
#polaroid_content.testimonials
{
	background: #504A3A url('images/polaroid_content_testimonials.jpg') no-repeat;
}



/* Menu */

#menu
{
	margin-left: auto;
	margin-right: auto;
	width: 605px;
	padding-top:  6px;
	height: 45px;
}

#menu ul,
#menu ul li
{

}

#menu ul li
{
	width:  100px;
	height: 35px;
	float:  left;
	border-right:  1px dotted #3f3a2b;
}
#menu ul li.last
{
	border:  none;
}
#menu ul li.current
{
	background: #FFFFFF url('images/frilly.gif') no-repeat scroll 11px -0px ;

}


#menu ul li a
{
	margin-top: 10px;
	text-decoration: none;
	display: block;
	color: #3f3a2b;
	width:  100px;
	text-align: center;
}
#menu ul li a:hover
{
	color:  #767998;
}

/* Footer */
#extratext
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:70%;
	padding-top:30px;
	color: #777777;
	height:30px;
}


#footer
{
	width:500px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:80%;
	padding-top:0px;
}

#footer
{
	color: #666666;
}
#footer a,
#footer a:visited
{
	color: #777777;
	text-decoration: none;
}

