/* 
    Document   : main
    Created on : 02-Jun-2010, 15:04:05
    Author     : charles
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background-image: url(/images/index_bg.jpg);
	background-repeat: repeat-x;
}
p, fieldset, a {
	font-family: Verdana;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

fieldset{
    color: #444444;
}

li {
	font-family: Verdana;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}
h2 {
	font-family: Verdana;
	font-size: 24px;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-family: Verdana;
	font-size: 18px;
	color: #777777;
	font-weight: bold;
	text-decoration: none
}
h4 {
	font-family: Verdana;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
h5 {
        margin-top: -15px;
	font-family: Verdana;
	font-size: 12px;
        font-style: italic;
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
a.link_nav {
	font-family: Verdana;
	font-size: 18px;
	color: #777777;
	text-decoration: none;
}
a.link_nav:hover {
	font-family: Verdana;
	font-size: 18px;
	color: yellow;
	text-decoration: none;
}
a.link_bodynav {
	font-family: Verdana;
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}
a.link_bodynav:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a.link_subnav {
	font-family: Verdana;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}
a.link_subnav:hover {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}
a.link_h2 {
	font-family: Verdana;
	font-size: 24px;
	color: #777777;
	text-decoration: none;
}
a.link_h2:hover {
	font-family: Verdana;
	font-size: 24px;
	text-decoration: underline;
}
a.link_h3 {
	font-family: Verdana;
	font-size: 18px;
	color: #777777;
	text-decoration: none;
}
a.link_h3:hover {
	font-family: Verdana;
	font-size: 18px;
	text-decoration: underline;
}
#gallery {
	position: relative;
	float: left;
	width: 500px;
	padding: 2px;
}
.photos {
	position: relative;
	float: left;
	display: block;
        padding: 10px;
}
.photosets {
	clear: both;
	padding-top: 1px;
}
