/* 2 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* The Core Structure
================================= */

body {
	text-align: center;
	min-width: 900px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#subwrapper {
	width: 874px;
	margin: 0 auto;
	margin-top:10px;
	text-align: left;
}

#content {
	width: 730px;
	float: right;
	min-height:550px;
}
#photocontent {
	width: 690px;
	float: right;
	min-height:450px;
}
#left-bar{
	width: 140px;
	float: left;
}

#footer {
	clear: both;
}

/* Padding 
================================== */

#left-bar {
	padding-top: 10px;
	padding-bottom: 20px;
}

ul.main-nav * { 
	padding-left: 10px;
	padding-right: 20px;
}

ul.main-nav * * {
	padding-left: 0;
	padding-right: 0;
}

#content * {
	padding-right: 20px;
}

#content * * {
	padding-right: 0;
}
#photocontent * {
	padding-right: 20px;
}

#photocontent * * {
	padding-right: 0;
}

/* Design and colour, all the good stuff.
================================== */

body {
	background-attachment: fixed;
	background-image:  url(../Images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#1C1C1C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height:20px;
	color:#CDC8BD;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

p, li {
	font-size: 11px;
}

h1, h2, p {
	margin: 11px 0;
}

a:link, a:active, a:visited {
	color:#0066ff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

#wrapper {
	background-color:#211815;
}

#subwrapper {
	background-color:#151515;
	background-image: url(../Images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#photocontent img {
	border:#fff 5px solid;
}
#header {
	height: 57px;
	background-color:#1C1C1C;
	padding:0;
}

ul.main-nav {
	list-style: none;
}

/*#left-bar {
	color:#fff;
	margin:0 0 0 10px;
}*/
ul.main-nav li {
	line-height:30px;
	border-bottom:#ccc 1px dotted;
	margin:0 10px;
}

ul.main-nav a:link, ul.main-nav a:active, ul.main-nav a:visited {
	color:#fff;
	text-decoration:none;
	
}
ul.main-nav a:hover {
	color:#0098FF;
	text-decoration:none;
}
li.select a:link, li.select a:active, li.select a:visited {
	color:#0098FF;
	text-decoration:none;
	
}
li.select a:hover {
	color:#0098FF;
	text-decoration:none;
}
div.no-border {
 border:0;
}
#footer {
	padding:10px;
	font-size:11px;
	color:#555;
	text-align:right;
}
