body {
background-image: url(graphics/site/bg.jpg);
margin: 0;
padding: 0;
margin: 0%;
padding: 0%;
font: normal 15px Trebuchet, Tahoma, Verdana, Arial, sans-serif;
line-height: 1.5em;
color: #351936;
}

a
{
color: #9f3563;
}

a img
{
border: 0px;
}

h1
{
font-size: 1.3em;
color: #f4083e;

}

h2
{
font-size: 1.1em;
color: #9f3563;
}

h3
{
font-size: 1em;
color: #351936;
}

hr 
{
color: #e8dcc7;
background-color: #e8dcc7;
height: 1px;
border: 0px;
}

#page
{
width: 850px;
height: 2000px;
margin: 0px auto;
padding: 0px;
display: block;
background-color: #fff;
border-left: 2px solid #e39f87;
border-right: 2px solid #e39f87;
}

#header
{
width: 780px;
padding: 15px 20px 0px 0px;
margin-left: 30px;
height: 140px;
}

#header img
{
height: 170px;
}

#navbar
{
width: 400px;
height: 30px;
text-decoration: none;
border-bottom: 1px solid #e8dcc7;
border-top: 1px solid #e8dcc7;
padding-left: 450px;
}

#navbar a
{
text-decoration: none;
float: left;
}

#navbar a img
{
border: 0px; 
padding-right: 16px;
padding-top: 7px;
}

#content
{
width: 780px;
margin: 40px auto;
display: block;
background-color: #fff;
}



#portfolio
{
width: 140px;
float: left;
height: 100%;
}

#portfolio img
{
border: 3px solid #e8dcc7;
padding: 0px;
width: 120px;
}

#big
{
border: 1px solid #e8dcc7;
width: 580px;
float: right;
padding: 20px;
background-image: url(graphics/site/paper.jpg);
-moz-box-shadow: 3px 3px 5px #e8dcc7;
-webkit-box-shadow: 3px 3px 5px #e8dcc7;
box-shadow: 3px 3px 5px #e8dcc7;
}

#big img
{
border: 1px solid #e8dcc7;
width: 580px;
padding: 0px;
}

#resume
{
width: 220px;
display: block;
float: left;
padding-bottom: 130px;
}

#resume ul
{
margin-left: -30px;
}

#emailform
{
border: 1px solid #e8dcc7;
float: left;
background-image: url(graphics/site/paper.jpg);
width: 700px;
display: block;
-moz-box-shadow: 3px 3px 5px #e8dcc7;
-webkit-box-shadow: 3px 3px 5px #e8dcc7;
box-shadow: 3px 3px 5px #e8dcc7;
align: top;
padding-top: 20px;
}

#emailform label
{
display: inline;
width: 120px;
}


#emailform input[type="text"]
{
float: right;
width: 500px;
padding-top: 18px;
margin-top: 5px;
margin-right:40px;
border: 0px;
border-bottom: 1px dashed #c4b08f;
background-color: #fff;
font-size: 15px;
color: #3a2c3c;
}

#emailform textarea
{
float: right;
margin-top: 10px;
border:1px dashed #c4b08f;
width: 500px;
margin-right: 40px;
font: 13px Arial, Verdana, Tahoma, sans-serif;
color: #3a2c3c;
}

#emailform .btn
{
background-color: #9f3563;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
color: #fff;
width: 110px;
height: 45px;
 text-decoration: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
 -moz-box-shadow: 2px 2px 3px #999;
-webkit-box-shadow: 2px 2px 3px #999;
 cursor: pointer;
margin: 10px 10px 40px 650px;
}




