@import url("links.css");
@import url("cv.css");
@import url("gallery.css");

p
{
font-family: verdana, sans-serif;
font-size: 11px !important;
font-size: 90%;
line-height: 1.2;
}

h1
{
font-family: verdana, sans-serif;
font-size: 12px !important;
font-size: 100%;
font-weight: bold;
}

hr
{
color: #99CCFF;
background-color: #99CCFF;
}

body
{
background-color: #99CCFF;
margin: 0;
padding: 0;
}

#topLightBlue
{
background-color: #99CCFF;
height: 100px;
}

#topSection
{
width: 760px;
margin: 0 auto;
}

#crossSection
{
position: relative;
top: -5px;
background-color: #003399;
}

#crossbar
{
width: 760px;
height: 60px;
margin: 0 auto;
padding: 0;
background-image: url('../images/dbbg.jpg');
}

#maincontainer
{
background-color: #99CCFF;
}

#topnav
{
width: 705px;
padding-left: 10px;
padding-right: 5px;
margin: 0 auto;
}

#button
{
float: left;
text-align: center;
width: 140px;
height: 60px;
}

#mainsection
{
width: 760px;
position: relative;
top: -5px;
margin: 0 auto;
padding-top:20px;
background-image: url('../images/lbbg.jpg');
}		

#maincontent
{
width: 700px;
padding-left: 10px;
padding-right: 10px;
display: block;
margin: 0 auto;
position: relative;
top: -30px !important;
top: -15px;
}

.lastcontent
{
clear: left;
font-family: verdana, sans-serif;
font-size: 11px !important;
font-size: 90%;
}

#footer
{
width: 760px;
height: 100px;
float: left;
margin: 0 auto;
background-image: url('../images/footer.jpg');
text-align: center;
}

