* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Lucida Grande, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  color: #000;
  margin: 0px 20px;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
  text-decoration: none;
  color: #000;
}

img {
  outline: 0px;
  border: 0px;
}

.clear {
  clear: both;
}

#page {
  width: 940px;
  margin: 0px auto;
}

#header {
  position: relative;
  height: 120px;  
}

#logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 227px;
	height: 56px;
	background-image: url(images/logo.jpg);
	margin: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
  position: absolute;
  width: 620px;
  background: url(../images/dots.png) repeat-x left bottom;
  height: 28px;
  bottom: 0px;
  left: 0px;
}

#menu a {
	margin-top: 4px;
	display: block;
	width: 26px;
	height: 18px;
	line-height: 0px !important;
	padding: 0px !important;
	text-indent: -6000px;
	background: #fff url(../images/icon.png) no-repeat left top;
}


#contact a {
  text-transform: uppercase;  
  padding: 2px 1px 1px;
}


#contact {
	width: 300px;
	position: absolute;
	bottom: 0px;
	right: -1px;
	background: url(../images/dots.png) repeat-x left bottom;
	height: 28px;
}



#bottom {
  margin-top: 15px;
}

#content {
	width: 620px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: auto;
}


#overview {
    width: 650px;
}
#overview li {
    width: 193px;
    height: 215px;
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
    list-style: none;
}
#overview a.thumb {
    color: #fff;
    display: block;
    width: 193px;
    height: 193px;
    background: #232020;
}

#overview a.caption {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}




#details li {
    list-style: none;
    margin-bottom: 20px;
}
#details .caption {
    text-transform: uppercase;
}


#sidebar {
  width: 300px;
  float: left;
  margin-top: 15px;
  padding-bottom: 20px;
}


#sidebar h1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 11px;
  background: url(../images/dots.png) repeat-x left bottom;
  padding-bottom: 15px;  
  margin-bottom: 15px;
}

#sidebar p {
  font-size: 11px;
  margin-bottom: 15px;
}

#sidebar .vcard {
  font-size: 11px;
}
#sidebar .vcard .email {
  display: block;
  margin-top: 15px;
}
#sidebar .vcard .fn {
  font-weight: bold;
  text-transform: uppercase;
}


#footer {
  position: relative;
  clear: both;
  padding-bottom: 100px;
  height: 1px;
}

#footer div {
	position: absolute;
	height: 6px;
	background: url(../images/dots.png) repeat-x left top;
	top: -7px;
}

#footer .left {
  width: 620px;
  left: 0px;
}

#footer .right {
	width: 300px;
	right: 1px;
}
