

body { 
	background-color: #F0E0CA;
	background-position: 100% 100%;
	color: #020202;
	margin:10px;}

a:link {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #020202; }

a:visited { 
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #020202; }

a:active {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #020202; }

a:hover { 
	background-color: #020202;
	text-decoration: none;   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDFDFD; }

img { border-width: 0px;}


/*this big bag contains everything*/
#container {
		background-color: #DC5A16;
		color: #ffff00;
		width: 649px;
		margin: 0px auto;
		padding: 0;		
		}
/*YEAH!*/
		
#banner {
	background-image: url('images/banneri.jpg');
	width: 649px;
	height: 390px; }
	
		

#menu {
	vertical-align: bottom;
	//background-color: #4F4F02;
	background-image: url('images/content_bg.jpg');
	color: #020202;
	width: 649px;
	height: 40px;
	}

	

#content {
	background: #221E1F;
	background-image: url('images/content_bg.jpg');
	color: #ffff00;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	float: none;
	width: 630px;
	min-height: 472px;
	height: auto;}
	

	
#bottom {
	vertical-align:bottom;
	//background-color: #4F4F02;
	background-image: url('images/pohja.jpg');
	color: #ffff00;
	width: 649px;
	height: 78px; }
	

/* text decorations */
.menutext {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px; 
	color: #FDFDFD;
	text-align:center; }
	
.title {
	background-color: transparent;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px; 
	color: #FDFDFD;
	text-align:left;
	margin: 0px 50px 0px 50px;
	font-weight: bold;
	border-bottom: 2px solid #000000; }

.text {
	background-color: transparent;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px; 
	margin: 0px 55px 0px 55px;
	color: #FDFDFD;
	text-align:justify; }
	
.text2 {
	background-color: transparent;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	margin: 0px 50px 0px 50px;
	color: #FDFDFD;
	text-align:right; }
	
.copy {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px; 
	color: #271713;
	text-align:center; }