@charset "utf-8";
/* LaRueMcCay.com Main Styles */
* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	background:#1d0f25 url(../images/shell_gradient.png) repeat-x left bottom;
	color:#ede4f3;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}
a {
	color:#a899b1;
	}

#wrapper {
	position:relative;
	height:100%;
	}
#top {
	position:relative;
	height:85%;
	width:1000px;
	margin:auto;
	background:transparent url(../images/accent_TL-trans.png) no-repeat top left;
	padding:0;
	}
#bottom {
	position:relative;
	height:15%;
	background:#1d0f25;
	color:#bcb7be;
	text-align:center;
	font-size:11px;
	}
.copyright a {
	color:#956bae;
	text-decoration:none;
	}
#bottom div {
	position:relative;
	line-height:5em;
	color:#956bae;
	font-size:14px;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	}
#bottom div img {
	vertical-align:middle;
	margin:0 8px;
	}
#bottom div a {
	text-transform:uppercase;
	color:#956bae;
	text-decoration:none;
	}
#bottom div a.active, #bottom div a:hover {
	color:#fff;
	}
.logo {
	position:absolute;
	bottom:30px;
	left:15px;
	z-index:2;
	border:none;
	}
#splash {
	position:absolute;
	width:335px;
	height:100%;
	left:190px;
	bottom:0;
	z-index:1;
	}
#bar {
	position:absolute;
	width:80px;
	height:100%;
	left:180px;
	background:#000;
	filter:alpha(opacity=39);-moz-opacity:.39;opacity:.39;
	}
#splash img {
	position:absolute;
	bottom:60px;
	left:0;
	}
#phead {
	position:absolute;
	width:auto;
	height:auto;
	bottom:420px;
	}
#content {
	position:absolute;
	height:348px;
	bottom:50px;
	overflow: auto;
  	width:430px;
	line-height:1.5;
	font-size:95%;
	padding-right:10px;
	z-index:3;
	outline:none;
	}
#content p, #content ul, #content ol, #content table, #content blockquote {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#left {
	width:530px; 
	position:relative; 
	float:left; 
	height:100%;
	}
#right {
	position:relative; 
	width:450px; 
	float:right; 
	height:100%;
	background:transparent url(../images/accent_TR-trans.png) no-repeat top right;
	}
#left_full {
	width:470px; 
	position:relative; 
	float:left; 
	height:100%;
	}
#right_full {
	position:relative; 
	width:510px; 
	float:right; 
	height:100%;
	background:transparent url(../images/accent_TR-trans.png) no-repeat top right;
	}
#splash_full {
	position:absolute;
	width:335px;
	height:100%;
	left:190px;
	bottom:0;
	z-index:1;
	}
#right_inner {
	position:relative;
	height:100%;
	background:transparent url(../images/accent_BL-trans.png) no-repeat bottom center;
	}
.infobox {
	width:150px; 
	background:#000; 
	border:1px solid #fff; 
	padding:10px; float:left; 
	margin-right: 10px; 
	font-size:11px;
	}

