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

* {
margin: 0px;
padding: 0px;
border: 0px;

}

#wrap{margin-left:auto;
	  margin-right:auto;
	  width:810px;
	  padding:5px;
	  padding-bottom:20px;
	  background-color:#FFF;
	  overflow:auto;
	  }

#header{margin-top:17px;
		padding-bottom:7px;
		border-bottom:thin;
		border-color:#669;
		border-style:dotted;
}

#nav{margin-top:5px;
	 text-align:right;
	 font-size:14px;}

#left{float:left;
	width:360px;
	margin-top:20px;
	margin-left:10px;
	border-right:thin;
	border-color:#669;
	border-style:dotted;
	padding-right:15px;

	}

#right{float:left;
		margin-left:10px;
		margin-top:40px;
		width:390px;
		background-image:url(../images/smallcircles.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding:5px;
		}

#box{
	border-bottom:thin;
	border-color:#669;
	border-style:dotted;
		padding-bottom:10px;
}



.photo{text-align:left;
	font-size:12px;
	float:left;
	padding-left:12px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/bg4.gif);
	background-repeat:repeat;
}

.photo img {margin: 7px 10px 3px 2px;}

#ad{
	text-align:right;
	color:#534284;
	font-size:small;
	font-style:italic;
}

#courselist{
	text-align:left;
	color:#669;
	font-size:small;
	font-style:italic;
	float:left;
	margin-top:0px;
}

#footer{
	width:390px;
	text-align:right;
	font-size:smaller;
	margin-top:190px;
	float:left;
}

