/* Default Theme Stylesheet
Author: Jenni Välkky & Mirva Saarijärvi
Date: 28.11.2007
*/

* {
border: 0;
}
body {
	margin-right:2%;
	width:100%;	
	background-color: #B5E655; 
	margin-left:5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

h1	  {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #fefefe;
	font-size:30px;
}

#header {
	width: 95%;
	height: 240px;
	position: relative;
	margin-left: 0px;
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}	


#logo {
	  width:540px;
	  float : left;
	}
	
#register {
	  margin-top:2%;
	  margin-right:7%;
	  width:30%;
	  float:right;
	  background-image:url(images/3credits.jpg);
	  background-repeat:no-repeat;
	  z-index:99;
	}
#register p {
		padding-right: 30px;
		padding-top:100px;
	}
#koko{
	float:left;
	width:100%;
	height:auto; 
	background: #B5E655 url(images/bg.jpg) repeat-y;	
}
#year {
	margin-left: 250px;
	margin-top:-85px;
	width:250px;
	position:relative;
	
}
#year p{
	font-size:24px;
	font-weight:bold;
	color:#111111;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:right; 
}

#top {
	margin-top:60px;
	width: 90%;
	height: 100;
	position: relative;	
}
#heading {
	height:48px;
	width: 468px;
	float: none;
	padding-left: 20%;
	position: relative;
}
#heading h2{
	font-size:36px;
	color:#FFFFCC;
	font-family:Impact;
}

#content{
	width:100%;
	background-repeat:repeat-y;
	background-position:left;
}
#nav_1 {
	 text-align : justify;
	  margin : 0;
	  margin-top : -2%;
	  padding-left : 1%; padding-right : 3%;
	  width : 160; height: 90%;
	  float : left;
	  position:relative;
	  z-index: 99;
}

#content_text {
	 text-align : justify;
	  padding-left : 1%; padding-right : 1%;
	  width : 40%; height: 90%;
	  float : left;

}
#content_text p{
	  color: #317880;
	  text-decoration:none;
	  font-weight:bold;
	  font-size:14px;
}
#nav_2 {
	 text-align : justify;
	  margin-top : -12%;
	  padding-left : 2%; padding-right : 1%;
	  width : 10%; height: 90%;
	  float : left;
	  position:relative;
	  z-index: 99;

}

#footer {
	width:75%;
	margin-top:5px;
	background-repeat:no-repeat;
	background-position:center;
}
#copy p{
	color:#fefefe;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
#clear {
  	clear: left;
}


