@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}


.clear{
	clear:both;
}

#container{
	width:680px;
	margin:20px 0;
}

#heading,#footer{
	height:20px;
	margin-bottom:30px;

}

#footer{
	height:10px;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}

div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 0px 15px 15px;
	border:5px solid #cbcb96;
	width:200px;
	height:150px;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}


