/* 
Lee Hughes
Pixeladdict re-design 11/08/06
*/

@import "form.css";
/* default */
body {
	margin: 0;
	padding: 0;
	
	background: url(../images/body_bg.jpg) repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #6c6c6c;
}

div#frame {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;

	background: url(../images/frame_bg.jpg) repeat-y top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

* html h1,h2,h3,h4,h5,h6 {
	position: relative;
}

* html p {
	position: relative;
}
/*  */

/* generic styles */
div.clear {
	clear: both;
}
/*  */

/* structure */
div#header {
	margin: 0;
	padding: 0;
	
	background: url(../images/header_bg.jpg) no-repeat top;	
}

div#content {
	margin: 1em auto 0 305px;
	padding: 0 20px 0 0;
	width: 420px;
}

div#col {
	margin: 1em 0 0 65px;
	padding: 2.3em 0 0 0;
	float: left;
	width: 235px;
	height: 313px;
	
	background: url(../images/col_bg.jpg) no-repeat right top;
}

* html div#col {
	margin-left: 35px;
}

div#foot {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 68px;
	
	background: url(../images/foot_bg.jpg) no-repeat top;
}
/*  */

/* header */
img.head_img {
	margin: 50px 0 0 50px;	
}

div#header img.head_logo {
	margin-left: 78px;
	position: absolute;
	top: 203px;
	border: none;
}
/*  */

/* content */
div#content a {
	color: #9F8000;
	text-decoration: none;
}

div.foliobloc {
	margin: 0 0 2em 0;
	padding: 0 0 5px 0;
	height: 118px;

	text-align: left;
}

div.foliobloc img {
	padding: 4px;
	border: #C1C1C1 1px solid;
}

div.foliobloc ul {
	margin: 0;
	padding: 3px;
	float: left;
	width: 189px;
	
	list-style: none;
}

div.foliobloc ul strong {
	font-size: 1.2em;
}

div.foliobloc ul a {
	color: #BB9600;
	text-decoration: none;
	
	border-bottom: #BB9600 1px dashed;
}

div.foliobloc li {
	line-height: 1.6em;
}

div.photobloc {
	margin: 0 auto 2em auto;
	padding: 0 0 5px 0;
	width: 420px;
	text-align: center;
}

#lrg {
	width: 410px;
}

div.photobloc img {
	margin: 0 11px 2em 0;
	padding: 4px;
	float: left;
	border: #C1C1C1 1px solid;
}

div#gallery_nav {
	text-align: center;
	width: 420px;
}

div#gallery_nav img {
	margin: 0 10px 1em 0;
	padding: 2px;
}
/*  */

/* col */
div.navblock {
	margin-bottom: 3em;
	width: 200px;
	height: 67px;
}

div.navblock p {
	margin: 0;
	line-height: 18px;
}

div.navblock p a {
	color: #BB9600;
	text-decoration: none;
	
	border-bottom: #BB9600 1px dashed;
}

img.navblock_img {
	float: right;
	border: none;
}
/*  */

/* foot */
div#foot ul {
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
	width: 670px;
	
	list-style: none;
	text-align: right;
}

div#foot ul a {
	color: #CEA600;
	text-decoration: none;
}
/*  */