/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg-gradient.gif);
	background-color: #80F7CF;
	background-repeat: repeat-x;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBA88A;
}



a {font-family:Georgia,serif; font-size:14px}
a:link {
	color:#E8A8AB;
	text-decoration: none;
}

#footer a {font-family:Georgia,serif; font-size:11px}

a:visited {
	color: #E8A8AB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
	font-weight:bold;
}
a:active {color: #E8A8AB;text-decoration: none}


#wrapper {
	margin: 0 auto;
	width: 1024px;

}
#header {
	color: #333;
	width: 1024px;
	float: none;
	padding: 0px;
	height: 338px;
	margin: 0px;
	background-color: #88F8D2;
	background-image: url(images/images/slices_01.gif);
}

#flower-bottom {
	color: #333;
	width: 1024px;
	float: none;
	padding: 0px;
	height: 52px;
	margin: 0px;
	background-color: #88F8D2;
	background-image: url(images/images/slices_02.gif);
	background-repeat: no-repeat;
}
#main-content {
	color: #333;
	width: 1024px;
	float: left;
	padding: 0px;
	height: auto;
	margin: 0px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}
#leftcolumn {
	margin: auto;
	padding: 10px;
	height: auto;
	width: 195px;
	float: left;
	position: relative;
	left: 120px;
	top: 10px;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: auto;
 padding: 10px;
 height: auto;
 width: 550px;
 display: inline;
 position: relative;
 top: 10px;
 right: 100px;
}
#footer {
	width: 1024px;
	clear: both;
	background-color: #81F7CF;
	background-image: url(images/images/slices_04.png);
	height: 98px;
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu-font{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.img-right{
	padding: 10px;
	float: right;
}

.body-font{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #372926;
	}
	
.footertxt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	}

.emailtxt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	}

.footertxtbottom{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	}
	
.footerlinkbottom{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}

table {
	border: 0px solid #E1D6C8;
}

