body {
	font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
}

td {
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

th {
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

img{
	border: 0;
}

/* TYPE */

h2{
	color: #f89829;
	font-weight: bold;
	font-size: 20px;
}

h3{
	color: #8a8c8f;
	font-weight: bold;
	font-size: 13px;
}

.yellow{
	color: #f89829;
}



/* DIVS */

#container{}

#content{
	width: 950px;
	text-align: left;
}

#content-temp{
	width: 800px;
	text-align: left;
}

#header{
	text-align: right;
	padding: 10px 10px 20px 10px;
	clear: both;
}

#menu{
	padding: 10px 10px 20px 150px;
	text-align: left;
	font-size: 13px;
	clear: both;
}

#menu a{
	text-decoration: none;
	color: #8a8c8f;
}

#menu a:hover{
	color: black;
}

#title{
	padding-left: 150px;
	clear: both;
}

#title img{
	padding: 0px 10px 0px 0px;
}

.title-left{
	float: left;
}

.title-right{
	float: right;
	text-align: right;
}

#maintext{
	padding-left: 150px;
	padding-right: 0px;
	padding-top: 10px;
	float: left;
	width: 800px;
	font-size: 11px;
	color: #8a8c8f;
}

#maintext img{
	padding: 5px;
}

#maintext a{
	text-decoration: none;
	color: #f89829;
}

#maintext a:hover{
	color: #00aeff;
}

.home{
	background: url(images/home_bg.jpg) no-repeat bottom left;
	padding-bottom: 300px;

}

.history{
	background: url(images/history_bg.jpg) no-repeat bottom left;
	padding-bottom: 270px;
}

.col-first{
	width: 180px;
	float: left;
}

.col{
	width: 180px;
	float: left;
	padding: 0px 0px 0px 10px;
}

.col-half{
	width: 50%;
	float: left;
}

.col-third-first{
	width: 30%;
	float: left;
}

.col-third{
	width: 30%;
	float: left;
	padding: 0px 0px 0px 10px;
}

.spacer{
	height: 30px;
	clear: both;
}

#footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #bbb;
	padding: 10px 0px;
}

#footer a{
	text-decoration: none;
	color: #bbb;
}

#footer a:hover{
	color: black;
}

.col-temp{
	width: 260px;
	color: #25bfee;
	font-size: 14px;
	float: left;
	padding-right: 10px;
}

.col-last-temp{
	width: 260px;
	color: #25bfee;
	font-size: 14px;
	float: left;
}

.col-temp a, .col-last-temp a{
	color: #25bfee;
	text-decoration: none;
}

.col-temp a:hover, .col-last-temp a:hover{
	text-decoration: underline;
}
