/* CSS Document */
html{
height:100%;
width:100%;
}
body{
margin:0px;
overflow:hidden;
height:100%;
width:100%;
}

#wrapper {
margin:0px auto;
padding:0px;
position:relative;
}

#top {
margin:0px;
width:800px;
height:202px;
background-image:url(images/bg_top.jpg);
background-repeat:no-repeat;
clear:both;
}

#middle {
margin:0px;
}

#left {
margin:0px;
width:189px;
height:548px;
background-image:url(images/bg_left.jpg);
background-repeat:no-repeat;
float:left;
}

#links {
margin:0px;
width:103px;
height:548px;
background-image:url(images/bg_links.jpg);
background-repeat:no-repeat;
float:left;
}

#content {
margin:0px;
width:800px;
height:296PX;
overflow:auto;
float:left;
clear:right;
padding-right:28px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
line-height:12px;
text-align:justify;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
line-height:12px;
text-align:justify;
}

#logo {
margin: 316px 0px 0px 713px;
width:75px;
height:105px;
background-image:url(images/xmarksthespot.jpg);
background-repeat:no-repeat;
}

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

a:hover	{
color:#000000;
text-decoration:none;
}

a:active {
color:#000000;
text-decoration:none;
font-weight:bold;
}

/** LEFT SIDE LINKS **********************************************************************/

#link_about a {
	text-decoration:none;	
	height:19px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:white;
	display:block;
	background:url(images/link_about.jpg) -1px -0px  no-repeat;
	}
	
#link_about a:hover {
	text-decoration:none;
	height:19px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:red;
	display:block;
	background: url(images/link_about.jpg) -104px -0px  no-repeat;
	}
	
#link_art a {
	text-decoration:none;	   
	height:21px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:white;
	display:block;
	background:url(images/link_art.jpg) -1px -0px  no-repeat;
	}
	
#link_art a:hover {
	text-decoration:none;
	height:21px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:red;
	display:block;
	background: url(images/link_art.jpg) -104px -0px  no-repeat;
	}
	
#link_links a {
	text-decoration:none;	   
	height:20px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:white;
	display:block;
	background:url(images/link_links.jpg) -1px -0px  no-repeat;
	}
	
#link_links a:hover {
	text-decoration:none;
	height:20px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:red;
	display:block;
	background: url(images/link_links.jpg) -104px -0px  no-repeat;
	}
	
#link_contact a {
	text-decoration:none;	   
	height:22px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:white;
	display:block;
	background:url(images/link_contact.jpg) -1px -0px  no-repeat;
	}
	
#link_contact a:hover {
	text-decoration:none;
	height:22px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:red;
	display:block;
	background: url(images/link_contact.jpg) -104px -0px  no-repeat;
	}
	
	
#link_home a {
	text-decoration:none;	   
	height:24px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:white;
	display:block;
	background:url(images/link_home.jpg) -1px -0px  no-repeat;
	}
	
#link_home a:hover {
	text-decoration:none;
	height:24px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:red;
	display:block;
	background: url(images/link_home.jpg) -104px -0px  no-repeat;
	}
	
#link_misc a {
	text-decoration:none;	   
	height:24px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:white;
	display:block;
	background:url(images/link_misc.jpg) -1px -0px  no-repeat;
	}
	
#link_misc a:hover {
	text-decoration:none;
	height:24px;
	width:103px;
	padding-top:4px;
	text-align:center;
	color:red;
	display:block;
	background: url(images/link_misc.jpg) -104px -0px  no-repeat;
	}
	
	
/** GALLERY **********************************************************************/

.gallery a {
	text-decoration:none;	
	height:60px;
	width:90px;
	padding-right:6px;
	text-align:center;
	color:white;
	display:block;
	border: none;
	float:left;
	padding-top:5px;
	}
