body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E1E0DE;
}
#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#footer {
	background-color: #E2E2E2;
	clear: both;
	color: #000000;
	padding: 5px;
}
#banner {
	color: #000000;
	background-image: url(images/banner.jpg);
	background-color: #FFFFFF;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
}
#right_menu {
	background-color: #FFFFFF;
	width: 199px;
	float: right;
}
.icon_stripes {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
}
#header {
	background-color: #00CC66;
	clear: both;
	color: #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 550px;
	padding: 10px;
}
#search_box {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px;
}
h1 {
	color: #003367;
	font-size: large;
	font-weight: normal;
}

h2 {
	color: #003367;
	font-size: medium;
	font-weight: normal;
}










/**************** menu coding *****************/
#menu {
	width: 100%;
	float: left;
	background-color: #E2E2E2;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 80px;
}

#menu a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	text-align: center;
}

#menu a:hover {
	background-color: #999999;
	background-image: url(images/menu_bg_ro.gif);
	background-repeat: repeat-x;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	background-color: #E2E2E2;
	width: 100px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 180px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.gallery_thumb {
	padding: 6px;
}
.form_input {
	border: 1px solid #000000;
	width: 135px;
}
.gallery_thumb {
	padding: 6px;
}
#container #footer a:link {
	color: #00336F;
}
#container #footer a:visited {
	color: #00336F;
}
#container #footer a:hover {
	color: #00336F;
}
