/* CSS Document */
body{
	margin: 0 auto;
	}
#container{
	width: 780px;
	height: 900px;
	border: 1px solid black;
	margin: 20px auto;
	}
#container_med{
	width: 780px;
	height: 800px;
	border: 1px solid black;
	margin: 20px auto;
	}
#container_tall{
	width: 780px;
	height: 900px;
	border: 1px solid black;
	margin: 20px auto;
	}

#header{
	width:780px;
	height: 106px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
/* circle */

#navCircle {
        margin: 0;
        padding: 80px 0px 0px 400px;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
       padding-bottom: 6px;
       color: #3399CC;
       background: url(circle.gif) no-repeat bottom center;
}
-->
#leftside{
	width: 200px;
	height: 400px;
	float: left;
	margin-left: 10px;
	}
h1{
	font-size:16px;
	color:#0066FF;
	padding: 0px;
	margin-bottom: 5px;
	}
#leftside ul{
	margin: 10px 0px 30px 0px;
	padding: 0px;
	text-indent: 0px;
	}
#leftside li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	font-size: 14px;
	}
#leftside a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#leftside a:hover{
	color:#CC0033;
	}
/*===============================end left side=====================*/
#rightside{
	width: 550px;
	height: 750px;
	margin-top: 20px;
	float: right;
	}
#rightside2{
	width: 550px;
	height: 750px;
	margin-top: 20px;
	float: right;
	text-align: center;
	}

#calendar{
	width: 500px;
	height: 425px;
	margin-left: 25px;
	}
#parks{
	width: 225px;
	height: 200px;
	background-image:url(images/parks.png);
	color:#0033CC;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	text-align: center;
	}
#parks ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 0px;
	}
#parks li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	font-size: 16px;
	font-weight:200;
	}
#parks a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#parks a:hover{
	color:#CC0033;
	}
#breaks ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 0px;
	}
#breaks li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	font-size: 14px;
	}
#breaks a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#breaks a:hover{
	color:#CC0033;
	}

#interests{
	width: 225px;
	height: 200px;
	background-image:url(images/interests.png);
	color:#0033CC;
	margin-top: 25px;
	margin-right: 25px;
	float: right;
	text-align: center;
	}
#interests ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 0px;
	}
#interests li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	font-size: 16px;
	}
#interests a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#interests a:hover{
	color:#CC0033;
	}

h2{
	font-size:22px;
	font-weight:200;
	color:#0033FF;
	margin: 10px 0px 20px 0px;
	}
h3{
	font-size:22px;
	font-weight:200;
	color:#0033FF;
	margin: 10px 0px 10px 0px;
	text-align: center;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++footer++++++++++++++++++++++++++++++*/
#footer{
	width: 300px;
	float: right;
	clear:both;
	height: 50px;
	font-size: 14px;
	}
#footer a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#footer a:hover{
	color:#CC0033;
	}
#navigate{
	width: 120px;
	height: 25px;
	float: right;
	clear:both;
	font-size: 14px;
	color:#0066FF;
	}
	
