@charset "utf-8";
/* TempleOfOshun.com Styles */
* {
	margin:0;
	padding:0;
	}
body {
	background:#070604 url(../images/bg.png) repeat-y top center;
	color:#eadaba;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
a {
	color:#B04118;
	}
#header_wrapper {
	position:relative;
	width:514px;
	margin:auto;
	}
#header_right, #header_left {
	position:relative;
	float:left;
	width:70px;
	height:150px;
	}
#header_right img, #header_left img {
	position:absolute;
	bottom:0;
	}
#header {
	float:left;
	background:#5c200e url(../images/header_bg.png) no-repeat bottom center;
	height:150px;
	width:372px;
	border-left:1px solid #61250d;
	border-right:1px solid #61250d;
	}
#nav {
	background:#070604 url(../images/nav_bg.png) no-repeat bottom center;
	height:57px;
	line-height:57px;
	margin:auto;
	text-align:center;
	}
#nav ul li {
	display:inline;
	padding:0 10px;
	}
#nav ul li a {
	color:#d08b30;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	}
#nav ul li a:hover, #nav ul li a.active {
	color: #eadaba;
	}
#main {
	position:relative;
	width:938px;
	margin:auto;
	}
#links_page {
	position:relative;
	width:938px;
	margin:auto;
	background:#451B0E;
	text-align:center;
	}
#left {
	float:left;
	width:282px;
	text-align:center;
	}
#middle {
	position:relative;
	float:left;
	width:372px;
	min-height:317px;
	background:#491a0b url(../images/middle_bg.png) repeat-y top left;
	border-left:1px solid #54220b;
	border-right:1px solid #54220b;
	text-align:center;
	}
#splash {
	float:left;
	width:282px;
	text-align:center;
	}
#phead {
	text-align:center;
	margin:15px 35px;
	color:#b04118;
	background:transparent url(../images/phead_left-trans.png) no-repeat center left;
	}
#phead div {
	background:transparent url(../images/phead_right-trans.png) no-repeat center right;
	}
#content {
	padding:0px 35px 30px 35px;
	line-height:1.5;
	font-size:95%;
	text-align:justify;
	}
#content p, #content ol, #content ul, #content table, #content blockquote {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#footer {
	border-top:1px solid #070604;
	padding-top:15px;
	text-align:center;
	font-size:11px;
	color:#815d47;
	}
#footer p {
	margin-bottom:5px;
	}
#footer a {
	color:#813f0c;
	}
	
