*{
 margin:0;
 padding:0
}

body{
 background:#eee;
}
#common {
	padding:0;	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .76em; 
	line-height: 1.7em; 
	color: black;	
}
#content {
	margin: 5px auto;
   	width: 95%;	
}
#top {
   margin: 5px auto;
   width: 95%;
   color: black;         
   background-color: #eee;
}
.menu {
	background-color: Red;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebarleft {
 float:left; 
 width:22%;
 padding-left: 0em;
 margin: 0px 32px;
}

#main{
 background:#fff; 
 border-left:1px solid #000;
 border-right:1px solid #000;
 float:left;
 width:40%;
 padding-left: 1em;
 padding-right: 1em;
 background-color: #eee;
}

#mainContact{
 background:#fff; 
 border-left:1px solid #000;
 float:left;
 width:40%;
 padding-left: 1em;
 padding-right: 1em;
 background-color: #eee;
}

#sidebarright{
 float:left;
 width:15%;
 margin: 0px 15px;
}

.padding{
 padding:1em;
}
.fett {
	font-weight: 900;
}

h1{
 font-size:2em;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}
h2{
 font-size:1.75em;
 margin-top: 0.4em;
 margin-bottom: 0.4em;
}
h3{
 font-size:1.5em;
 margin-top: 0.3em;
 margin-bottom: 0.3em;
}
h4{
 font-size:1.25em;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}
h6{
 font-size:1em;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}
h6{
 font-size:2em;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}
img {
	   border: none;
	   margin-top: 5px;
	   margin-bottom: 5px;}
ul {
	padding-left: 15px;
	list-style-type: disc;
   list-style-position:outside;         
	}
li {
   text-align: left;
   color: black;
   font-size: 1em;
	margin-left: 15px;
    }
#footer {
         border-right: none;
         border-top: none;
         margin: 0px auto;
         border-left: none;
         width: 95%;
         color: black;
         border-bottom: none;
         background-color: #DEDEDE;
         font-size: 1em;
}
#footer p {
         text-align: left;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-justify { text-align: justify; }
.align-center { text-align: center; }


a:link {color: red;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 16px; text-decoration: none}

a:visited {color: red;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 16px; text-decoration: none} 

a:active {color: red;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 18px; text-decoration: none} 