* {margin:0;padding:0;} 

html, body, #wrap {
	height:100%;
	width: 100%;
}

body > #wrap {
	height:auto; 
	min-height:100%;
	width: 100%;
}

body {
	font-family:verdana;
	font-size:14px;
    color:#003333;
	background-image:url(Images/back.jpg);
	background-repeat:repeat;
	text-align:center
}

h1 {
	font-size:14px;
	font-weight:normal;
	list-style-type:circle;
	text-align:left;
	color:#003333
}

h2 {
	font-size:14px;
 	font-weight:bold;
	list-style-type:circle;
	text-align:center;
	color:#003333	
}

h3 {
	float:left;
	font-size:14px;
	font-weight:normal;
	list-style-type:circle;
	text-align:left;
	color:#003333	
}

h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#003333;	
	list-style-image:url("images/Foot.gif")
}

h5 {
	font-size:10px;
	font-weight:normal;
	text-align:left;
	color:#003333;	
	list-style-image:url("images/Foot.gif")
}

h6 {
	font-size:14px;
 	font-weight:bold;
	list-style-type:circle;
	text-align:left;
	color:#003333
}

li.mainbody {
	list-style-image:url("images/foot.gif");
	list-style-position: inside;
	padding-left: 25px;
}
li.sublist {
	list-style-image:url("images/foot.gif");
	list-style-position: inside;
	padding-left: 45px;
}
#spacer {
	float:left;
	width:551px;
	height:116px
}

#spacer2 {
	float:left;
	width:100%;
	height:78px
}
#spacer3 {
	float:left;
	width:100%;
	height:55px
}

#wrapper {
	text-align:left;
	margin: 0px auto;
	width: 1024px;
	position: relative;
}

/*Background Image*/
#mainimage {
	position:absolute;
	z-index:-1;
	top: 0;
	left: 10px;
	width:1024px;
	height:768px;
	background-image:url(Images/main.jpg);
	background-repeat:no-repeat
}

/*Name image in different font*/
#name {
	width: 100%;
	height:116px;
	background:url(Images/Name.gif) no-repeat right top;
}

/*The main content area in the torn paper image, with scrolling if necessary*/
#maincontentscrollbar {
	float:left;
	width:550px;
	height:450px;
	overflow:auto;
	padding:5px 5px 5px 56px;
	list-style-image:url("images/foot.gif");
	list-style-position: inside;
}

/*Top right content area of torn paper*/
.toprightscrollbar {
    float:left;
	width:340px;
	height:300px;
	padding:5px 5px 5px 34px;
	
	background-color:#f3f7db;
	list-style-image:url("Images/foot.gif");
}
li.topright{
padding-bottom: 6px;
}

/*Middle right content area of torn paper*/
.middlerightscrollbar {
    float:left;
	width:340px;
	height:75px;
	border:0;
	padding:5px;
	background-color:#f3f7db;
	list-style-image:url("images/Foot.gif")
}

/*Bottom right content area of torn paper*/
/*
.bottomrightscrollbar {
    position:absolute;
	left:635px;
	top:595px;
	width:340px;
	height:40px;
	border=0;
	padding:5px;
	background-color:#f3f7db;
	list-style-image:url("images/Foot.gif")
}
*/
/*Menu design*/
#menu {
	background:#81966b;
	list-style:none;
	margin-left:490px;
	width:450px;
}

#menu li {
	float:left;
	font:12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#menu a {
	background:#81966b url("images/seperator.gif") bottom right no-repeat;
	color:#dce4ab;
	display:block;
	float:left;
	margin:0;
	padding:8px 8px;
	text-decoration:none;
}

#menu a:hover {
	background:#dce4ab;
	color:#81966b;
	padding-bottom:8px;
}

/*Sticky Footer starts here*/
#main {
	padding-bottom:20px;
	text-align: center;
	width: 100%;
}  

#footer {
	position:relative;
	margin-top:-20px;
	height:20px;
	clear:both;
	background:#dbe3aa;
}

clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	display: inline-block
}

.footfont {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	word-spacing:10px;
	vertical-align:middle;
	line-height:16px;
	color:#ffffff
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%
}

.clearfix {
	display:block
}

/* End hide from IE-mac */
/* End Sticky Footer */
#cont1{
	float:left;
	width:100px
}
.clear{
	clear: both;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}