@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
	}
body{
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#fff;
	}
p{
	margin-bottom:10px;
	}
a{
	color:#fff;
	}
#wrapper{
	width:788px;
	margin:0px auto;
	height:516px;
	background:#fff;
	}
#container{
	width:780px;
	margin-top:32px;
	text-align:left;
	background-color:#162c68;
	height:508px;
	float:left;
	}
#containershadow-right{
	height:500px;
	margin:40px 0 0 0;
	background:#fff url(http://www.iseeyou.com/park/images/shadowverti.jpg) 0 0 repeat-y;
	width:8px;
	float:left;
	}
#containershadow-bot{
	height:8px;
	margin:0 0 0 8px;
	background:#fff url(http://www.iseeyou.com/park/images/shadowhori.jpg) 0 0 repeat-x;
	width:775px;
	}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin:0 0 16px 0;
	}
#top{
	width:780px;
	height:393px;
	background-image:url(http://www.iseeyou.com/park/images/topbg.jpg);
	}
#bottom{
	width:780px;
	height:115px;
	background:#162c68;
}
#left{
	float:left;
	width:502px;
	padding:10px 0 0 10px;
	}
#left ul{
	list-style:none;
	margin:10px 0 0 0;
	float:left;
	width:200px;
	}
#left ul li{
	margin:0 0 10px 0;
	}
#right{
	float:left;
	width:268px;
	}
#right p{
	margin:170px 0 0 6px;
	}
#footer{
	text-align:center;
	color:#586eaa;
	}
#footer a{
	color:#fff;
	}
.clear{
	clear:both;
	}
