@charset "utf-8";
/* CSS Document */

#container {width: 960px;
height: auto;
margin-right:auto;
margin-left:auto;
text-align:left;
background-color:#9933CC;
padding: 5px;
border-left:inset;
border-left-color:#666666;
border-right:inset;
border-right-color:#666666;
}

body {text-align:center;
background-color:ffffff;
margin:0px auto;
}

#menu {float:left;
width: 150px;
margin-right: 10px;
}

#content {float:left;
width: 500px;
background-image:url(images/bgfade.gif);
padding: 15px;
background-repeat: repeat-x;
}

#sidebar {float:right;
width: 250px;
}

#footer {border-top: 1px solid #000000;
clear: both;
padding-top: 10px;
}


h1 {font-family:Georgia, "Times New Roman", Times, serif;
font-size: 26px;
text-align:center;
}

h2 {font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
text-align:center;
}

p {font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
text-align:justify;
}



