* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background:url(../images/pat.gif);
	color:#FFF;
	font: 12px/18px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	
}


p {margin: 0 0 25px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 130%;
	height: auto !important;
	height: 100%;
}

	h1,h2 { 
		color: #77AFC7 !important;
		margin-bottom: 0;
		line-height: 1.7em;
	}
	p {
		font-size:0.9em;
		margin-top: 0;
	}
	
	code { 
		background-color: #100;
		padding: 0.2em 0.5em;
		display: inline-block;
	}
/* JS
-----------------------------------------------------------------------------*/


/* Header
-----------------------------------------------------------------------------*/
#header {
    background:#000;
    height:auto;
    padding-bottom:5px;
}

#inner_head {
	background-image:url(../images/logo.jpg);
	padding-left:100px;
	background-repeat:no-repeat;
    height:100px;
    margin:0 auto;
    width:970px;
}

/*Navigation
-----------------------------------------------------------------------------*/
.nav ul {
		padding: 10px 0 0 0;
		float: left;
	}

	.nav li,
	.nav li a {
		float: left;
		display: block;
	}

	.nav li a {
		
		color:#FF6600;
		
		text-decoration: none;
		font-weight:none;
	}
	
	html .nav li a:hover {
		color: #FF9900;
	}
.nav a.hover{
	text-decoration:none;
	color:#FF6600;
	}
	
.nav ul.horizontal_list li{	
	font-family:"CastleTUlt";
	font-size:25px;
    float:left;
    list-style: none;
    padding: 25px 25px 3px 75px;
    margin: 0px;
    
	}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	background:url(../images/head.png);
	width: 100%;
	padding: 0 0 200px;
	height: 100%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#container a{
	text-decoration:none;
	color:#FF6600;
}
#container a:hover{
	text-decoration:underline;
	color:#FF6600;
}
#content {
	letter-spacing:1.5;
	font-size:1.2em;
	padding:10px;
	padding: 0 0 0 270px;
	line-height: 1.5em;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	padding:10px;
}
.sl a{
	text-decoration:none;
}

.sl a:hover{
	text-decoration:underline;
	color:#FF6600;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	height: 100px;
	background:#000;
	background:url(../images/seats.gif);
	padding-top:2%;
}
#footer a{
	text-decoration:none;
	color:#FF6600;
}
#footer a:hover{
	text-decoration:underline;
	color:#FF6600;
}
#inner_foot {
	width:900px;
	margin: 0 auto;
}
