body {
	margin: 25px;
	background-color: #503625;
	color: black;
}

body,p,input,textarea,select,td,th {
	font-size: 8pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:active {
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	color: #503625;
}

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }
h6 { font-size: 8pt; }

h1,h2,h3,h4,h5,h6 {
	text-transform: lowercase;
}

form {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#frame {
	position: relative;
}

#panel {
	position: absolute;
	top: 225px;
	left: 75px;
	background: url('/images/panel1.png') 0 0 no-repeat;
	width: 250px;
	height: 573px;
}

#header {
	position: relative;
	height: 198px;
	background: url('/images/banner.png') 0 0 no-repeat;
}

#menu {
	position: absolute;
	left: 330px;
	top: 70px;
	font-size: 0pt;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	font-size: 0pt;
	color: white;
}
#menu ul li.active a {
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li#row_1 a {
	width: 54px;
	height: 72px;
	background: url('/images/menu_home.png') 0 0  no-repeat;
}
#menu ul li#row_1 a:hover, #menu ul li#row_1.active a {
	background-position: -54px
}
#menu ul li#row_2 a {
	width: 66px;
	height: 72px;
	background: url('/images/menu_menus.png') 0 0  no-repeat;
}
#menu ul li#row_2 a:hover, #menu ul li#row_2.active a {
	background-position: -66px
}
#menu ul li#row_3 a {
	width: 104px;
	height: 72px;
	background: url('/images/menu_testimonials.png') 0 0  no-repeat;
}
#menu ul li#row_3 a:hover, #menu ul li#row_3.active a {
	background-position: -104px;
}
#menu ul li#row_4 a {
	width: 122px;
	height: 72px;
	background: url('/images/menu_special-touches.png') 0 0  no-repeat;
}
#menu ul li#row_4 a:hover, #menu ul li#row_4.active a {
	background-position: -122px;
}
#menu ul li#row_5 a {
	width: 84px;
	height: 72px;
	background: url('/images/menu_contact.png') 0 0  no-repeat;
}
#menu ul li#row_5 a:hover, #menu ul li#row_5.active a {
	background-position: -84px;
}

#body {
	position: relative;
	top: -30px;
	min-height: 500px;
}
#body div.content {
	margin: 0px 20px 10px 280px;
}
#body div.content p {
	text-align: justify;
}

#footer {
	height: 80px;
	background: url('/images/footer.png') 0 0 no-repeat;
}
#footer a {
}

#designedby {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	color: #c0c0c0;
	text-align: right;
	margin-top: 10px;
}
#designedby a {
	color: #c0c0c0;
}
