body {
	margin: 0px; 
	padding: 0px;
	background-color: #555555;
	text-align: center;
	font-size: 76%;
	font-family: Verdana, sans-serif;
}
h1 {
	color: #fff;
	font-size: 110%;
}
a:link,a:visited{
           color: #CCCCCC;
           text-decoration: none;
           
}
a:hover {
         text-decoration: underline;
}
#wrap {
	width: 780px;
	margin: 0 auto;
	background-color: #434343;
}
#header {
	background: url(images/logo.gif) no-repeat;
	background-color: #000;
	height: 18px;
	color: #A2A2A2;
	text-transform: uppercase;
	text-align: left;
	padding: 32px 0 0 24px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 10px;
}
#menu {
	margin: 0;
	padding: 0;
	height: 44px;
}
#menu li {
	float: left;
	display: block;
	margin: 0;
	padding: 3px 0 0 15px;
	width: 115px;
	height: 15px;
	list-style: none;
	text-align: left;
	background: url(images/bullet.gif)  0 3px no-repeat;
	background-color: #353535;
}
#menu a:link, #menu a:visited {
	font-size: 71%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#menu a:hover {
	color: #fff;
	background-color: #434343;
	display: block;
}
#content {
	text-align: left;
	padding: 20px;
}
#footer {
	clear: both;
	height: 31px;
	background-color: #000;
	color: #fff;
	text-align: left;
	font-size: 71%;
	padding: 19px 0 0 10px;
	margin: 0;
}
#pages {
	width: 300px;
	float: left;
	clear: left;
	padding: 0 0 20px 50px;
}
#pages a:link, #pages a:visited {
	font-size: 71%;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#pages a:hover {
	color: #CCCCCC;
}
.image {
	border: 4px solid #CCCCCC;
}
.box {
	height: 120px;
	margin: 18px;
	padding-bottom: 10px;
	float: left;
}
.text {
	float: left;
	padding-top: 9px;
	color: #fff;
}
#left {
	width: 350px;
	float: left;
}
#right {
	padding-top: 80px;
	width: 350px;
	height: 350px;
	float: right;
	background: url(images/camera.jpg) bottom no-repeat;
}
.icon {
	float: left;
	border-color: #434343;
}
.pic{
         	color: #CCCCCC;
           font-weight: bold;
           margin-right: 90px;
}
.title{
           margin-right: 76px;
}
.rating {
	color: #88B52D;
	font-weight: bold;
}
