body,
html {
    margin:0;
    padding:0;
    background:#a7a09a;
    color:#000;
	font-family: sans-serif;
    }
body {
    min-width:720px;
    }
#wrap {
    background:#c7d8ea;
    margin:0 auto;
    width:610px;
    }
#header {
	background:#ddd;
	padding: 2px 5px 5px 2px;
	}
#nav {
	background: #192734;
	padding: 5px;
}
#imagebar {
	background:#c7d8ea;
	padding: 10px;
}
#main {
	background:#c7d8ea;
    float:left;
    width:605px;
}
#footer {
    background:#192734;
	color:#fff;
	text-align:right;
    clear:both;
    }
#sidebar {
   background:#c7d8ea;
   float:right;
   width:120px;
   }
#about-main {
   background:#c7d8ea;
   float:left;
   width:270px;
   padding: 5px 10px;
}
#about-sidebar {
background:#c7d8ea;
float:right;
width:300px;
padding:  5px 10px;
}
#about-sidebar img{
	border:0;
}
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
   display:inline;
   font-family: sans-serif;
   color: #000;
   margin:0;
   padding: 0 5px 0 5px;
   }
#nav a{
   color: #fff;
   text-decoration: none;
   padding: 2px 2px 2px 2px;
}
#nav a:hover{
   font-weight: bold;
   color: #c7d8ea;	
}
#header h1 {
    padding:5px;
    margin:0;
    }
#main h2, #main h3, #main p, #main form {
    padding: 5px 10px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px;
    }
#footer p {
    padding:5px;
    margin:0;
   }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
.img-shadow {
	float:right;
	background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}