body {
	/*colour*/
	background-color: #ffffff;	
	
	/*centering stuff*/
	/*text-align: center;*/
	margin:0px 0px 0px 0px;
}

body, textarea {
	/*font definitions*/
	font-family:georgia,times,serif;
	font-size:medium;
}

/* PAGE LAYOUT */

* {
	padding:0px;
	margin:0px;
}

#wrapper {
	/*centering stuff*/
	margin: 0 auto;
	width:997px;
}

#page {
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	width: 997px;
	text-align:left;
}


#header01 {
	text-align:center;
	width:997px;
	background-image: url(../images/header01.jpg);
	background-repeat:no repeat;
	background-position:top center;
}

#header01 p {
	text-align:right;
	padding:325px 33px 0px 0px;
}
#header01 a:link, #header01 a:visited{
	color:#ffffff;
	text-decoration:none;
}
#header01 a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.navcolumn {
	width:500px;
	float:left;
	padding-left:0px;
	padding-right:25px;
	padding-top:40px;
}

.navcolumn p {
	color:#666666;
	font-size:0.85em;
	line-height:1.8em;
	padding: 0px 0px 10px 0px;
}

.navcolumn p a:link, .navcolumn p a:visited, li a {
	font-weight:bold;
	color:#F5EEE2;
	color:#8e8683;
	text-decoration:none;
}

.navcolumn p a:hover, li a:hover {
	font-weight:bold;
	color:#8e8683;
	text-decoration:underline;
}

.navcolumn h2{
	font-size:0.85em;
	text-transform:uppercase;
	padding:10px 0px 15px 0px;
	color:#666666;
}

.maincolumn a {
	color:#333333;
	text-decoration:underline;

}

.maincolumn a:hover {
	color:#000000;
	text-decoration:underline;
}

.maincolumn {
	width:447px;
	float:right;
	text-align:left;
	padding-top:40px;
	padding-right:0px;
	padding-bottom:40px;
	font-size:0.85em;
	color:#666666;
	font-style:italic;
	line-height:1.8em;
}

.maincolumn p{
	padding:0px 0px 10px 0px;
}

.navcolumn h1, .maincolumn h1{
	padding:0px 0px 20px 0px;
	font-size:medium;
	color:#666666;
	font-style:italic;
}


ul{
	font-size:0.85em;
	padding:0px 0px 15px 15px;
}
li{
	line-height:1.8em;
	color:#666666;
}

#footer {
	padding:0px;
	font-size:0.85em;
}
#footer .left a:link, #footer .left a:visited{
	color:#beb6b3;
	text-decoration:none;
}
#footer .left a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#footer .right a:link, #footer .right a:visited{
	color:#beb6b3;
	text-decoration:none;
}
#footer .right a:hover{
	color:#ffffff;
	text-decoration:underline;
}


.clear {
	clear:both;
}

.mainimage {
	border: solid 1px #999999;
}

.imgright {
	border: solid 8px #ffffff;
	float: right;
	margin: 0px 0px 20px 17px;
}

.thumbs{
	width:300px;
	padding:0px 0px 20px 0px;
}
.thumbview{
	width:115px;
	float:left;
	padding-right:20px;
}
.thumbtext{
	width:150px;
	float:right;
}
.thumbtext h2{
	font-size:0.8em;
	font-family:verdana,arial,helvetica,sans-serif;
	text-transform:uppercase;
}
.thumb{
	padding:5px;
	border: 1px solid #999999;
}
.left{
	float:left;
}
.right{
	float:right;
}