html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background:url("images/mid.jpg") repeat-y center;
    color:#fff;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
@font-face{font-family:"Code Bold"; src:url("code_bold.otf");}

/* Header
-----------------------------------------------------------------------------*/
#header {height:691px; background:url("images/top.jpg") no-repeat center top; text-align:center;}
.logo{padding-top:400px; font-family:"Code Bold"; font-size:40px;}
.tagline{margin-top:10px;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 960px;
    margin:0 auto;
    margin-top:-100px;
	padding: 0 0 578px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {width: 100%; float: left; overflow: hidden;}
#content {padding: 0 0 0 270px;}
#content h1{font-size:18px; margin-top:5px; margin-bottom:25px;}
#content p{text-indent:25px; margin-bottom: 15px; margin-top:5px;}
#content ul{margin-top:10px; margin-bottom:15px; margin-left:35px;}
#content ul li{list-style-type:disc;}
#content h2{font-size:14px;}
#content a{color:#fff;}
#content img{margin:10px;}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
    text-align: center;
    padding-top:23px;
    padding-bottom:10px;
	margin-left: -100%;
	position: relative;
    background:url("images/menu_back.png");
    border-radius:10px;
}
#sideLeft ul li{margin-bottom:13px;}
#sideLeft ul li a{color:#fff; text-decoration:none; font-size:14px;}
#sideLeft ul li a:hover{text-decoration:underline;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {margin: -578px auto 0; height: 578px; background:url("images/bottom.jpg") no-repeat center bottom;}
.footer_in{width:960px; margin:0 auto; padding-top:500px;}
