/* CSS Document */


body{
	margin:0px;
	padding:0px;
	background-color:#F7AA09;
}

td, p, div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:45px;
	font-weight:normal;
	color:#FFFFFF;
	
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0px;
	padding-left:10px;
	text-align:left;
}

.padAll{
	padding:10px;
}

/*Top Right Down Left*/

a.lnkNav:link{
	padding: 1px 4px 1px 4px;
	color:#FFFFFF;  text-decoration:none;	
	border:solid 1px #D6940A;
}
a.lnkNav:visited{
	padding: 1px 4px 1px 4px;
	color:#FFFFFF;  text-decoration:none;	
	border:solid 1px #D6940A;
}
a.lnkNav:hover{
	padding: 1px 4px 1px 4px;
	color:#F7AA09;  text-decoration:none;	
	border:solid 1px #D6940A;
	background-color:#FFFFFF;
}

a.lnkMenu:link{
	display:block; width:200px;
	padding: 2px 6px 2px 6px;
	color:#FFFFFF; line-height:22px;
	text-align:left; text-decoration:none;
	border-bottom:dotted 1px #E4A115;
}
a.lnkMenu:visited{
	display:block;  width:200px;
	padding: 2px 6px 2px 6px;
	color:#FFFFFF; line-height:22px;
	text-align:left; text-decoration:none;
	border-bottom:dotted 1px #E4A115;
}
a.lnkMenu:hover{
	display:block; width:200px;
	padding: 2px 6px 2px 6px;
	color:#FFFFFF; line-height:22px;
	text-align:left; text-decoration:none;
	border-bottom:dotted 1px #E4A115;
	background-color:#F5B42B;
}


.gallery{margin:10px 0 0 0;display:table;overview:hidden;}
.gallery .galleryphoto{border:3px solid #e7e8e8;float:left;margin:3px;}
.galleryphoto a img{margin:0px;border:1px solid #e7e8e8;display:block;width:200px;height:175px;background:#fff;}

