body {
	background-color:#F0F0F0;
	font-size:11px;
	font-family:Verdana;
	color:#000000;
	}

img {
	text-decoration:none;
	border:0;
	}
	
a {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover {
    color:#f7ae00;
	text-decoration:underline;
	border-bottom:none;
	}

h1 {
	text-align:center;
	margin:10px 0px 15px 10px;
	font-size:19px;
	font-family:Verdana;
	font-weight:bold;
	}
	
h2 {
	margin:5px 0px 5px 0px;
	font-size:13px;
	font-family:Verdana;
	font-weight:bold;
	}
	
p {
	margin:0px 0px 10px 0px;
	text-indent:20px;
	}
	
ul {
	margin:0px 0px 5px 38px;
	list-style-image:url(../design/list.gif);
	list-style-type:disc;
	list-style-position:outside;
	}
	
a.item {
	width:140px;
	text-align:center;
	border-right:2px solid black;
	background:url(../design/item.gif);
	background-repeat:repeat-x;
	background-color:#f7ae00;
	height:16px;
	float:left;
	border-bottom:none;
	text-decoration:none;
	font-weight:bold;
	}

a.item:hover {
	background:url(../design/item.gif) 0 -16px;
	background-repeat:repeat-x;
	background-color:#f7ae00;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:none;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}

.thumbs {
    border:2px solid black;
    margin-right:10px;
    height:50px;
    }

.thumbs:hover {
    border:2px solid #f7ae00;
    margin-right:10px;
    }

.athumb {
    border:none;
    }

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

a.itemg:hover {
	text-decoration:underline;
    font-weight:bold;
	color:#f7ae00;
	}
	
.galimage {
	border:2px solid black;
	overflow:visible;
	}
