/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% "Trebuchet MS", Verdana, Arial;
	background: #9a9901 url(../imgs/layout/bg.gif) repeat-x;
}


#holder {
	width: 760px;
	text-align: left;
	margin:0 auto;
	background-color: #9a9901;

}

#language {
	width: 100%;
	text-align: right;
	padding:10px 0 20px 0;

}

#topnav {
	width: 100%;
	height:108px;
	text-align: left;
}

#header {
	width: 100%;
}

#subnav {
	width: 100%;
	padding-top:15px;
	text-align: center;
	background-color: #bab931;

}

.subnavIcon {
	margin-right:40px;
}

#title {
	width: 100%;
	text-align: center;
	padding:20px 0;
	background-color: #bab931;

}


#content {
	width: 720px;
	text-align: left;
	background-color: #bab931;
	padding:0 20px;
	min-height:400px;
}

#content p{
	font-size: 90%;
	margin-bottom:15px;
}

#content h1{
	font-size: 140%;
	margin-bottom:20px;
	color:#3a3a01
}

#content h2{
	font-size: 110%;
	margin-bottom:20px;
	color:#3a3a01
}


#content a{
	font-size: 90%;
	text-decoration: underline;
	color:#585801;
}

#content a:hover {
	font-weight: bold;
}

#content a:active {
	text-decoration: underline;
}

.thumbBox {
	margin: 0 auto 20px auto;
	width:80%;
	text-align:center;
	padding:0;
}

.thumbs {
	margin:0 5px;
	border:1px solid #656501
}

#footer {
	width: 760px;
	text-align:left;
	margin: 0 auto;
	white-space: normal;
}

#footer a{
	font-size: 9px;
	text-decoration: none;
	color:#333300;
	margin-left: 30px;
}


#footer a:hover {
	font-weight: bold;
}

#footer a:active {
	text-decoration: none;
}
