* {
	margin: 0;
	padding: 0;
	}

body {
	color: #696969;
	font: 76% Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #2F3031 url(../../images/background.jpg) left top no-repeat;
	}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: #696969;
	background-color: transparent;
	font-weight: normal;
	}

h1 a {
	color: #696969;
	background-color: transparent;
	text-decoration: none;
	}

h1 a:hover {
	text-decoration: none;
	color: #9A8EA1;
	background-color: transparent;
	}

	
h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #9A8EA1;
	background-color: transparent;
	font-weight: normal;
	}
	
h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #696969;
	background-color: #2F3031;
	font-weight: normal;
	}
	
p {
	padding: 0.4em 0;
	}
	
.clearfix {
	clear: both;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}

a {
	color: #696969;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: #9A8EA1;
	background-color: transparent;
	}

img {
	border: none;
	}


/* Contact styles
------------------------------*/
body#contact {
	color: #696969;
	background: #2F3031 url(../../images/contactbackground.jpg) left top no-repeat;
	}


/* Homepage styles
------------------------------*/
body#home {
	color: #696969;
	background: #2F3031 url(../../images/frontpage.jpg) left top no-repeat;
	}

body#home h1 a:hover {
	text-decoration: none;
	color: #4D4853;
	background-color: transparent;
	}

body#home h2 {
	color: #4D4853;
	background-color: transparent;
	}

body#home #global_nav li a:hover {
	color: #4D4853;
	background-color: transparent;
	}


/* Outer container
------------------------------*/
#wrap {
	position: relative;
	margin: 0;
	width: 980px;
	}


	/* Main content
	------------------------------*/
	#content_main {
		position: relative;
		float: left;
		width: 268px;
		margin: 2em 30px 0 20px;
		}


		/* Page title
		------------------------------*/
		#page_title {
			margin: 0 0 20px 0;
			}


		/* Global navigation
		------------------------------*/
		#global_nav {
			margin: 0 0 30px 0;
			}

			#global_nav ul {
				list-style: none;
				}

			#global_nav li {
				font-size: 1.2em;
				font-weight: normal;
				line-height: 1.4em;
				}

			#global_nav li a {
				color: #fefefe;
				background-color: transparent;
				text-decoration: none;
				}

			#global_nav li a:hover {
				color: #9A8EA1;
				background-color: transparent;
				}

			#global_nav li.active a {
				color: #9A8EA1;
				background-color: transparent;
				}

			#global_nav li.last {
				margin: 1em 0 0 0;
				}
				
	/* Thumbnails
	------------------------------*/
	#thumbs,
	#cat_thumbs {
		float: left;
		margin: 0 10px 0 0;
		}
		
	.col3 {
		width: 258px;
		}
		
	.col2 {
		width: 172px;
		}

		#thumbs ul,
		#cat_thumbs ul {
			list-style: none;
			}

			#thumbs li,
			#cat_thumbs li {
				position: relative;
				float: left;
				margin: 0 6px 6px 0;
				width: 80px;
				height: 80px;
				overflow: hidden;
				}

				#thumbs li img {
					position: relative;
					left: -81px;
					}

				#cat_thumbs li img {
					position: relative;
					left: -1px;
					}

				#thumbs li a,
				#cat_thumbs li a {
					display: block;
					width: 80px;
					height: 80px;
					}

				#thumbs li a:hover img {
					position: relative;
					left: -1px;
					height: 80px;
					}

				#thumbs li.active a img {
					position: relative;
					left: -1px;
					}



	/* Main photo
	------------------------------*/		
	#photos {
		float: left;
		width: 640px;
		margin: 2em 0 0 0;
		padding: 0 20px 20px 0;
		}
		
		#photos img {
			margin: 0 0 5px 0;
			}
		
		#photo_desc {
			float: left;
			width: 560px;
			margin: 0 0 1em 0;
			}
		
		#page_nav {
			float: right;
			width: 60px;
			margin: 0 0 1em 0;
			text-align: right;
			}
		
			span.PJN_Prev {
				margin: 0 1em 0 0;
				}
		
			span.PJN_Next {
				margin: 0 0 0 1em;
				}

