/* CSS Document */

 http://jigsaw.w3.org/css-validator/validator-uri.html 

body {
        font-size:              	12px;
        font-family:            	Verdana, Helvetica, Tahoma, Arial, sans-serif;
 }

h1 {
		font-family:       			Gilde, Times new roman, Times, Georgia, serif;
        font-size:              	17px;
        color:						#630;
		padding:					5px 15px 5px 15px;
		font-weight:				normal;			
        font-variant:           	small-caps;
		font-style:					italic;
		text-align: 				left;
}

p {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
 		padding:					5px 15px 5px 15px;			
        color:						#630;
		text-align: 				left;
}

blockquote, ol, dl, dd, ul, li, dir, menu {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					10px;
 		padding:					0px 45px 5px 45px;			
        color:						#630;
		text-align: 				left;
}

p.center {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					10px;
 		padding:					10px 15px 10px 15px;			
        color:						#630;
		text-align: 				center;
}

p.right {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					10px;
 		padding:					0px 15px 10px 15px;			
        color:						#630;
		text-align: 				right;
}

strong {
        font-weight:            	bold;
}

img.padded_img {
		padding:					0px 10px 0px 0px;
}		

span.larger {
        font-size:              	121%;
}

span.smaller {
        font-size:              	8.5px;
}

span.smallcaps {
		text-decoration: 			none;
        color:						#630;
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
        font-variant:           	small-caps;
		font-weight:				bold;
}

a {
		font-weight: 				normal;
		text-decoration: 			none;
	    color:						#903;
		border-bottom: 				1px dotted;
}

a:hover {
		text-decoration: 			none;
		color: 						#c63;
		border-bottom:				0px;
}

a:active {
		text-decoration: 			none;
		color: 						#603;
		border-bottom: 				1px dotted;
}

a.nav {
		font-weight: 				normal;
		text-decoration: 			none;
	    color:						#903;
		border-bottom: 				0px;
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
        font-variant:           	small-caps;
		font-weight:				bold;
}

a.nav:hover {
		text-decoration: 			none;
		color: 						#c63;
		border-bottom:				0px;
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
        font-variant:           	small-caps;
		font-weight:				bold;
}

a.nav:active {
		text-decoration: 			none;
		color: 						#603;
		border-bottom: 				0px;
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
        font-variant:           	small-caps;
		font-weight:				bold;
}

a.photos {
		border-bottom: 			0px;
		border-top: 			0px;
		text-decoration: none;
}

a.photos:hover {
		border-bottom: 			0px;
		border-top: 			0px;
		text-decoration: none;
}

a.photos:active {
		border-bottom: 			0px;
		border-top: 			0px;
		text-decoration: none;
}

br	{ 
        clear: 						left 
}
