* {
	margin:0;
	padding:0;
}

body {
	background:#280000 url(assets/shading.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:400;
	color:#eeeeee;
}

a {
	text-decoration:none;
	color:#ffcccc;
}

a:hover {
	text-decoration:underline;
	color:#ffffff;
}

#wrap {
	margin:0 auto;
	width:800px;
}

#header {
	height:145px;
	color:#ffbbbb;
	background:#2a3742 url(assets/heading.jpg) no-repeat;
}

#header h1 { 
	font-size:28px;
	padding:24px 0 0 23px;
	color:#eeeeee;
}

#header h2 {
	font-size:18px;
	padding:0 0 4px 23px;
}

#header h3 {
	font-size:16px;
	padding:0 0 1px 23px;
	font-weight:300;
}

#header h4 {
	font-size:15px;
	padding:1px 0 0 24px;
	color:#ffbbbb;
	font-weight:300;
}

#header h4 a {
	color:#ffdddd;
}

#header h4 a:hover {
	color:#ffeeee;
}

#contentbar {
	background:#e1f2d0 url(assets/contentbar.jpg) no-repeat top;
	height:50px;
	line-height:50px;
	margin-top:7px;
	padding-left:20px;
	font-weight:700;
	font-size:16px;
}

.contentbarleft {
	float:left;
	width:220px;
}

.contentbarright {
	float:right;
	width:530px;
}
	
#content {
	padding:0 5px 0 0;
}

#content h1 {
	font-weight:600;
	margin-left:5px;
}

#content p {
	font-size:0.9375em;
	margin-left:14px;
	margin-right:10px;
	padding-bottom:8px;
}

.left {
	float:left;
	width:220px;
	padding-top:5px;
}

.left p {
	font-size:0.900em;
	margin:13px 0 6px 30px;
}

.left h1 {
	font-weight:700;
	font-size:16px;
	padding:14px 0 11px 14px;
}

.left h2 {
	font-weight:200;
	color:#88eeff;
	font-size:0.925em;
	padding-bottom:9px;
	margin-left:30px;
}

.left h2 a {
	font-weight:700;
	color:#33eeff;
}

.left h3 {
	font-weight:100;
	color:#33ccff;
	font-size:0.725em;
	padding-bottom:10px;
    text-align: right;
}

.left h3 a {
	color:#33ccff;
}

.left ul {
	list-style-type:none;
	font-size:0.875em;
	font-weight:600;
	line-height:1.5em;
	margin-left:30px;
}

.left ul li a {
	text-decoration:none;
	color:#ffbbbb;
}

.left ul li a:hover {
	color:#ffffff;
}

.leftpic {
	float:left;
	margin-left:9px;
}

.right {
	float:right;
	width:530px;
	text-align:justify;
	padding-top:0.1875em;
	font-size: 0.9375em;
}

.right h1 {
	font-size:1.125em;
	font-weight:600;
	line-height:1.56em;
	color:#ffee66;
}

.right ul {
	list-style:circle;
	margin-left:35px;
	margin-right:17px;
	line-height:1.125em;
	color:#ffdd66;
}

.right ul li{
	padding-bottom:0.25em;
}

.right p {
	padding:6px 12px 6px 12px;
}

.right_pic {
	float:right;
	margin-left:8px;
}

.trow1 {
}

.trow1 h1 {
	font-size:1.125em;
	font-weight:600;
	margin-left:5px;
	color:#ffee66;
}

.trow1 p {
	font-size:0.9375em;
	margin-left:14px;
	margin-right:10px;
}

.trow2 {
	background:#440000;
}

.trow2 h1 {
	font-size:1.125em;
	font-weight:600;
	margin-left:5px;
	color:#ffee66;
}

.trow2 p {
	font-size:0.9375em;
	margin-left:14px;
	margin-right:10px;
}

.center {
}

.center h1 {
	font-size:.7125em;
	font-weight:600;
	margin-left:5px;
	color:#ff0000;
}


#slideshowholder {
	height:600px;
}

#footer {
	text-align:center;
	font-size:11px;
	color:#dddddd;
	margin-top:20px;
	border-top:1px dotted #ffee33;
	padding-top:10px;
	padding-bottom:10px;
}
