﻿body{
	
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet ms, Helvetica, Arial, Tahoma;
	text-align: center;
}


#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#header {
	float: left;
	width:900px;
	border-bottom: solid 2px #7f3048;
	height:100px;
	background-image:url(images/headerback.gif);
	background-repeat:no-repeat;
}

#header h2{

	margin:0px;
	padding:0px;
	color:white;
	padding:20px 0px 0px 30px;
}

#header p{
	
	margin:0px;
	padding:0px;
	color:#b7aa87;
	padding:0px 0px 0px 26px;
	
}


#navigation {
	float: left;
	width: 138px;
	padding: 10px;
	
}

#content{
		background: white url(images/swoosh.gif) no-repeat top left;

	width:742px;
	float: left;
	min-height: 600px;
}

#footer {
	border-top: solid 1px #7f3048;
	float: left;
	width: 900px;
}
#footer p {
	color:#7f3048;
	padding:10px 10px 10px 10px;
	font-family:Arial;
	font-size:14px;
	text-align:center;
	
}


#content h1 {
	
	height: 60px;
	padding: 7px 0px 0px 70px;
	color: white;
	margin: 0px;
}


#tinylogo{
	
	float: right;
}

.button{
	
	background: white url(images/buttonsplash.jpg) no-repeat center center;
	width: 138px;
	height: 51px;
	vertical-align: middle;
	text-align: center;
	color: white;
	

}

.button a {
	
	display: block;
	width: 138px;
	height: 51px;
	padding-top: 14px;
	vertical-align: middle;
	text-align: center;
	color:white;
   	 text-decoration:none;
	font-size:Medium;
    font-family: georgia, trebuchet ms;
	
}

#buttons{
	
	width: 900px;
	margin: 0 auto;

}

#content P, #content ul, #content h3, dl, form, #map_canvas{
	margin-left: 70px;
	margin-right: 10px;
}

#english{
	
	margin: 0px;
	font-size: smaller;	
	text-align: center;
	float: right;
	height: 60px;
	padding: 7px 20px 0px 0px;
    
}

#english a{
color:white;
text-decoration:none;
}

#footer a{
	color:#7f3048;
}

.smallbtn a{
	font-size:12px;
	padding-top:10px;
}

.tinybtn a{
width: 128px;
	font-size:12px;
	padding-top:10px;
	padding-right:5px;
	padding-left:5px;
}


