body{
	margin: 0;
	padding: 0;
	background: #fff url(img/body-back.jpg) top left repeat-x;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
}
a, a:link, a:visited, a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#wrap{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 835px;
}
#header{
	height: 96px;
	background: #fff url(img/h1.jpg) top left no-repeat;
}
#header .homelink a{
	color:none;
	border: none;
	display: block;
	height: 96px;
}
#nav{
	height: 20px;
	background: #fff url(img/n1.jpg) top left no-repeat;
}
#navlist {
	margin-top: 0;
	margin-left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 609px;
	height: 18px;
	display: block;
	overflow: hidden;
	width: auto;
}
	
#navlist li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a {
	float: left;
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:18px; /* for IE5/Win */
}

#navlist a:hover, #navlist a.selected {
	background-position: 0 -18px;
}

#navlist a:active {
	background-position: 0 0;
}
	
#nCards a  {
	width: 67px;
	background: url(img/nav/cards.jpg) top left no-repeat;
}

#nNew a  {
	width: 65px;
	background: url(img/nav/new.jpg) top left no-repeat;
}

#nCategories a  {
	width: 65px;
	background: url(img/nav/categories.jpg) top left no-repeat;
}

#nAbout a  {
	width: 62px;
	background: url(img/nav/about.jpg) top left no-repeat;
}
#main{
	padding: 0 30px;
}
#main h2{
	margin: 5px 0;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 24px;
	color: #9E9D9D;
}
#main h3{
	margin: 5px 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}
#googletop{
	padding: 15px 0;
}
#googlebottom{
	padding: 15px 0;
	clear: both;
}
#card{
	float: left;
	position: relative;
	width: 502px;
}
#card img{
	width: 500px;
	height: 500px;
	border: 1px solid #ccc;
}
#card p.descr, #send p.descr{
	margin-top: 3px;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	line-height: 15px;
}
#preview{
	position: absolute;
	top: 30px;
	left: 290px;
	width: 180px;
	max-height: 195px;
	overflow: hidden;
	color: #fff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	text-align: center;
}
#send{
	float: right;
	text-align: center;
}
#send p.descr{
	width: 240px;
}
#send input, #send textarea{
	margin-top: 7px;
	padding: 2px;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	width: 150px;
}
#send input.error, #send textarea.error{
	background-color: #FDFCB7;
}
div.related{
	width: 262px;
	text-align: center;
}
div.related img{
	margin: 7px;
	padding: 2px;
	border: 2px solid #eee;
}
div.related img a, div.related img a:link, div.related img a:hover, div.related img a:visited{
	border: none;
}
div.related strong{
	color: #666;
}
#error{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	font-size: 10px;
	margin-bottom: 15px;
	line-height: 14px;
}
#error ul{
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
#error ul li{
	margin: 0 0 0 5px;
}
#send input.button{
	padding-top: 20px;
	border: none;
	background-color: #fff;
	width: auto;
}
#send h3{
	margin: 7px;
	font-weight: normal;
	font-size: 14px;
}
#send h3.first{
	margin-top: 0;
}
div#gallery{
	width: 775px;
}
div.category{
	margin-bottom: 15px;
}
div.category img{
	width: 100px;
	height: 100px;
	margin-right: 15px;
	padding: 2px;
	border: 2px solid #eee;
}
div.category img a, div.category img a:link, div.category img a:hover, div.category img a:visited{
	border: none;
}
#footer{
	padding: 50px 0 20px 0;
	text-align: center;
}