body{
margin:0;
padding:0;
line-height: 1.5em;
font-size:13px;
}

h1 { font-size:160%;margin:0; }
h2 { font-size:140%;margin:0; }
h3 { font-size:130%;margin:0; }
h4 { font-size:120%;margin:0; }

html, textarea, input, input[type=submit], button, a.btn, span, div.alert p, header{ 
	font-family:'PT Sans', sans-serif;
}
code, pre{
	font-family:"Courier New", Courier, monospace;
}
blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
}


#headerbar{
background-image:url("/css/images/headerbg.png");
height:100px;
width:100%;
}

#logo{
background-image: url("/css/images/logo-tilt-web.png");
    background-repeat: no-repeat;
    float: left;
    height: 86px;
    margin-left: 10px;
    margin-top: 7px;
    width: 30%;

}

#toolbar{
float:left;
width:40%;
text-align:center;
padding:10px;
}

#maincontainer{
width: 1248px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 320px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -1248px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 320px; /*Width of right column*/
margin-left: -320px; /*Set left margin to -(RightColumnWidth)*/
}



#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
margin-top:10px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}


#searchbar {
width:300px;
}

input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	/*width: auto;*/
	/*padding: 9px 15px;*/
	background: #FFEA1E;
	border: 0;
	font-size: 14px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.submit {
	text-align:center;
	margin-left:10px;
}

#indexnavlist li{display:inline;list-style-type:none;font-weight:bold;font-size:20px;margin-left:18px;}