/*
Description:  Kiran Candles - Body Design Styles - UNIVERSAL
Authored by: Agua Web Design - www.aguawebdesign.com
Created:  January 18, 2008
*/

/* ************************************************ */
/*              THIS LAYOUT INCLUDES:               */
/*            Universal interface styles            */
/*              that appear on all pages            */
/* ************************************************ */


/*  ****************************************   */
/*             GENERAL STYLES                  */
/*  ****************************************   */

* {
	margin: 0;
	border-style: none;
}

body {
	text-align: center;
	padding: 0;
	background: #E1832C;
	margin: 10px 0px 0px;
	font: .90em Arial, Helvetica, sans-serif;
}

.noborder {
	border-style: none;	
}

.clear {
	clear: both;
}
.noshow {
	position: absolute;
	left: -150em;
}

#container {
	width: 803px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: solid 6px #000000;
	background-color: #A80D11;
	position: relative;
}


/*  ****************************************   */
/*               HEADER STYLES                 */
/*  ****************************************   */


#header {
	margin: 0px;
	padding: 0px;
}

#logo {
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}

#nav {
	height: 45px;
	background: url(../images/interface/bg_navmenu.jpg) no-repeat;
	position: relative;
}
#nav ul.navbuttons {
	list-style: none;
}
#nav ul.navbuttons li {
	margin: 0px;
	padding: 0px;
	width: 19%;
	float: left;
}
#nav ul.navbuttons li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	margin-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav ul.navbuttons li a:hover {
	color: #E1832C;
}
#nav ul.navbuttons li a.line {
	border-right: 1px solid #FFFFFF;	
}



/*  ****************************************   */
/*                BODY STYLES                  */
/*  ****************************************   */

#body_container {
	margin: 0px;
	padding: 0px;
}

#body_content {
	margin: 10px;
	background: #E1B47E;
	padding: 10px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}



/*  ****************************************   */
/*                FOOTER STYLES                */
/*  ****************************************   */

#footer {
	height: 53px;
	background: url(../images/interface/bg_footer.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#copyright {
	color: #FFFFFF;
	text-align: center;
	padding-top: 18px;
	font-size: .9em;
}
