
html,body{
	height:100%;
}
/* ----------------------Layout------------------------------------*/
#page {
	min-height:94%;
	height:auto !important;
	height:94%;
	width:94%;
	margin-left:auto;
	margin-right:auto;
}

#pagetop {
height:120px;
}

#header {
top:0;
left:0;
height:120px;
width:100%;
}

#footer {
bottom:0;
left:0;
top:auto;
width:100%;

text-align:right;
}

#mainmenu {
text-align:center;
}
#mainmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#mainmenu ul li {
position: relative;
display: inline;
float: left;
}
#mainmenu ul li a {
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
margin:1px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
/*background: url(menubg.gif) center center repeat-x;*/
color: black;
font: bold 13px Tahoma;
}

#submenu {

}

#content {

}
/* ----------------------color/border------------------------------------*/
#page {
	border:solid 4px #00cc00;
}

#pagetop{
background: #00cc00; 

}

#header {
background:#00cc00; 
}

#footer {


}

#mainmenu {
border:0;
border-bottom:1px solid #00cc00;
}

#submenu {

}

#content {

}

#bottom {
border:0;
border-bottom:1px solid #00cc00;
}
/* ----------------------text------------------------------------*/
#page {

}

#header {

}

#footer {


}

#mainmenu {

}

#submenu {

}

#content {

}