/* Copyright Philip MacDonald 2006 */

body,td,th  {
	font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 12px;
	color: #000;
	background-color: #DCDCDC;
	text-align: center;
}

#wrap {
margin: auto;
width: 760px;
}

.banner {
float: left;
background-image: url(./images/image_01.gif);
width: 760px;
height: 70px;
}

/* Navigation */

.home {
float: left;
background-image: url(./images/image_02.gif);
width: 73px;
height: 36px;
}

.home a {
float: left;
background-image: url(./images/image_02.gif);
width: 73px;
height: 36px;
}

.home a:current
{
float: left;
background-image: url(./images/hover_02.gif);
width: 73px;
height: 36px;
}

.home a:hover
{
float: left;
background-image: url(./images/hover_02.gif);
width: 73px;
height: 36px;
}

.art {
float: left;
background-image: url(./images/image_03.gif);
width: 51px;
height: 36px;
}

.art a {
float: left;
background-image: url(./images/image_03.gif);
width: 51px;
height: 36px;
}

.art a:current
{
float: left;
background-image: url(./images/hover_03.gif);
width: 51px;
height: 36px;
}

.art a:hover
{
float: left;
background-image: url(./images/hover_03.gif);
width: 51px;
height: 36px;
}

.web {
float: left;
background-image: url(./images/image_04.gif);
width: 56px;
height: 36px;
}

.web a {
float: left;
background-image: url(./images/image_04.gif);
width: 56px;
height: 36px;
}

.web a:current
{
float: left;
background-image: url(./images/hover_04.gif);
width: 56px;
height: 36px;
}

.web a:hover
{
float: left;
background-image: url(./images/hover_04.gif);
width: 56px;
height: 36px;
}

.anim {
float: left;
background-image: url(./images/image_05.gif);
width: 100px;
height: 36px;
}

.anim a {
float: left;
background-image: url(./images/image_05.gif);
width: 100px;
height: 36px;
}

.anim a:current
{
float: left;
background-image: url(./images/hover_05.gif);
width: 100px;
height: 36px;
}

.anim a:hover
{
float: left;
background-image: url(./images/hover_05.gif);
width: 100px;
height: 36px;
}

.links {
float: left;
background-image: url(./images/image_06.gif);
width: 82px;
height: 36px;
}

.links a {
float: left;
background-image: url(./images/image_06.gif);
width: 82px;
height: 36px;
}

.links a:current
{
float: left;
background-image: url(./images/hover_06.gif);
width: 82px;
height: 36px;
}

.links a:hover
{
float: left;
background-image: url(./images/hover_06.gif);
width: 82px;
height: 36px;
}

.about {
float: left;
background-image: url(./images/image_07.gif);
width: 67px;
height: 36px;
}

.about a {
float: left;
background-image: url(./images/image_07.gif);
width: 67px;
height: 36px;
}

.about a:current
{
float: left;
background-image: url(./images/hover_07.gif);
width: 67px;
height: 36px;
}

.about a:hover
{
float: left;
background-image: url(./images/hover_07.gif);
width: 67px;
height: 36px;
}

.contact {
float: left;
background-image: url(./images/image_08.gif);
width: 102px;
height: 36px;
}

.contact a {
float: left;
background-image: url(./images/image_08.gif);
width: 102px;
height: 36px;
}

.contact a:current
{
float: left;
background-image: url(./images/hover_08.gif);
width: 102px;
height: 36px;
}

.contact a:hover
{
float: left;
background-image: url(./images/hover_08.gif);
width: 102px;
height: 36px;
}

/* End Navigation */

.right {
float: left;
background-image: url(./images/image_09.gif);
width: 229px;
height: 16px;
padding: 10px 0px 10px 0px;
}

.text {
float: left;
background-image: url(./images/image_10.gif);
width: 730px;
text-align: left;
padding: 5px 15px 0px 15px;
}

.pic {
float: left;
width: 760px;
height: 170px;
background-image: url(./images/image_10.gif);
}

.bottom {
float: left;
background-image: url(./images/image_12.gif);
width: 760px;
height: 29px;
}

.italics {
font-style: italic;
}

img.thumb {
padding: 0px 10px 0px 0px;
}

img.border {
border: 1px solid #000;
}


h1 {
font-size: 12px;
font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #6C8EA6;
}
a:visited {
	text-decoration: underline;
	color: #6C8EA6;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}