﻿body, ul, li, h1  {
padding: 0;
margin: 0;
list-style-type:none;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:silver;
}

img  {
border: 0;
}

h1 {
padding-bottom:10px;
font-size: 24px;
}

h2 {
font-size: 18px;
}

#content {
width: 1000px;
height:800px;
margin: 0 auto;
background-image:url('images/background.png');
background-repeat:no-repeat;
background-position:center;
}

#content1 {
width: 1000px;
height:800px;
margin: 0 auto;
background-image:url('images/background1.png');
background-repeat:no-repeat;
background-position:center;
}


#header {
height: 190px;
/*border: 1px red solid;*/
position: relative;
}
       
#menu {
width: 220px;
height: 590px;
/*border: 1px blue solid;*/
float: left;
text-align:center;
}

#menu ul li {
margin-top:3px;
}
    
#main {
width: 750px;
height: 570px;
/*border: 1px green solid;*/
float: right;
text-align:justify;
padding: 10px;
overflow:auto;
}

#main a {
color:red;
font-weight:bold;
text-decoration:underline;
}

#main a:hover {
color:red;
font-weight:bold;
text-decoration:none;
}
   
#footer {
height: 35px;
width: 1000px;
/*border: 1px red solid;*/
float: left;
text-align:center;
font-size:11px;
padding-top:30px;
}
