@charset "utf-8";

/*CSS file for yohannajessup.com*/

body
{
background: url('Pictures/bg.jpg');
margin: 0;
padding:0;
font-family: Century gothic, Arial, Verdana, Helvetica, sans-serif;
}

#container
{
background-color: #fff;
width: 800px;
height: 525px;
margin-top: 35px;
margin-left: auto;
margin-right: auto;
}

h1
{
font-family:  Century gothic, Arial;
color: #f59d08;
font-size: 27px;
font-weight: bold;
}

ul
{
font-family:  Century gothic, Arial;
color: #f59d08;
font-size: 90%;
font-weight: normal;
list-style-type: none;
}

li
{
margin-left: -10px;
}

p
{
color: #f59d08;
font-size: 90%;
text-align: justify;
}

a:link {color: #f59d08; text-decoration: none; font-weight: bold;}
a:visited {color: #f59d08; text-decoration: none; font-weight: bold;}
a:hover {color: #f59d08;text-decoration: none; font-weight: bold;}
a:active {color: #f59d08; text-decoration: none; font-weight: bold;}

#header
{
padding-left: 25px;
padding-top: 15px;
}

#paragraph
{
padding-left: 25px;
}

#contact_details
{
width: 800px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#photo
{
float: left;
width: 315px;
height: 385px;
padding-left: 25px;
}

#nav
{
float: right;
position: relative;
top: -10px;
width: 419px;
height: 260px;
}

#menu
{
margin-top: 2px;
}

.description
{
margin: 60px 40px 0 10px;
}
