body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 960px;
	margin: 0 0 16px 0;
	background-color: #444444;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header_banner {
	width: 486px;
}

#header_links {
	width: 474px;
	float: right;
	height: 107px;
	line-height: 107px;
	text-align: center;
	color: #aaa;
}

.width700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#links {
	float: right;
}

#content_box {
	border: 1px solid #d6d6d6;
}

#picture_categories {
	background: #363b45;
	border-top: 1px solid #d6d6d6;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 11px;	
	margin: 0;
	font-weight: bold;
}

#content {
	background-color: #888888;
	color: #fff;
	margin: 0;
}

#footer {
	background: #363b45;
	border-top: 1px solid #d6d6d6;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: bold;
}

.padded16 {
	padding: 16px;
}

.clearing {
	clear: both;
}
.clearright {
	clear: right;
}

.blockcenter {
	margin-left: auto;
	margin-right: auto;
}

/* Text and Headings */
h1 {
	color: #e5e5b3;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	color: #e5e5b3;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-top: 0;
}

.notopmargin {
	margin-top: 0;
	padding-top: 0;
}

.nobottommargin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.yellow {
	color: #e5e5b3;
}

.red {
	color: #940000;
}

.bold {
	font-weight: bold;
}

.green {
	color: #dbedda; 
}

.center {
	text-align: center;
}

/* Links */

a {
	color: #d4dce9;
	text-decoration: none;
}
a:active {
	color: #d4dce9;
	text-decoration: none;
}
a:visited {
	color: #d4dce9;
	text-decoration: none;
}
a:hover {
	color: #eeeeee;
	text-decoration: none;
}

a.white {
	color: #fff;
	text-decoration: none;
}
a.white:active {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #eeeeee;
	text-decoration: none;
}

#header_links a {
	text-decoration: underline;
}

/* Images */
.greyborder {
	border: 1px solid #777777;
}

/* Home Page */
#home_left {
	float: left;
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #aaaaaa;
}

#home_right {
	margin-left: 640px;
}

img.blogimage {
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	margin-bottom: 26px;
	display: block;
	border: 1px solid #cccccc;
}

/* Login Page */
#login_box {
	width: 600px;
	background-color: #363b45;
	padding: 16px;
	margin-right: auto;
	margin-left: auto;
}

#login_register_box {
	padding: 16px;
	border: 1px solid #777777;
	width: 300px;
	background-color: #666666;
}

#login_login_box {
	width: 250px;
	float: right;
}

/* Testimonials Page */
div.testimonial {
	width: 550px;
	padding: 16px;
	margin: 24px auto;
	background-color: #777777;
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
}

p.testimonial_text {
	font-style: italic;
	font-size: 15px;
}

p.testimonial_author {
	text-align: right;
	margin: 0;
	color: #e6e6e6;
}

/* User Area */

#userarea {
	background-image: url(../images/layout/userarea_background.jpg);
	background-repeat: repeat-y;
}

#userarea_content {
	margin-left: 205px;
}

#userarea_sidebar {
	width: 175px;
	float: left;
	padding: 16px;
	color: #fff;
}

#userarea_sidebar h3 {
	margin-top: 0;
}

#userarea_sidebar ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0;
	margin-top: 0;
}

#userarea_sidebar ul li {
	font-weight: bold;
	font-size: 13px;
	color: #e5e5b3;
}

#userarea_sidebar ul li a {
	color: #e5e5b3;
	text-decoration: none;
}
#userarea_sidebar ul li a:visited {
	color: #e5e5b3;
	text-decoration: none;
}
#userarea_sidebar ul li a:active {
	color: #e5e5b3;
	text-decoration: none;
}
#userarea_sidebar ul li a:hover {
	color: #d4dce9;
	text-decoration: none;
}

#userarea_sidebar ul ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 15px;
	padding-top: 10px;
}

#userarea_sidebar ul ul li {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}

#userarea_sidebar ul ul li.break {
	margin-bottom: 8px;
}

#userarea_sidebar ul ul li a {
	color: #fff;
	text-decoration: none;
}
#userarea_sidebar ul ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#userarea_sidebar ul ul li a:active {
	color: #fff;
	text-decoration: none;
}
#userarea_sidebar ul ul li a:hover {
	color: #d4dce9;
	text-decoration: none;
}

#userarea_sidebar ul ul li.highlighted a {
	color: #d4dce9;
	text-decoration: none;
}
#userarea_sidebar ul ul li.highlighted a:visited {
	color: #d4dce9;
	text-decoration: none;
}
#userarea_sidebar ul ul li.highlighted a:active {
	color: #d4dce9;
	text-decoration: none;
}
#userarea_sidebar ul ul li.highlighted a:hover {
	color: #dddddd;
	text-decoration: none;
}

p.subtitle {
	color: #DDDDDD;
	margin-top: 0;
}

div.borders {
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	padding: 16px;
	margin: 0;
	background-color: #999999;
}

/* View Orders Section */

#view_orders_billing_information {
	float: right;
	width: 47%;
}

#view_orders_shipping_information {
	width: 47%;
}

.headerrow {
	font-weight: bold;
	font-size: 13px;
}

/* Prints Page */

.prints_navbar {
	display: block;
	background-color: #777777;
	padding: 12px;
	margin-bottom: 0px;
	line-height: 23px;
}

.prints_navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.prints_navbar a:visited {
	color: #fff;
}

.prints_navbar a:active {
	color: #fff;
}

.prints_navbar a:hover {
	color: #d4dce9;
}

.image_category {
	border: 1px solid #bbbbbb;
	margin-left: auto;
	margin-right: auto;
}

.image_category_name {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}

.image_category_name a {
	color: #fff;
	text-decoration: none;
}

.image_category_name a:visited {
	color: #fff;
	text-decoration: none;
}

.image_category_name a:active {
	color: #fff;
	text-decoration: none;
}

.image_category_name a:hover {
	color: #d4dce9;
	text-decoration: none;
}

div#search {
	float: right;
}

.highlighted a {
	color: #d4dce9;
	text-decoration: none;
}
.highlighted a:visited {
	color: #d4dce9;
	text-decoration: none;
}
.highlighted a:active {
	color: #d4dce9;
	text-decoration: none;
}
.highlighted a:hover {
	color: #dddddd;
	text-decoration: none;
}

/* Print View Page */

#photobox {
	width: 465px;
	float: left;
}

#photobox img {
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#photobox p {
	text-align: center;
	margin-top: 4px;
}

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

#infobox {
	float: right;
	width: 231px;
}

#infobox h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#infobox p.photo_location {
	margin-bottom: 16px;
	font-style: italic;
	color: #DDDDDD;
}

#infobox p.photo_description {
	margin-top: 16px;
}

#purchasebox {
	border: 1px solid #bbbbbb;
	padding: 16px;
	background-color: #777777;
}

#purchasebox h2 {
	margin-top: 0;
	margin-bottom: 16px;
}

/* Shopping Cart */
img.cartpicture {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px solid #cccccc;
}

/* Navigation */

ul.navlist
{



text-align: right;
margin-left: 0;
padding-left: 0;
padding-bottom:0px;
margin-top:5px;
padding-top:0px;
margin-bottom:5px;
white-space: nowrap;
color: #fff;
}

.navlist li
{

color: #fff;
display: inline;
list-style-type: none;
}

.navlist a { padding: 0px 2px; }

.navlist a:link, .navlist a:visited
{
font-weight:bold;
text-transform: uppercase;
font-size:12px;
color: #fff;
text-decoration: none;
}

.navlist a:hover
{
color: #7e89a2;
}


