html{
	overflow: scroll;
}

html, body{
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	
	color: #000000;
	
	background-color: #F9F9F9;
	background-image: url(../images/background.png);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-x;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-align: center;
}

img{
	behavior: url(../images/iepngfix.htc);
}

.box{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	
	background-image: url(../images/transparent.png);
	
	border: 1px solid #000000;
}

#main{
	margin: auto;
	width: 900px;
	height: 100%;
}

#header{
	height: 10px;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 20px;
	vertical-align: bottom;
}

div#logo{
	width: 190px;
	text-align: right;
	
	float: right;
	display: inline;
}

div#logo img, div#banner img{
	border: 0px;
}

#banner{
	clear: right;
	text-align: right;
	width: 900px;
}

ul#nav{
	margin-top: 5px;
	padding: 0;
	width: 900px;
	
	float: left;
	display: inline;
	
	font-size: 10px;
	text-align: center;
	
	list-style: none;
	letter-spacing: 5px;
	white-space: nowrap;
	font-weight: bold;
}

ul#nav li{
	margin: 0px 25px;
	text-align: center;
	display: inline;
	border-left: thin;
}

ul#nav a{
	text-decoration: none;
	padding: 3px;
	color: #333333;
	text-transform: uppercase;
}

ul#nav a#current{
	border-bottom: 3px solid #000000;
	color: #000000;
	/*background-color:#5D1603;*/
}

ul#nav a:hover{
	color: #000000;
}

a{
	color: #572020;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#content{
	width: 750px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px; 
}

#footer{
	color: #222222;
	text-align: left;
	
	clear: both;
}

.head{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #333333;
	text-transform: uppercase;
	
	padding: 10px 0px 5px 5px;
	
	text-align: center;	
}

.alert{
	margin: auto;
	width: 400px;
	text-align: center;
	
	font-weight: bold;
	font-size: 10px;
	color: #FF0000;
	text-transform: uppercase;
	
	padding: 5px;
	border-left: double 5px #FF0000;
	border-right: double 5px #FF0000;
}

.picture{
	border: 0px;
	padding: 5px;
}

.pic{
	border: 5px solid #444444;
}

.div_button:hover{
	display: block;
	cursor: pointer;
}