/*CSS*/

body
{ 
	background-image: url('slice.jpg'); 
	font-family: georgia, helvetica, arial, san-serif; 
}
*
{
	margin:0;
	padding:0;
	border: 0;
}
#supercontainer 
{
	margin: 20px auto; 
	width: 900px;
}
#header 
{
	background-image: url('middle.jpg'); 
	background-repeat: repeat-x;
	height: 60px; 
	padding: 10px 0px 0px 20px;
	margin-bottom: 20px;

}
.people {padding:0px 0px 0px 150px; color: #fff; text-align: center; font-size: 60%;}
#header ul {list-style: none; margin: -40px 0px 6px 250px;}
#header .cv {font-size: 60%;}
#header .cv:hover {text-decoration: underline;}
#header li {display: inline;}
#header a {text-decoration: none; color: #fff; padding: 0px 30px;font-size: 15px;}
#header a:hover {color: #ccc;}


/*#header .cv {font-size: 90%; padding: 0px 0px 0px 900px;}
#header .cv:hover {text-decoration: underline;}*/

#middle {margin: 0; padding: 0; border: 0;}


#content { color: #fff; width: 900px;font-size:70%; margin: 20px auto; }
#content p {width:500px;padding: 30px; text-align: justify;margin-left: 200px;}
#content h3 {text-align: center;}
#content a {color: #fff; text-decoration: none;}
#content .about { margin-left: 30px;}
#content ul li {margin-left: 300px;}

#contentport { color: #fff; width: 900px; padding-left: 20px;}
#contentport a {color: #fff; text-decoration: none;}
.slider {padding: 50px 0px 0px 500px;}
.text {padding: 50px 0px 0px 20px;}
.text p {font-size: 120%; text-align: center;}

#designs table td {font-size: 70%;}
#contentport .text ul a:hover {text-decoration: underline; color: blue;}

#contentcontact { color: #fff; margin-top: 60px;}
#contentcontact a {color: #fff; text-decoration: none;}
#contentcontact a:hover {text-decoration:underline; color: blue;}
#contentcontact label {float: left; width: 60px; font-size: 70%;}
#contentcontact input  {margin: 5px 0px; background-color: #000000; color: #ffffff; border: 2px inset #ffffff;}
#contentcontact textarea  {margin: 5px 0px; background-color: #000000; color: #ffffff; border: 1px inset #ffffff; overflow:hidden;}

#contentcontact .forms {margin: 10px 0px 0px 400px;}



#footer {color: #fff; font-size: 60%;}
#footer a {color: white;}

#vitae {color:white;}
fieldset {width:400px;text-align: center; margin: 20px auto;}


















