/*
mattfoster.com
*/

*{
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

body {
margin-top: 20px;
text-align: center;
}

#main {
width: 710px;
text-align: left;
margin: auto
}

#header {
width: 100%;
height: 60px;
background-image: url('/images/mattfoster.gif');
background-repeat: no-repeat;
text-align: right;
}

#header img {
border: 0;
}

#menubar {
width: 100%;
height: 25px;
background-color: #C2C8D2;
border: #C2C8D2 1px solid;
}

#menubar p, #menubar a, #menubar a:link, #menubar a:active, #menubar a:visited {
color: #FFFFFF;
vertical-align: middle;
height: 100%;
text-align: center;
line-height: 25px;
margin: 0;
text-decoration: none;
}

#menubar a:hover {
text-decoration: underline;
}


#content {
border: #C2C8D2 1px solid;
width: 100%;
float: left;
}

#title_pic {
height: 100px;
text-align: center;
}

#text {
float: right;
height: 200px;
width: 450px;
}

#pic {
float: left;
height: 100%;
width: 250px;
vertical-align: middle;
}

p {
font-size: 0.7em;
text-align: left;
color: #8F96A6;
line-height: 1.6em;
margin-bottom: 1em;
}
