/* @group Basic Styles */
body
{
	background: url(../images/border.gif) repeat-x #111111;
	color: #fff;
	font: 80% Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 20px 0;
}

a
{
	color: #ccf;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #fff;
}

img
{
	border: 0;
}

p
{
	line-height: 1.4em;
}

h2
{
	margin-top: 0;
}
/* @end */

/* @group Layout */
#header
{
	margin: auto;
	width: 350px;
}

#page_container
{
	width: 720px;
	margin: auto;
}

#left_corner
{
	background: url(../images/left_corner.gif) no-repeat top left;
	height: 273px;
}

#right_corner
{
	background: url(../images/right_corner.gif) no-repeat top right;
	height: 273px;
}

#galleries #page_container
{
	width: 851px;
}

#navigation
{
	list-style: none;
	padding: 5px;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #585858;
	position:relative;
}

#navigation li
{
	display: inline;
	margin: 0;
	font-weight: bold;
}

#navigation li.current
{
	background: url(../images/tab_background.gif) repeat-x #111111;
	padding: 5px 5px 6px 5px;
	border: 1px solid #585858;
	border-bottom: 0;
}

#navigation li a
{
	text-decoration: none;
	padding: 0 8px 0 5px;
}

#navigation li a.divider
{
	border-right: 1px solid #585858;
}

#gallery_navigation
{
	list-style: none;
	padding: 5px;
	margin: 5px 0 0 0;
	text-align: center;
	position:relative;
	font-size: 0.95em;
}

#gallery_navigation li
{
	display: inline;
	margin: 0;
	font-weight: bold;
}

#gallery_navigation li a, #gallery_navigation li span.current
{
	text-decoration: none;
	border-left: 1px solid #585858;
	padding: 0 5px 0 8px;
}

#gallery_navigation li.first a, #gallery_navigation li.first span.current
{
	border: 0;
}

#photo
{
	float: left;
	width: 300px;
	margin: 20px 20px 0 0;
}

#content
{
	float: left;
	width: 400px;
	margin-top: 20px;
}
/* @end */

/* @group Galleries */
#senior, #engagement, #family
{
	width: 250px;
	float: left;
	display: inline;
	margin: 30px 20px 0 0;
	text-align: center;
	font-size: 1.1em;
}

#senior, #engagement, #family
{
	width: 250px;
	float: left;
	margin: 30px 20px 0 0;
}

#family
{
	margin-left: 30px;
}

#gallery_photo
{
	margin-top: 20px;
	width: 500px;
	float: left;
	display: inline;
	text-align: center;
}

#thumbnails
{
	float: left;
	display: inline;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 351px;
}

#thumbnails li
{
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 0 17px 17px;
}

#thumbnails li.prevnext
{
	width: 334px;
	text-align: right;
	height: auto;
}
/* @end */
