body,html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
	}
	body {
		min-width:750px;
	}
	#wrapper {
		background:#ddd;
		margin:0 auto;
		width:750px;
		margin-top: 20px;
		border: 2px solid #000;
	}
	#header {
		background:#ddd;
	}
	#header h1 {	
		font-family: Arial,sans-serif;
    	padding:10px;
    }

	#navcontainer ul {
		padding-left: 0;
		margin-left: 0;
		background-color: #036;
		color: White;
		float: left;
		width: 100%;
		font-family: arial, helvetica, sans-serif;
	}

	#navcontainer ul li {
		display: inline;
	}

	#navcontainer ul li a {
		padding: 0.2em 1em;
		background-color: #036;
		color: White;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
	}

	#navcontainer ul li a:hover {
		background-color: #369;
		color: #fff;
	}
	
	#content {
		background:#fff;
		float:left;
		width:500px;
		font-family: Arial, sans-serif;
		padding-bottom: 10px;
	}
	#content h2, #content h3, #content p {
		padding:15px 10px 0;
    }
	
	#content ul {
		padding:10px 40px;
    }
	#sidebar {
		float:right;
		width:240px;
		font-family: Arial, sans-serif;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:15px 10px 0 0;
    }
	#footer {
		background:#036;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
		font-family: verdana,sans-serif;
		font-size: 0.8em;
		color: #fff;
    }
	
	img {
		border: 3px solid #333;
	}
#validimg {position:absolute;top: 430px;left: 730px;height: 31px;width: 50px;border-style: none;}
#imgpersonal {
      background-image: url(../img/personal.jpg);
      background-repeat: no-repeat;
		position:absolute;
		top:20px;
		left:50px;
		width: 750px;
		height: 420px;
		}
#imgjulpersonal {
      background-image: url(../julpersonal1024.jpg);
      background-repeat: no-repeat;
		position:absolute;
		top:20px;
		left:50px;
		width: 800px;
		height: 440px;
		}

#boxpeter {width:50px;height:300px;position:absolute;top:150px;left:200px;}
#boxolle {width:50px;height:300px;position:absolute;top:150px;left:270px;}
#boxlinda {width:50px;height:300px;position:absolute;top:150px;left:330px;}
#boxove {width:50px;height:300px;position:absolute;top:150px;left:390px;}
#boxpm {width:60px;height:300px;position:absolute;top:150px;left:440px;}
#boxiris {width:50px;height:300px;position:absolute;top:150px;left:500px;}
#boxcurt {width:50px;height:300px;position:absolute;top:150px;left:550px;}

a {cursor:pointer}
