@charset "UTF-8";
/* CSS Document */

body {
  margin:0;
  padding:0;
  background-color:#FFFFFF;
  }
 
#wrap {
  	margin: 0 auto;
  	width:800px;
  	padding: 0 10px;
}
#header {
	position:relative; 
	height:55px;
}
#headerLinks {
	margin-top:25px; 
	float:right;
}
.headerLinks {
	float:left;
	position:relative; 
	margin:0 15px;
}
.headerLogo {
	float:right; 
	position:relative;
}
.logo {
	margin-left:15px; 
	margin-top:3px; 
	height:15px; 
	width:27px;
}
#nameLogo {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:24px;
	color:#000;
	letter-spacing:2px;
	margin-top:20PX;
	margin-bottom:5px;
	position:absolute;
}
#nameLogoUnderline {
	width:220px; 
	background-color:#F63; 
	height:3px; 
	margin-left:2px;
}
#nameLogoDottedUnderline {
	width:580px; 
	height:1px; 
	margin-left:222px; 
	margin-bottom:50px; 
	margin-top:-1px; 
	border-top:dotted #e1e1e1 1px;
}
#imagesList {
	float:left; 
	margin-left:125px; 
	width:100px; 
	text-align:right;
	margin-bottom:40px;
}
#imagesListSpacer {
	width:100px; 
	height:1px; 
	margin-left:2px; 
	border-top:dotted #e1e1e1 1px;
}
#reviewsList {
	float:left; 
	margin-left:5px; 
	width:215px; 
	text-align:right;
	margin-bottom:40px;
}
#reviewsListSpacer {
	width:215px; 
	height:1px; 
	margin-left:2px; 
	border-top:dotted #e1e1e1 1px;
	margin:5px 0px;
}
#thumbs {
	width:540px; 
	float:right; 
	margin-bottom:45px;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
	letter-spacing:1px;
	line-height:20px;
}
#dottedLine {
	width:800px; 
	height:1px; 
	clear:both; 
	border-top:dotted #e1e1e1 1px;
}
#copyright {
	position:relative;
  	font-weight: normal;
	color: #999;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:11px;
	margin-top:10px;
	margin-bottom:20px;
	letter-spacing:2px;
	text-align:center;
	width:800px;
}

a.topMenu {color:#333;font-family: 'Lato', sans-serif; font-size:14px; font-weight:300; line-height:25px;}
a.topMenu:link {color:#333; text-decoration: none;}
a.topMenu:visited {color:#333; text-decoration: none;}
a.topMenu:hover {color:#999; text-decoration: none;} 

a.sideMenu {color:#F63;font-family: 'Lato', sans-serif; font-size:14px; font-weight:300; line-height:25px;}
a.sideMenu:link {color:#F63; text-decoration: none;}
a.sideMenu:visited {color:#F63; text-decoration: none;}
a.sideMenu:hover {color:#999; text-decoration: none;} 
