/* CSS Document */

/*CSS Styles for Calendar page*/

html,body{ background-color: #e2e2ef; }
div#header h1{ border-bottom: 1px solid #5f5da9; }
div#container {
background-image:url(../images/purple_bg.gif);
background-position:left top;
background-repeat:repeat-y;
background-color: #ffffff;
}
div#footer{ background: #5f5da9; }
div#navigation{float:left;width:200px;}
div#extra{float:left;clear:left;width:200px; padding:10px 0px 10px 0px;}
h3 { color: #5f5da9; }

