/* CSS Document */

* {
	margin:0;
	padding:0;
	}
body {
	width: 750px;
	margin: auto;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


a {
	text-decoration: none;
	color: #000066;
	}
a:hover {
	text-decoration: none;
	color: #0000FF;
	}
#header {
	width: 100%;
	height: 100px;
	background-image: url(images/headerbg.jpg);
	}
#menu {
	width: 100%;
	height: 30px;
	}
#menu ul {
	width: 750px;
	height: 30px;
	list-style-type: none;
	}
#menu ul li {
	float: left;
	list-style-type: none;
	
	}
#menu ul li a {
	width: 148px;
	height: 25px;
	float: left;
	border-left: 1px solid #af8573;
	border-right: 1px solid #af8573;
	background-image: url(images/menubg.jpg);
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 14px;
	}
#menu ul li a:hover {
	background-image: url(images/cellbghover.jpg);
	}
#gallery {
	width: 690px;
	list-style-type: none;
	margin-left:10px;
	}
#gallery li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-right:10px;
	}
#gallery li a {
	width: 160px;
	display: block;
	height: 160px;
	border: 1px solid #ccc;
	background-color: #fff6e8;
	text-align: center;
	}
#gallery li a:hover {
	background-color: #fff;
} 
img {
	border: none;
	}
#matterbody {
	width: 750px;
	}

#para {
	margin: 15px;
	border: 1px solid #ccc;
	background-color: #fff6e7;
	}
#message {
	margin: 20px;
	border: 1px solid #ccc;
	}
#topic {
	background-image:url(images/topicbg.jpg);
	height: 30px;
	border-bottom: 1px solid #ccc;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f460b;
	font-size: 16px;
	line-height:200%;
	}
h4 {
	font-weight: normal;
	text-align: left;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #8f460b;
	line-height: 140%;
	margin: 10px;
	}
#footer {
	width: 100%;
	height: 100px;
	background-color: #f1f1f1;
	background-image: url(images/footerbg.jpg);
	}
