@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #bc9c63;
	color: #fff;
	
}

html {
	height: 101%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}


#top {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-align:right;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;

}

#top a {
	color: #fff;
	text-decoration:none;
	
}

#top a:hover {
	color: #fff;
	text-decoration:underline;
	
}



#header {
	color: #fff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	padding: 10px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 150px;	
}



#bottom {
	font-size: 10px;
	text-align:center;
	color: #fff;
}

#bottom a {
	text-decoration:none;
	color: #fff;
}

#bottom a:hover {
	text-decoration: underline;
}

#main {
	background-image:url(images/shissias.png);
	background-repeat:no-repeat;
	background-color: #3c4f19;
	background-position: right bottom;
	height: 269px;