@charset "utf-8";
/* CSS Document */

body	{
	margin:0;
	padding:0;
	background:#2a1a05;
	text-align:center;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#table	{
	position:absolute;
	top:-2px;
	left:-204px;
}
#wrapper	{
	position:relative;
	width:1000px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}

#main	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2a1a05;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	height:410px;
	margin-left:100px;
}

#content	{
	padding-right:150px;
	padding-top:20px;

}
#content h3	{
	font-size:1.2em;
	color:#993300;
}

#content p	{
	margin-left:20px;	
	font-size:.8em;
	color:#f8f9d7;
	line-height:1.5em;
}

#footer	{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer p	{
	text-align:center;
	color:#f8f9d7;
	font-size:.8em;
}
.callme	{
	color:#993300;
	font-size:2em;
}
.contact	{
	font-size:1.2em;
}
.contact a	{
	color:#993300;
}
.contact_page	{
	font-size:2em;
	color:#f8f9d7;	
}
.back a	{
	color:#993300;
}
#left_images	{
	position:absolute;
	left:0;
	top:100px;
}
#left_images td	{
	padding-bottom:25px;
}

#right_images	{
	position:absolute;
	right:0;
	top:100px;
}

#right_images td	{
	padding-bottom:25px;
}

#bottom_images	{
	position:absolute;
	bottom:50px;
	left:-30px;
}

#bottom_images td	{
	padding-left:100px;
}
	
