#body {
width: 1200px;
}
#wrapper {
width:960px;
outline:1px solid #CCCCCC;
padding:10px;
margin:0 auto;
background-color:rgb(224,247,254);
}
#wrapper form input {
	background-color:#F6F6F6;
}
#header {
height:150px;
background-color:wite;
margin:5px;
}
#header2 {
height:40px;
background-color:wite;
margin:5px;
}
#sidebarL {
background-color:wite;
margin:5px;
width:150px;
float:left;
}
#sidebarR {
margin:5px;
width:170px;
float:right;
padding:5px;
list-style-type:none;
border:2px solid #0066FF;
border-radius:20px 5px;
text-align:left;
background-color:#33ADFF;
}
#sidebarR p {
color:#fff;
padding:0;
font-weight:bold;
width:100px;
}
#link {
  width:135px;
  margin: 10px;
}
#content {
background-color:wite;
margin:10px 130px 5px 160px;
width:620px;
}
#footer {
height:30px;
background-color:wite;
margin:5px;
font-size: 10px;
}
.clear {
clear:both;
}
#navbar {
margin:10px 0;
padding:5px;
list-style-type:none;
border:2px solid #0066FF;
border-radius:20px 5px;
widht:950px;
text-align:center;
background-color:#33ADFF;
}
#navbar li {display:inline;}
#navbar a {
color:#fff;
padding:5px 15px;
text-decoration:none;
font-weight:bold;
display:inline-block;
width:100px;
}
#navbar a: hover {
border-radius:20px 5px;
background-color:#0066FF;
}
#navbar form {
  float: right;
}
#navbar2, #sub-navbar2 {
  list-style-type: none;
  width: 150px;
  margin: 0;
  padding: 0;
  text-align:center;
}
#sub-navbar2 {
  position: relative;
  display: none;
  top: 0;
  left: 50px;
  z-index: 10;
}
#navbar2 a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-weight:bold;
  border-radius:20px 5px;
  background-color:#0066FF;
  border:2px solid #0066FF;
}
#navbar2 > li {
  position: relative;
}
#navbar2 > li > a {
  background: #33ADFF;
}
.sub-navbar2 > li {
  border-color: green;
}
#navbar2 li:hover > a,
#navbar2 .opened > a,
#sub-navbar2 a { background: #33ADFF; }
#navbar2 li: hover #sub-navbar2,
#navbar2 .opened #sub-navbar2 {
  display: block;
}
#footer {
border:2px solid #0066FF;
border-radius:5px 5px 20px 20px;
widht:950px;
text-align:center;
background-color:#33ADFF;
}
#content p {
  text-indent:30px;
  text-align: justify;
  font-size:20px;
}