* {
margin: 0;
padding: 0;
}

a:link {color:#CC0066;} 
a:visited {color:#333;}
a:hover {color:#663366;} 
a:active {color:#336600;} 

a img {border: none;}



/*--------Nav Bar----------------------------------------------------*/
	
#nav {
	height: 42px;
	padding: 0;
	z-index: 10;
	width:590;
	position: relative;
	margin-top: -2.5em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	list-style: none;
}

#nav a  {
    display:block;
    height:42px;
    text-indent:-3000px;
	background-repeat: no-repeat;
}

#nav ul {
	list-style: none;
	margin:0;
}

#nav li {
	float: left;
	padding: 0;	
}


/*--------End nav bar-----------------------------------------------------*/

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #330033;
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}


#content {
	float: none;
	width: 540px;
	margin-left: 0;
	display:block;
	position:relative;
	padding: 1em 1em 2em;
}


#footer {
	
	display:block;
	height:40px;

	background-image: url(images/copyright.png);
	background-position: center;
	background-repeat:no-repeat;
	
}
/*--------Gallery------------Template elements by http://www.paulvanroekel.nl/----------------------------------------*/

#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}



.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.unvisible { 
	display: none;
 }


.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 144px;
	height: 144px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		
	display:block;
	width: 166px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;

	
}


.thumbnail img{
	background: #333;
	padding: 7px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/
#gallerycontainer{
	padding: 0px;
	text-align:center;
}
/*-------End Gallery----------------------------------------------------*/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330033;
	text-decoration: none;
	
	
}

h2{
	text-indent:2em;
	font-variant: small-caps;
}

h3{
	text-indent:2em;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;


}

.floatleft
{
float: left;
margin: 10px 10px 10px 0;
border: 5px solid;
padding: 7px;
}

.floatright
{
float: right;
margin: 0 10px 10px 10px;
border: 5px solid;
padding: 7px;
}
