html, body{
	background:#fff;margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
}

p, footer, h1, h2, h3, h4, h5, h6, dt, dd, ul, ol, li, pre, form	{
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	vertical-align: middle;
}

/*layout */

.imgcentered {
	text-align:center;
	position:relative;
	margin:0 auto;
	display:block;
	top: 40px;
}
#banner {
	position:absolute;
	width:100%;
	height:40px;
	z-index:1;
	background-image: url(../images/banner.jpg);
	background-repeat: repeat;
}

#menu {
	position:absolute;
	width:180px;
	height:auto;
	z-index:2;
	left: 50px;
	top: 40px;
}
#menu2 {
	position:absolute;
	width:160px;
	height:auto;
	z-index:2;
	top: 50px;
	right: 50px;
	text-align: right;
}
.bannerwords {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	top: 15px;
	text-align: left;
	width: 300px;
	height: 20px;
	position: absolute;
	left: 170px;
}
.bannerlinks {
	position:absolute;
	width:470px;
	height:15px;
	z-index:2;
	right: 50px;
	top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}

#wrapper {
	position:absolute;
	width:100%;
	height:auto;
	z-index:2;
}


#content {
	position:relative;
	z-index:1;
	top: 60px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.name {
	position:absolute;
	width:120px;
	height:39px;
	z-index:2;
	left: 50px;
	top: 0px;
	font-size:23px;
	color: #FFF;
	line-height: 36px;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
}
.content2 {
	text-align: center;
}
.sketchbox {
	background-image: url(../images/sketch-1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 190px;
	background-position: right 0px;
}
.widgetbox {
	background-image: url(../images/widget.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 150px;
	background-position: left top;
	padding-left: 55px;
	padding-top: 0px;
}
.linebox1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: auto;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #960;
	border-bottom-color: #666;
	line-height: 26px;
}
.linebox2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: auto;
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #960;
	border-bottom-color: #666;
	line-height: 26px;
}
.linebox3 {
	border-bottom-style: solid;
	height: auto;
	width: 160px;
	border-bottom-color: #666;
	border-bottom-width: thin;
	padding-top: 5px;
}
.imagelinkbox {
	border-bottom-style: solid;
	height: auto;
	width: 160px;
	border-bottom-color: #666;
	border-bottom-width: thin;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	padding-bottom: 5px;
}
.linkbox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: 25px;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #960;
	border-bottom-color: #666;
	line-height: 26px;
}

.linkbox2 {
	height: auto;
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #960;
	line-height: 26px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.widget-text {
	position: absolute;
	top: 10px;
}

/*text */
p {
	line-height:16px;
	color:#666;
	font-size: 10px;
	font-weight: lighter;
	font-style: normal;
}
p.brown {
	color:#995115;
}
p.dkgrey {
	color:#333;
}
p.textbold {
	font-weight: bold;
}
p.links {
	line-height:16px;
	color:#995115;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

p.boldright {
	color:#333;
	font-weight: 300;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p.right-align {
	text-align: right;
	margin-top: 0px;
	padding: 0px;
}
.centre {
	text-align: center;
	margin-top: 0px;
}


h1 {
	font-size:23px;
	color: #FFF;
	line-height: 36px;
	font-weight: lighter;
}
h2 {
	font-size:10px;
	color: #333;
	line-height: 0px;
	font-weight: lighter;
	text-align: right;
}
h3 {
	font-size:10px;
	color: #FFF;
	line-height: 0px;
	font-weight: lighter;
	text-align: right;
}

/*links */

a:link {text-decoration:none;color:#995115;}
a:visited { text-decoration:none; color:#995115; }
a:hover { text-decoration:none; color:#121212; }
a:active { text-decoration:none; color:#995115; }

.class1 a:link {text-decoration:none;color:#574382; }
.class1 a:visited { text-decoration:none; color:#121212; }
.class1 a:hover { text-decoration:none; color:#995115; }
.class1 a:active { text-decoration:none; color:#995115; }

.bannerLinks a:link {text-decoration:none;color:#333;}
.bannerLinks a:visited { text-decoration:none; color:#333; }
.bannerLinks a:hover { text-decoration:none; color:#fff; }
.bannerLinks a:active { text-decoration:none; color:#333; }

.imagelinks a:link {
	text-decoration:none;
}
.imagelinks a:visited { text-decoration:none; color:#995115; }
.imagelinks a:hover { text-decoration:none; color:#121212; }
.imagelinks a:active { text-decoration:none; color:#995115; }

#footer {
	width:100%;
	clear:both;
	position:absolute;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 0px;
	bottom: 20px;
}
#footer p.date { position:relative; float:left; margin:0; width:150px; font-size:0.9em;  color:#aaa; }
#footer p.copyright { position:relative; margin:0; text-align:right; font-size:0.9em; color:#aaa; }
