@charset "utf-8";
/* CSS Document */
body {
background-color:#97c1de;
	
	}

/* box shadow */
.shadow{
box-shadow: 7px 7px 8px #292929;
-webkit-box-shadow: 7px 7px 8px #292929;
-moz-box-shadow: 7px 7px 8px #292929;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#292929, offX=7, offY=7, positive=true);
margin:auto;

}

#container {
	width:800px;
	height:800px;
	margin:auto;
	}
#container_cal {
	width:800px;
	height:800px;
	margin:auto;
	}
#wrapper_cal {
	background-image:url(../images_site/bg_sides.gif);
	background-repeat:repeat-y;
	background-position:right;
	height:auto;
	}
#content_cal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-left:10px;
	width:770px;
	}

#banner {
	background-image:url(../images_site/banner.gif);
	width:800px;
	height:120px;
	background-repeat:no-repeat;
	}
#navbar {
border-top:#FFFFFF 1px solid;
border-bottom:#666666 1px inset;
}
#wrapper {
	background-image:url(../images_site/bg_sides.gif);
	background-repeat:repeat-y;
	background-position:right;
	height:630px;
	}
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background-image:url(../images_site/bg2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:600px;
	padding-left:10px;
	width:700px;
	}