@charset "UTF-8";
body { 
	font: 100% "lucida grande", sans-serif;
	line-height: 95%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #eee url(../pics/flora.jpg);
}
	

a:link, a:active, a:visited{
	text-decoration: none;
	color: #F93;
	}
	
a:hover{
text-decoration: underline;
}	



#container {
	width: 1000px; 
	background: #fff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #eee;
	text-align: left;
}

#header {

	 
	padding: 10px 20px 0px 20px; 
	border-bottom: 1px dotted #DDD;
	height: 85px;
}

#header h1 {
	position: relative; font-size:12px; 
	margin: 20px 0 20px 20px; 
	text-align: left;
	width: 150px;
	float: left;	
}
#header h1 img {
position: absolute; top: 0; left: 0;
}
	

	#header h1 a img {
border: 0;
	}	

#navbox {
	font-weight: bold;
	text-align: right;
	float: right;
	width: 600px;
	margin-top: 60px;
}
#navcontent {
	color:#F93;
	font-size: small;	
}

#navcontent ul {
	display: inline;
	
}

#navcontent:hover{
	color: #000;
	
	
}


#navcontent ul li {
	display: inline;
	margin-right: 20px;
}

#navcontent ul li a {
	color:#333;
}

#navcontent ul li a:hover {
	color: #F93;
}

#navcontent .current:visited{
color: #F93;
text-decoration: none;
}

#mainContent {
	background: #FFFFFF;
	text-align: center;
	
	
}
/*______HOME_____*/
#indexpg
{
text-align: left;
height: 500px;
margin-top: 10px;
padding: 20px;
background: url(../images/pallopeli.jpg);
background-position: center;
background-repeat: no-repeat;
}

#indextxt{
font-size: small;
line-height: 20px;
text-align: left;
margin: 10px 10px 60px 400px;
padding: 20px;
background-image:url(../pics/1x1.png);
background-repeat: repeat;
}

#indextxt h2{
font-size: medium;
}

p a:active{
text-decoration: none;
color:#333;
}

#indextxt a:active{
text-decoration: none;
color:#333;
}

/*______FLASH_____*/
#galleryFlash {
margin-top: 20px;
}

/*______CV_____*/

#cv 
{ text-align: left; 
padding: 20px 40px 30px 40px;
list-style-image: url(../pics/diamond.gif);
list-style-type: circle;
font-size: small;
}
#cv h3 
{ 
 margin: 15px 0 0 0;
}

/*______FOOTER_____*/

.base #footer {
	padding: 0 40px;
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	text-align: right;
}
.base #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: x-small;
}
.base #footer p a{
	color:#333;
}

.base #footer p a:hover{
	color:#F93;
}