/* CSS Document */

body {
	font-family: "Arial", ;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background-color: #000000;
}.logo-bg {
	background-image: url(images/logo-bg.jpg);
	background-repeat: no-repeat;
}

/* Search Box css starts here */
.search-box {
	background-color: #FFFBF0;
	border: 1px solid #CC3300;
	font-family: "Arial",;
	font-size: 11px;
	color: #993300;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.search-font {
	font-family: "Arial", ;
	font-size: 11px;
	color: #993300;
}
.search-button {
	font-family: "Arial",;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #FFFFFF;
	height: 30px;
	width: 150px;
	background-color: #993300;
}
/* Search Box css finishes here */
.topmargin {
	padding: 10px;
	margin-top: 10px;
}
.bottommargin {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pic-bottommargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
}
.gallery a:hover img  {
	border-color: #CC3300;
}
/* footer css starts here */
.footer {
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	background-color: #383838;
}
.footer A:link {
    color: #ffffff;
	font-weight: bold;
	text-decoration: underline }
.footer A:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline}
.footer A:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline}
.footer A:hover {	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;}.body-font {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
/* footer css finishes here */