@charset "UTF-8";
/* CSS Document */
.contact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
body{
	border:#000 thin dashed;
	padding:10px;
	/*background-image:url(anamcara.jpg);
	background-repeat:no-repeat;
	background-size:cover;*/
	background-color:#162955;
}
#banner{
	border:#666 medium solid;
	padding:5px;
}
#container{
	background-color:#FFF;
	padding:5px;
	width:80%;
	margin:auto;
}
.whiteBg{
	background-color:#FFF;
	padding:5px;
}
#content{
	border:#666 medium solid;
	padding: 10px;
	background-color:#FFF;
}
a.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #030;
	text-decoration: none;
	
}

a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
	text-decoration: none;
}
.imgW{
	width:40%;
	height:auto;
	
	
}
.img{
	margin:auto;
}
#content{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:80%;
	position:relative;
	margin:auto;
	
	
}

#footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #666;
	
}

a.inquiry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
	text-decoration: none;
	
}

a.inquiry:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #030;
	text-decoration: none;
}
a.footerNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	
}

a.footerNav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
	text-decoration: none;
}