body {
	    font-family: Tahoma;
		color: #333;
	    font-size: 13px;
		margin: 0px;
		background-image: url(/assets/templates/clyde/images/indexbg.gif);
		background-repeat: repeat-x
}
#wrapper {
		width: 900px;
		height: auto;
		background-color: #fff;
		margin: 0px auto 0px auto;
}
#header {
		width: 900px;
		height: 120px;
		background-color: #020E3E;
		margin: 0px 0px 0px 0px;
		float: left;
}
#logodiv {
		width: 250px;
		height: 120px;
		background-image: url(/assets/templates/clyde/images/cmslogo.gif);
		background-repeat: no-repeat;
		margin: 5px 0px 0px 0px;
		float: left;
}
#navigation {
		width: 650px;
		height: 30px;
		background-color: #020E3E;
		margin: 90px 0px 0px 0px;
		float: left;
}
#mainbanner {
		width: 900px;
		height: 350px;
		background-image: url(/assets/templates/clyde/images/indexbannerpic.jpg);
		background-repeat: no-repeat;
		margin: 0px 0px 0px 0px;
		float: left;
		border-top: solid 2px #fff;
}
#indexshadow{
		width: 900px;
		height: 15px;
		background-image: url(/assets/templates/clyde/images/shaddow.gif);
		background-repeat: repeat-x
		margin: 0px 0px 0px 0px;
		float: left;
}
#container {
		width: 900px;
		background-color: #fff;
		margin: 0px 0px 0px 0px;
		float: left;
}
#indexcontent {
		width: 600px;
		height: auto;
		background-color: #fff;
		margin: 0px 0px 0px 0px;
		float: left
}
#isologos {
		width: 250px;
		height: 120px;
		background-image: url(/assets/templates/clyde/images/isologos.gif);
		background-repeat: no-repeat;
		margin: -330px -260px 0px 0px;
		//margin: -380px 15px 0px 610px;
		float: right;
}
.longtitle {
	color: #555;
	font-size: 23px;
	font-family: Tahoma;
	margin: 35px 0px 0px 0px;
	font-weight: normal;
}
.maincontent {
	color: #333;
	font-size: 13px;
	font-family: Tahoma;
	margin: 25px 0px 0px 0px;
	font-weight: normal;
	line-height: 20px;
}
#footer {
		width: 900px;
		height: 80px;
		background-color: #fff;
		margin: 40px 0px 20px 0px;
		float: left;
		border-top: solid 1px #ccc;
}
.footertext {
	color: #666;
	font-size: 10px;
	font-family: Tahoma;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}



.h_mnu_01{
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #020E3E;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 1px 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #384350;
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #D7DBE3 !important;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #020E3E;
}

</style>