*{
margin: 0;
padding: 0;
outline: none;
}

body {
background-color: #ede3e4;
}
a  {
text-decoration: none;
}
h1 {
color: 7a9a98;
}
#page-align {
width: 1000px
margin:30px auto;
background-color: #EDE3E4;
font-size:  16pt;
box-shadow:0px 1px 3px; 
-webkit-box-shadow: 0px 1px 3px; 
-moz-box-shadow: 0px 1px 3px; 
-o-box-shadow: 0px 1px 3px; 
}
.txt {
text-align: center ;
}
#header {
height:95 px;
bouder-bottom: 3px;
background-color: #EDE3E4;
}
#sidebar {
width: 250px;
font-size: 18px;
border-right: solid 5px #1fd9ce;
float: left;
background-color: #7a9a98;
}
#sidebar ul {
list-style: none;
padding : 7px;
}
#sidebar ul li a {
color: 66cccc;
}
#content{
font-size: 22px
float: right;
width: 1000px;
color: 347f84;
}
ul{
list-style: none; 
}
.clr {
clear: both;
}