body {
background-color:#f1f1f1; /* default color */
/*background-color:#9494FF;*/  /* lighter blue */
font-family: georgia,serif;
/*font-family: verdana,sans-serif;*/
/*font-family: tahoma, geneva, sans-serif*/
/* color:#333; */
color: #29297A;
margin:0;
padding:0;
}
 
#wrapper {
width:960px;
/* background-color:#f8f8f8; */ /* default color */
background-color:#FFFFFF; /* white color */
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#header {
width:960px;
height:120px;
/*background-color:#f8f8f8; *//* default color */
/*background-color:#E8EEFF;*/
background-image:url("/images/clouds_header6.jpg");
/* background-color:#E5CAFF; */
/* background-color:#9494FF; */ /* lighter blue */
/* background-color:#F5EBFF; */ /* light purple color */
padding:5px
margin:0 auto;
/*margin-top:2px;*/
margin-bottom:2px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#header h2 {
/*padding:5px;*/
margin-left:10px;
color:#FFAD33;
}

#header h3 {
/*padding:5px;*/
margin-left:50px;
color:#FFAD33;
}

#header p {
/*padding:5px;*/
margin-left:50px;
color: #29297A;
}

#nav {
width:960px;
height:30px;
/*margin-top:10px;
border-top:1px solid #ccc;*/
border-bottom:1px solid #ccc;
background-color:#FFAD33;
}

#nav a {
/*display:inline;*/
padding:5px;
color: #29297A;
text-decoration:none; 
display:table-cell;    /* this line and its next line must be together */
vertical-align:middle;
/* background-color:#f1f1f1; */ /* default color */
}

#nav a:hover {
/* background-color:#bababa; */
/* background-color:#f1f1f1; *//* default color */
}

#content {
width:700px;
float:left;
padding:10px;
}

#sidebar {
width:200px;
height:600px;   /* 800px; */
float:right;
border-left:1px solid #ccc;
}

#sidebar a {
display:inline;
height:30px;
padding:5px;
color: #29297A;
text-decoration:none;
/* background-color:#f1f1f1; */ /* default color */
}

#sidebar a:hover {
/* background-color:#bababa; */
/* background-color:#f1f1f1; */ /* default color */
}

#sidebar li {
list-style:none;
margin:15px 0px 15px 0px; /* top, right, bottom, left */
}

#footer {
clear:both;
width:960px;
height:50px;
/* margin-bottom:2px; */
background-color:#f8f8f8; /* default color */
/* background-color:#F5EBFF; */ /* light purple color */
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#footer p {
margin-left:10px;
/*padding:10px;*/
}