body {

 
//background-color: #e8eae8;
background-color: #red;
margin: 20px;
padding: 0;
font-size: 1.1em;
font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0 0 15px 0;
padding: 0;
color: #888;
 text-align: center;
}
h2 {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}
p {
font-family: verdana, arial, helvetica, sans-serif;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
}
.content>p {
margin: 0;
}
.content>p+p {
text-indent: 30px;
}
a {
color: teal;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: 600;
text-decoration: none;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
a:hover {
background-color: #bbb;
}

a.logomenu:link {
color: white;
}
a.logomenu:visited {
color: blue;
}
a.logomenu:hover {
background-color: #bbb;
}

div#wrapper {
border: solid 0px black;
width: 800px;
height: 1200px;
background-color: #f2f2f2;
}
div#header{
    width: 800px;
	height: 170px;
	border: 0px blue dotted;
	font-family: verdana;
	font-weight: 900;
	background-color: #f2f2f2;
}
div#logotext {
    position: relative;
    height: auto;
    width: auto;
    left: 40px;
    top: 60px;
    font-size:25px;
    line-height:18px;
    color:white;
}
div#logomenu {
     height:25px;
	 border:black 0px solid;
	 font-family: verdana; 
	 font-weight:700;
	 font-size: 14px; 

}
div#logomenu a {color: blue; text-decoration: underline;  }

div#leftbar {
   width: 280px;
   height: 1000px;
   border: 0px black solid;
   float: left; 
   margin-top:10px;
   margin-left: 25px;
   background-color: #f2f2f2;   
}
div#rightbar {
     width: 450px;
	 height: 700px;
	 border: 0px red dotted;
	 float: right;
	 text-align: left;
	 margin-left:20px;
	 font-family: verdana;
	 font-weight: 900;
	 margin-top:10px;
	 font-size: 15px;
	 background-color: #f2f2f2;
}
div#clear {
 clear: both;
}	 
div#footer {
   border: 0px blue solid;
}	 
