@charset "utf-8";
/* 	CSS Document 
	caterinag photography
	design by robersant.com		*/

body {
	margin: 40px 0 0 15px;
	padding: 0;
}

#wrap {
	width: 970px;
	display: block;
}

#header {
	width: 100%;
	display: block;
	padding-bottom: 10px;	
}

#caterinag {
	width: 230px;
	height: 65px;
	display: block;
	background: url(caterinag.jpg);
}

#caterinag:hover {
	background: url(caterinagh.jpg);
}

#container {
	width: 960px;
	height: 400px;
	display: block;
	padding: 5px;
	background: #e5e5e5;
}

#reel {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

#set {
	width: 10000px;
}

#nav {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	background: #e5e5e5;
}

#nav table {
	width: 100%;
	text-align: center;
}

#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

#prev {
	cursor: pointer;
	width: 95px;
	height: 35px;
	display: block;
	float: left;
	background: url(prev.jpg);
}

#prev:hover {
	background: url(prevh.jpg);
}

#next {
	cursor: pointer;
	width: 95px;
	height: 35px;
	display: block;
	float: right;
	background: url(next.jpg);
}

#next:hover {
	background: url(nexth.jpg);
}

#footer {
	width: 970px;
	display: block;
	padding-top: 25px;	
}

#info {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: right;
}

#info h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
}

#info a {
	text-decoration: none;
	padding: 0 2px 0 2px;
	display: inline;
	color: #666;
}

#info a:hover {
	background: #ccc;
}

#menu {
	float: left;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
	text-align: left;
}

#menu a {
	text-decoration: none;
	padding: 3px;
	color: #333;
	display: inline;
	cursor: pointer;
}

#menu a:hover {
	background: #ccc;
}

#submenu {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 15px;
	padding: 6px 0 0 4px;
	color: #999;
}

#submenu a {
	text-decoration: none;
	display: inline;
	color: #666;
	padding: 0 2px 0 2px;
}

#submenu a:hover {
	background: #ccc;
}

.selected {
	background: #e5e5e5;
}

#credit {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	/*left: 875px;
	clear: both;*/
}

#robersant {
	width: 110px;
	height: 30px;
	display: block;
	background: url(robersant.png);
}

#robersant:hover {
	background: url(robersanth.png);
}