body{
	background-color:               #0b1616;
	font-family:                    Arial;
	padding:                        0px;
	margin:                         0px;
}
#wrap{
	background-color: 	            whitesmoke;
	width:				            800px;
	height:				            525px;
	margin:				            auto;
	border-top-right-radius:        41px;
	border-top-left-radius:         41px;
	border-bottom-right-radius:     24px;
	border-bottom-left-radius:      24px;
}
#header{
	background-color: 	            #0C5614;
	height:				            65px;
	/*background-image: 	            url('../img/logo.png');*/
	/*background-position:            center;*/
	border-top-right-radius:        40px 10px;
	border-top-left-radius:         40px 10px;
}

#nav{
	/*background-color: #0c5614;*/
	z-index: 2000;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0c5614), color-stop(24%, #628D6E), color-stop(32%, #7FA08C), color-stop(48%, #b9c6c9), color-stop(53%, #B9C6C9), color-stop(68%, #7FA08C), color-stop(98%, #0c5614)); /* safari4+,chrome */
	background: -webkit-linear-gradient(162deg, #0c5614 2%, #7FA08C 32%, #B9C6C9 47%, #b9c6c9 52%, #7FA08C 68%, #628D6E 76%, #0c5614 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(162deg, #0c5614 2%, #7FA08C 32%, #B9C6C9 47%, #b9c6c9 52%, #7FA08C 68%, #628D6E 76%, #0c5614 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(162deg, #0c5614 2%, #7FA08C 32%, #B9C6C9 47%, #b9c6c9 52%, #7FA08C 68%, #628D6E 76%, #0c5614 100%); /* ie10+ */
	background: linear-gradient(288deg, #0c5614 2%, #7FA08C 32%, #B9C6C9 47%, #b9c6c9 52%, #7FA08C 68%, #628D6E 76%, #0c5614 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5614', endColorstr='#0c5614',GradientType=1 ); /* ie6-9 */

	height:				        440px;
	width:				        135px;
	float:				        left;
	z-index:			        3;
	padding-left:               15px;
}

#content{
	padding:                    10px;
	padding-left:               30px;
	float:				        left;
	height:				        420px;
	width:				        610px;
	overflow:                   auto;
	scroll-behavior: auto;
}

#foot{
	clear:				        both;
	height:				        22px;
	background-color:           #0b2e13;
	/*background-image: 	        url('../img/logo.jpg');*/
	background-position:        center;
	position:                   relative;
	top:                        -1px;
	border-bottom-right-radius: 40px 10px;
	border-bottom-left-radius:  40px 10px;
}
.copy   {
	color:                      silver;
	font-size:                  x-small;
	padding:                    1px;
	margin-left:                40px;
}

#logonform  {
	padding:                    5px;
	margin-top:                 25px;

}

