html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font: 100.1% "Lucinda Sans Roman",arial,helvetica,clean,sans-serif;
	line-height: 1em;
	background-color: #FEFFB0;
	color: #000000;
}

/* ::footer shinigans:: */

div#wrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	/* border: solid red 2px; */
	min-height: 100%;
}

div#footer {
	width: 100%;
	/* background-color: #FFFFFF; */
	color: #000000;
	text-align: center;
	font-size: 0.76em;
	height: 20px;
	padding-top: 5px;
	margin: -25px auto 0 auto;
}

div#clearfooter {
	height: 25px;
	/* background-color: red; */
	text-size: 0.76em;
}

/* ::end of footer lark:: */

img {
	border: none;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #993300;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #993300;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #645f62;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: #993300;
	color: #FEFFB0;
}

h2 {
	font-size: 16pt;
	text-decoration: bold;
	text-align: left;
	line-height: 16pt;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 13pt;
}

/* head - spans 100% width */
div#headtop {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 135px;
	padding: 0px;
	background-color: #FFF68F;
	text-align: left;
	overflow: hidden;
}
/* restrict the actual content to 930px wide and central */
div.fullcont {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 930px;
	min-width: 600px;
	/* ie babysitting */
	width:expression(document.body.clientWidth > 932? "930px" : "auto");
	width:expression(document.body.clientWidth < 602? "600px" : "auto");
	padding: 0px;
	/* overflow: hidden; */
}

div#head {
	display: block;
	width: 100%;
	margin: 0px;
	height: 135px;
}

/* cheers ie, heres some space */
div#headsp {
	width: 40px;
	height: 135px;
	margin: 0px;
	float: left;
}

/* bit basic logo */
div#headlogo {
	display: block;
	width: 189px;
	height: 135px;
	padding: 0px;
	float: left;
	background: url('images/basiclogo.gif') no-repeat;
	overflow: hidden;
}

/* headtext*/
div#head3 {
	display: block;
	mergin: 0px;
	height: 45px;
	padding-top: 80px;
	padding-left: 13px;
	float: left;
}

div#head3text {
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
	color: #A0A0A0;
}

/* picture gripping to right */
div#headwoman {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 40px;
	margin: 0px;
	width: 303px;
	height: 135px;
	padding: 0px;
	background: url('images/relaxc.gif') no-repeat;
	overflow: hidden;
}

/* main content */
div#main {
	display: block;
	position: relative;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	/* overflow: hidden; */
	/* border: solid black 1px; */
}

div#container {
	display: block;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #FEFFB0;
}
	
div#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 180px;
	height: 500px;
	padding-top: 170px;
	padding-right: 10px;
	overflow: hidden;
	background: url('images/menu-background2.gif') no-repeat;
}

div#sidebartext {
	text-align: right;
	font-size: 1.2em;
	line-height: 1em;
	color: #983300;
	text-decoration: bold; 
}

div#sidebarsub {
	position: absolute;
	top: 355px;
	left: 0px;
	width: 189px;
}

div#sidebarsubtext {
	text-align: center;
	font-size: 0.75em;
}

div#sidebarms {
	width: 110px;
	height: 110px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#sidebarpaypal {
	width: 180px;
	height: 110px;
	padding-top: 10px;

}
	
div#sidebar a:link {
	color: #000000;
}
div#sidebar a:visited {
	color: #000000;
}
div#sidebar a:active {
	color: #000000;
}
div#sidebar a:hover {
	color: #993300;
	background: none;
}

div#maincontent {
	padding-left: 210px;
}

/* headers for content, bloghead1 in blog, bloghead 2 in releases */

div.bloghead1 {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid blue 1px;
}

div.bloghead2 {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid black 1px;
}

div.blogheadleft {
	margin-right: 70px;
	font-size: 1.3em;
	text-decoration: bold;
	text-align: left;
	line-height: 1em;
}

div.blogheadright {
	float: right;
	/* display: block;
	position: absolute;
	right: 0px;
	bottom: 3px; */
	font-size: 0.82em;
	padding-top: 0.35em;
}

p.blogcont {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
	text-justify: distribute;
}
p.blogcont img {
	display: block;
	float: right;
	margin-left: 12px;
}

div#videocontainer {
	margin-bottom: 20px;
}

div.clear {
	clear: both;
} 

.art {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	list-style: none;
}

.art img {
	background: #FFFFFF;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vetical-align: center;
	width: 100px;
	height: 100px;
}

.art img a:hover {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}

.art li {
	margin: 2px;
	padding: 2px;
}

.art li a:hover {
	background: none;
}