
body {
	background: #f7f7f7;
	letter-spacing:1px; color: #556; width:600px; margin: auto; margin-top:200px; text-align:center;
	font: small/150% helvetica, verdana, arial, sans-serif;
}

a img { border:0 }

h1, h2, h3, h4 {
	font-weight:normal;
	font-family: Georgia;
	}

#header {
	margin: 30px auto;
	color: #666;
/*	text-transform:uppercase;*/
	letter-spacing: 1px;
}

#header p { display:none; }

#header h1 {
color: #334; /*556*/
}

#header a {
	text-decoration:none;
	color: #557;
	border-bottom: 1px solid #ddd;
}

#header a:hover {
		border-bottom: 1px solid #889;
		color: #e7e7e7;
}


a {
	text-decoration:none;
	color: #557;
	border-bottom: 1px solid #ddd;
	}

a:hover {
		border-bottom: 1px solid #f69;
		color: #446;
		background: #eee;
	}

#wrapper {
	padding: 20px 0 20px;
	margin: 50px 0;
	border: 1px solid #eee;
	background: #fff;
	
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;

}

#lang a {
	padding: 5px;
	background: #f7f7f7;
	border-bottom:1px solid #ccc;
	text-decoration: none;
}
#lang a:hover {
	background: #fff;
	}

#content {
	margin:30px auto;
	border:0;
	width:500px;
	}
			
#navigation {
	background:#707;
	margin:30px auto;
	width:500px;
	color: white;
	padding: 5px 3px 3px 3px;
	border-bottom: 2px solid #000;
}

#navigation a {
	border:1px solid #707;
	width:300px;
	padding: 7px 3px 3px 3px;
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	background:#000;
	border:1px solid #111;
	border-bottom: 1px solid #f0f;
	width:500px;
	padding: 5px 3px 3px 3px;
	color: #fff;
	text-decoration: none;
}


#portfolio { background:#fff; margin:30px auto; border:1px dashed #000; width:500px }
#links { background:#fff; margin:auto; border:1px dashed #000; width:500px; font-family:verdana,arial; font-size:12px; text-align:left }
#links a { font-family:futura, helvetica, arial, sans-serif; letter-spacing:2px; padding:10px 30px }

#footer {
	margin: 10px auto;
	margin-top: 70px;
	width:500px;
	color: #222;
	}
#language a {
	background: #778;
	color:white;
	padding:5px;
	text-decoration:none
	}
	
#choose_lang{
	width: 100px;
	margin:auto;
	padding: 7px;

	}
