* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	font-family:"Lucida Grande";	
	background-image:url('images/robot_FIN_C.png');
	background-repeat:no-repeat;
	border: 0px;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	
	
}

#title1 {
	font-size: 20px;
	color: #e4631f;
}

#title2 {
	font-size: 20px;
	color: #f2ba5b;
}

#left-box {
	/*
	background-color:#f4c8be;
	*/
	padding: 0px 100px 0px 100px;
	width: 200px;
	
	height: 100%;
	
	float: left;
	
}

#copyright {
	font-size: 10px;
	color:#2c6878;
}

#menucontainer {
	padding: 20px;
	margin: 0px 50px 0px 30px;
		/*
background: #f2ba72;
		border-style: solid;
		border-color: #5c2409;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
*/
}

.menuitem {
	font-size: 20px;
	color: #2c6878;
	margin: 10px 10px 10px 10px;
}

.menuitem a {
	color: #2c6878;
}

.selectedmenu {
	background-color: #fcfed4;
	border-style: solid;
	border-color: #f6d18a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#maincontent {
	width: 80%;
	margin: 20px;
}

#maincontent p { 
	line-height: 1.8em; 
}

#maincontent ul {
	margin: 0px 0px 0px 380px;
	border-color: #747474;
	line-height: 1.8em;
}

#main {
	margin: 30px;
}

input[type=text] {
	width: 300px;
	background-color: #fcfed4;
	border-style: solid;
	
	border-color: #f8dfe0;
	
	font-size: 14px;
	font-family:"Lucida Grande";	

}
input[type=submit] {
	
	background-color:#fcfed4;
	border-style: solid;
	border-color: #7c4429;
	font-size: 14px;
	font-family:"Lucida Grande";	

}

textarea {
	width: 300px;
	background-color: #fcfed4;
	border-style: solid;
	border-color: #f8dfe0;
	font-size: 14px;
	font-family:"Lucida Grande";	
}

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;
}
.footer, .push {
     height: 2em;
}
