@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ccc;
	color: #000;
}
	
.text {	color: #FFF; padding: 20px; padding-top: 2.5em; line-height: 13pt; text-align: justify; vertical-align: top;
	font-family:  Baskerville, palatino, Times New Roman, serif;
	font-size: 14px;
	}
	
.welcome {	background-color: #EE1B24; color: #FFF; padding: 40px; padding-top: 40px; line-height: 13pt; text-align: justify; vertical-align: top; letter-spacing: 1pt;
	font-family:  Baskerville, palatino, Times New Roman, serif;
	font-size: 10pt;
	}
	
.contact {	background-color: #ffcc00; color: #FFF; padding-left: 40px; padding-top: 20px; vertical-align: top;
			line-height: 14pt; text-align: left; 
	font-family:  Baskerville, palatino, Times New Roman, serif;
	font-size: 14pt;
	}
	
.contact a	{ color: white; text-align: left;  text-decoration: none; 
			}
			
.contact a:hover	{ text-decoration: underline; color: #666;	font-family: baskerville, palatino, Times New Roman, serif; 					
		}	
		
.weblinks a	{ color: #009; text-align: left; padding-left: 20px; font-size: 10pt; text-decoration: none; font-family: baskerville, palatino, Times New Roman, serif; 					
			}
			
.weblinks a:hover	{ text-decoration: underline; color: #999;	font-family: baskerville, palatino, Times New Roman, serif; 					
		}	
	 
.mobile { color: #F81313; text-align:center;  background-color: black;
		font-size: 9px; letter-spacing: 2px; vertical-align: middle;
		font-family: gil sans, myriad, helvetica, sans-serif; font-weight:100; }


.footer { background-color:#000; color: #FFF; 
		text-align: right; padding-right: 25px;
		font-family: baskerville, palatino, Times New Roman, serif; font-size: 10px; 
		}

.gallery { color: white; text-align: right; padding-right: 30px; background-color: #1A3391;
			font-family: baskerville, palatino, Times New Roman, serif; font-weight:bold;
		}
		
.gallery a	{ color: white; text-align: right; background-color: #2D3092; text-decoration: none;
			}
			
.gallery a:hover	{ text-decoration: overline; font-weight:bold; 
			font-family: baskerville, palatino, Times New Roman, serif; 					
		}			

		

