/******************************
* Gallery CSS by Kelli Shaver *
* http://www.kellishaver.com  *
******************************/
* {
	font-family:arial, helvetica, sans-serif;
}
body {
	background:#000;
	margin:20px;
}
p
{
font-family: arial, "lucida console", sans-serif
}

#container {
	clear:both;
	width:900px;
	height:auto !important;
	height:480px;
	min-height:480px;
	border:1px solid #fff;
	margin:0 auto 0 auto;
	background:url("images/bg.jpg") top left repeat-x;
color:#ec008c;
}

#header {
	width:900px;
	margin:0 auto 0 auto;
}

#header h1 {
	margin:0;
	padding:5px 0 0 0;
	font-size:24pt;
	color:#ec008c;
	font-weight:normal;
	width:500px;
	float:left;
}
#header h2 {
	margin:0;
	padding:10px 0 0 0;
	font-size:14pt;
	color:#ec008c;
	font-weight:normal;
	width:500px;
	float:left;
}

#nav {
	float:left;
	display:inline;
	padding-top20px;
}

#nav a {
	margin:0 10px 0 10px;
	padding:0 2px 0 2px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
}

#nav a:hover {
	border-top:2px solid #44ff44;
}

#left {
	width:480px;
	height:auto !important;
	height:480px;
	min-height:480px;
	background:#000;
	float:left;
}

#left img {
	margin:15px;
}

#right {
	float:right;
	width:420px;
        background:#000
}
#about {
	margin:0 10px 0 10px;
	padding:0 2px 0 2px;
	border-top:2px solid #555;
	color:#ec008c;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
}


#hoverlink  {	
     border-bottom-width: 2px;
     border-bottom-style: solid;   
     border-bottom-color: #44ff44;


}


#right h1 {
	background:#000;
        font-size:20pt;
	font-weight:normal;
	margin:20px 5 5 5;
	height:100px;
	line-height:25px;
	color:#ec008c;
padding-right:10px;
padding-left:5px;

}

#right h1 .info {
	text-align:right;
	font-size:10pt;
	color:#fff;
        background:#000;
	
	padding-left:10px;
padding-top:0px;
padding-right:10px;
}
#gallery {
        background:#000;
        font-size:20pt;
	font-weight:normal;
	margin:20px 5 5 5;
	height:120px;
	line-height:20px;
	color:#56EA00;
padding-bottom:10px;
line-height: 20px;


padding-right: 10px;

padding-left: 5px;

padding-top: 10px;

}


#right .thumb {
	display:inline;
	width:110px;
	height:85px;
	padding:15px;
	float:left;
}

#right .thumb img {
	padding:5px;
	background:#fff;
	border:0;
}

#copyright {
	clear:both;
	height:1em;
	border-top:1px solid #fff;
	background:#ec008c;
	color:#fff;
	font-size:8pt;
	text-align:right;
	padding:1px 10px 1px 0;
}

a {
	color:#ec008c;
	text-decoration:none;
}

a:hover {
	color:#333;
}
 .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/knot.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
The HTML code