html, body {
     height: 100%;
}
body {
	background: #fff;
	font: 100% Tahoma,Arial,Helvetica,sans-serif;
	color:#3f4e11;
	width:1150px;
	margin:auto;
	padding:0;
}

h1 {
    font-size: 2em;
    margin: 0;
    padding: 0.3em;
}

/*Styles for links*/
:link, :visited { text-decoration: none}

:link:hover {text-decoration: underline; color: #FF0000}

:link {color: #0000FF}

:visited {color: #800080}

#header {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	color:white;
	height:100px;
    text-align:center;
    padding:0px;	
}	

/*Styles for left menu*/
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:100%;
    width:150px;
    float:left;
    padding:0px 0px 0px 0px;	      
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    height:100%;
    overflow: auto;
}

#nav li a {
    display: block;
    color: #3f4e11;
    padding: 8px 0px 8px 8px;
    text-decoration: none;
}

#nav li a:hover:not(.current) {
    background-color: #555;
    color: white;
}

#nav li a.current {
    background-color: #3f4e11;
    color: white;
}

/*Styles for main content*/
#section {
	width: 740px;
	float:left;
    padding: 0px 10px 0px 10px;	
    text-align: justify;	
}

#section ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#grammer li{
	line-height:30px;
    background-color: #3f4e11;
    color: white;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

#grammer li:hover {
    background-color: #555;
    color: white;
}

/*Any table*/
table {width: 100%;
	font-size: 1.125em;
	font-family: inherit;
}

#aside {
	width:230px;
	float:right;
	margin: 0px 5px 0px 5px;
}

#aside1 {
	float:left;
	margin: 0px 0px 0px 10px;
}

#contacts {
	padding-left: 25px;
}

#footer {
    background-color:#3f4e11;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;	 	 
}