* {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
background-color: #ddeeff;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans serif;
color:#777777;
}

#center {
width: 900px;
margin: 0px auto;
background-color: white;
padding-bottom: 50px;
}

#header {
height: 100px;
background-color: lightblue;
background-image: url(header.jpg);
}

#menu {
height:25px;
background-color: lightblue;
background-image: url(menu.gif);
padding-top:5px;
}

#menu ul, #menu li {
display: inline;
list-style-type: none;
font-variant: small-caps;
font-weight: bold;
font-size: 14px;
padding:0px 15px;
}
#menu a {
text-decoration: none;

color: #6094ac;
}

#menu a:hover, #menu a:active {
background-image: url(menu-g.gif);
}

#left {
float: left;
width: 580px;
padding: 20px;
background-color: #ffffff;
}

#right {
float: right;
width: 250px;
padding: 10px;
background-color: #6094ac;
color: #ddeeff;
font-weight: bold;
}

#footer {
padding-top: 20px;
}

#footerline {
background-color:lightblue;
width:900px;
height:8px;
}

#footer ul, #footer li {
display: inline;
list-style-type: none;
padding:10px 15px;
}

#firstrow {
margin: 30px;
padding:0px;
height: 250px;
width: 840px;
background-color: #ffffff}

#secondrow {
margin: 10px 30px;
height: 250px;
width: 840px;
background-color: #ffffff;
}
#main {
background-color: #6094ac;}

.box {
width: 400px;
height: 250px;
float:left;
margin-left:8px;
background-color:#ffffff;
background-image: url(fillr.png);
background-repeat: repeat-y;
background-position: right;
}

.ol {
width: 400px;
height: 250px;
background-image: url(ol.png);
background-repeat: no-repeat;
background-position: top left;
}

.or {
width: 400px;
height: 250px;
background-image: url(or.png);
background-repeat: no-repeat;
background-position: top right;
}

.ul {
width: 370px;
height: 220px;
background-image: url(ul.png);
background-repeat: no-repeat;
background-position: bottom left;
padding:15px;
}

.ur {
width: 400px;
height: 250px;
background-image: url(ur.png);
background-repeat: no-repeat;
background-position: bottom right;
}

.fill {
width: 400px;
height: 250px;
background-image: url(fill.png);
background-repeat: repeat-y;
background-position: left;
}

.imgbox {
width: 170px;
height: 200px;
float:left;
}

h1 {
font-size: 16px;
margin-top: 5px; 
margin-bottom: 10px;
}

h1 a {
text-decoration:none;
color: #6094ac;
}

h2 {
font-size: 14px;
margin-top: 10px;
margin-bottom: 5px;
}

p {
margin-top: 5px;
margin-bottom: 5px;
}

#right strong {
font-weight:normal;
}

.box ul {
padding: 10px 20px;
}

#left ul {
list-style-position: inside;
}