﻿@charset "UTF-8";

/* hide from mac \*/ 
* html .left {margin-right: -3px;} 
* html .right {margin-left: 0;} 
/* end hide */

li {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

a.email{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	color: #333333;	
}

body {
	margin: 0px;
	padding: 0px;
}

.content_kern{
	word-spacing: -1px;
}

.content_kern2{
	word-spacing: -1px;
}

.content_kern3{
	word-spacing: -3px;
}

#wrapper {
	text-align: left;
	width: 939px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	text-align: center;
}
#top {
	background-image: url(images/index_02.gif);
	height: 48px;
	width: 939px;
}
#nav {
	text-align: center;
	height: 32px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 939px;
	margin: 0px;
	padding: 0px;
}
#insidewrapper {
	min-height: 950px;
	background-image: url(images/stage_tile.gif);
	background-repeat: repeat-y;
}
#contentwrapper {
	width: 939px;
}
#content {
	width: 849px;
	min-height: 900px;
	font-size: 70%;
	text-align: justify;
	padding-left: 50px;
	padding-right: 40px;
}
#content ul {
	margin-left: 50px;
	list-style-image: url(images/bullet.gif);
	line-height: 1.5;
}
#content h3 {
	font-size: 14px;
	text-align: left;
}
#sepline {
	width: 550px;
	background-image: url(images/line.gif);
	background-position: center center;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
	clear: none;
}
#intro {
	float: left;
	width: 550px;
}
#intro p {
	margin-top: 30px;
}
#sidebar {
	width: 267px;
	background-image: url(images/tape.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	height: 919px;
	background-position: center top;
	float: right;
}
#portpc p {
	font-weight: bolder;
	color: #363;
}
#portpc2 p {
	font-weight: bolder;
	color: #363;
}
#page-heading {
	float: left;
	height: 50px;
	width: 550px;
}
#pagetext {
	float: left;
	width: 550px;
}
#gallery  img {
	float: left;
	padding-right: 5px;
	padding-bottom: 20px;
}
#othergal  {
	text-align: center;
}
#othergal img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#projects {
	width: 550px;
}
#portfolio {
	width: 550px;
}
#gallery {
	text-align: center;
	width: 550px;
	min-height: 200px;
}
#Adverts {
	margin-top: 10px;
	text-align: center;
}
#portpieces {
	text-align: center;
	margin-top: 10px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 550px;
  width: 550px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#inlinepic img {
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#inlinepic {
	float: left;
	min-height: 200px;
	min-width: 200px;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	color: #A6442C;
}
#FLVPlayer {
	text-align: center;
}
#inlinepicx {
	float: left;
	min-height: 200px;
	min-width: 200px;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	color: #A6442C;
	width: 550px;
}
#sitable {
	text-align: center;
}
#ctor {
	text-align: center;
	margin-left: 50px;
}
#quote {
	float: left;
	width: 550px;
}
.lftflt {
	float: left;
	padding-right: 25px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 1px;
}
#stretcher {
	height: 100px;
}
#base {
	background-image: url(images/index_04.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 939px;
	background-position: left top;
}
#footer {
	background-image: url(images/foota_06.gif);
	height: 24px;
	width: 939px;
	font-size: 70%;
	text-align: center;
	line-height: 24px;
	color: #333333;
}
#portpc {
	float: left;
	width: 165px;
	margin-right: 5px;
}
#maglasses {
	width: 550px;
}
#signature {
	font-size: 11px;
	color: #FC9;
	text-align: center;
	height: 30px;
	width: 100%;
	margin-top: 20px;
}
#signature a {
	color: #FEC627;
}
.headings {
	font-family: Verdana;
	text-align: left;
	font-style: italic;
	font-size: 18px;
	color: #633000;
}
.headingstwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #633000;
}
