body {
	background: #731e26 url(../images/gradient.jpg) repeat-x;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 832px;
	text-align: left;
	margin: 0px auto 0px auto;
	border-right: 2px solid #ff9933;
}

#header {
	height: 151px;
}

#middle {
	margin: 0px 0px 0px 16px;
	border-left: 2px solid #ff9933;
	min-height: 250px;
	height: auto;
	_height: 250px;
}

#content {
	background: #731e26 url(../images/content-bg.jpg) repeat-x;
	line-height: 1.25;
	margin: 0px 215px 0px 255px;
	padding: 0px;
}

#nav {
	width: 180px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.0;
	float: left;
	padding: 0px 0px 45px 30px;
	margin: 0px 0px 0px 0px;
}

/* Hides from IE5-mac \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
* html #nav {
	margin-right: 45px;
}
/* End hide from IE5-mac */ 

#buddha {
	width: 182px;
	height: 162px;
	background: url(../images/buddha-lower.jpg);
	float: right;
}

/* this class should be placed on a div
or break element and should be the final 
element before the close of a container 
that should fully contain a float */
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	height: 120px;
	background: url(../images/footer.jpg) no-repeat;
	text-align: right;
	padding: 30px 215px 0px 266px;
}	

#excerpt {
	width: 500px;
	padding: 50px 50px 50px 50px;
	text-align: left;
}


/* Text styles */

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #f9d74f;
}

h2 {
	margin: 20px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #ffffff;
}

h3 {
	margin: 20px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #ffffff;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 0.8em;
}

#footer p {
	margin: 0px 0px 7px 0px;
	font-size: 0.75em;
}

ul {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	font-size: 0.8em;
}

ul ul {
	font-size: 1.0em;
}

li {
	list-style-type: disc;
	margin-bottom: 5px;
}


/* Links */

#nav a:link, #nav a:visited {
	color: #f9d74f;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #ffffff;
}

a:link, a:visited {
	color: #f9d74f;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}


/* Forms */

label {
	font-size: 0.8em;
}

input, textarea {
	width: 250px;
	margin: 5px 0px 10px 0px;
}


/* Miscellaneous */

img {
	position: relative;
}

.float-left {
	float: left;
	margin: 0px 15px 5px 0px;
}

.float-right {
	float: right;
	margin: 0px 0px 5px 15px;
}


