body { 
background-color:#f4efef;  
text-align: center; 
font-family: sans-serif
} 
#page { 
width:750px; 
height:400px; 
text-align: left; 
background-color: white;
} 
#wrapper {
text-align: center;
margin: auto;
width: 750px;
}

h1 { 
margin-top: 0px; 
}

#header {
margin: 0;
background-color: #66ccff; /* gap under header */
border: 2px solid black;
border-bottom: 0px;
text-align:center;
}

#swapImage {
border:2px solid black;
border-bottom: 0px; 
background-color: black; 
}

#mainContent {
margin: 0; 
border-left: 2px solid black; 
border-right: 2px solid black;  
border-bottom: 2px solid black; 
padding: .2em;
height:auto;
background-color: #ffffff;
}

#footer {
border:2px solid black; 
border-top: 0px; 
width: 750px; 
text-align: center;
padding: .2em;
background-color: white;
}

#contactform {
background-color: lightcyan;
border: 1px solid #0099CC;
margin: 1em;
padding: 0.2em;
}

a {
color: #000066;
}

a:hover {
color: #009999;
}

h1, h2, h3 {
color: #000066;
}

h2 {
margin-left: 10px;
}

h3 {
margin-left: 20px;
}

.h2 {
margin-left: 10px;
}

.h3 {
margin-left: 20px;
}

.portfolio {
border: 2px solid #666666;
background-color: e4e4e4;
width: 730px;
margin-left:4px;
}

img
{  border-style: none;
}

#footer
{
margin: 0;
padding: 2px;
height: 1em;
width: 742px;
}

#left
{
float: left;
text-align: left;
width: 33%;
height: 1em;
}

#center
{
float: left;
text-align: center;
width: 33%;
height: 1em;
}

#right
{
float: left;
text-align: right;
width: 34%;
height: 1em;
} 



#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    height:35px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#home a {
    width:72px;
    color:#fff;
    text-decoration:none;
    background:url("images/home_link.gif") no-repeat;
    float:left;
    padding:12px 10px 13px;
    margin:0 -10px;
}
#home a:hover { 
    background-position:0 -35px;
    color:#1e5ebd;
}

#design a {
    width:118px;
    color:#fff;
    text-decoration:none;
    background:url("images/home_link.gif") no-repeat;
    float:left;
    padding:12px 10px 13px;
    margin:0 -10px;
}
#design a:hover { 
    background-position:0 -35px;
    color:#1e5ebd;
}
.navhover {
	background:url("../new_menu/home_link.gif") no-repeat;
	width: 92px;
}
.navhover a:hover
{
	background-position:0 -35px;
}