body{
margin: 0px;
padding: 0px;
text-align: center;
background: #3A4C59 url(graphics/bg.png);
font-family: Arial, Veranda, Tahoma, "Trebuchet MS", "Times New Roman";
font-size: 12px;
color: #FFFFFF;
}

.header{
position: absolute;
height: 20px;
top: -10px;
left: -10px;
margin: 0px;
padding: 1px 5px 1px 5px;
color: #FF3300;
background-color: #4E6DA5;
border: 1px #FFFFFF solid;
font-size: 16px;
font-weight: bold;
}

div.hidden{
display: none;
}

div.main{
position: relative;
width: 700px;
margin: auto;
padding: 0px 0px 50px 0px;
text-align: left;
background: #638CD3 url(graphics/bg2.png) no-repeat;
background-position: bottom right;
border-bottom: 10px #4E6DA5 solid;
}

div.text{
position: relative;
margin: 20px 0px 0px 20px;
padding: 20px 10px 10px 10px;
width: 490px;
text-align: left;
background: #4E6DA5 url(graphics/bg3.png) no-repeat;
background-position: bottom right;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
}

#portfolio{
min-height: 150px;
}

div.extend{
float: right;
width: 1px;
height: 400px;
}

div.extend2{
clear: both;
width: 1px;
overflow: hidden;
}

div.logo{
width: 700px;
height: 188px;
margin: 0px;
padding: 0px;
background-image: url(graphics/logo.png);
background-color: #4E6DA5;
}

div.menu{
display: inline;
position: absolute;
top: 208px;
left: 545px;
width: 140px;
margin-right: 20px;
background-color: #4E6DA5;
border-bottom: 1px #FFFFFF solid;
}

a{
text-decoration: none;
font-family: Arial, Veranda, Tahoma, "Trebuchet MS", "Times New Roman";
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}

a:hover{
text-decoration: none;
font-family: Arial, Veranda, Tahoma, "Trebuchet MS", "Times New Roman";
color: #FF3300;
font-size: 12px;
font-weight: bold;
}

a.menu:link, a.menu:visited{
padding-left: 5px;
background-color: #4E6DA5;
border-top: 1px #FFFFFF solid;
text-decoration: none;
display: block;
margin: 0px;
font-family: Arial, Veranda, Tahoma, "Trebuchet MS", "Times New Roman";
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}

a.menu:hover{
padding-left: 5px;
background-color: #FF3300;
text-decoration: none;
display: block;
margin: 0px;
font-family: Arial, Veranda, Tahoma, "Trebuchet MS", "Times New Roman";
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}

img.projects{
float: right;
padding: 5px;
}
