/* CSS Document */

body { 
	margin:0; padding:0;
	font-family:sylfaen, Georgia, "Times New Roman", Times, serif;
	background:url(images/bgd-white.gif) repeat-y center top #606164;
	}

h1, h2 { font-weight:lighter; color:#666; border-bottom:1px dotted #cccccc; }
h1 { font-size:1.25em; }
h2 { font-size:1.25em; color:#555; }

h3 { 	 }

a { color:#036; }
a:hover { color:#025; }

#wrapper { 
	margin: 0 auto;
	width:500px;
	}

#header{ margin:2em 0; }

#content { padding-bottom:4em; }
#content P { text-align:justify; }

#content table.works td { padding:0 10px; font-size:.8em; } 
#content table.works td.caption {  border:1px solid #cccccc; padding:1em 10px; } 

.end_floats { clear:both; }

.img_right { padding:10px; margin:0 5px 5px 0; border:1px solid #ccc; }

.img_left { margin-left:40px;  padding:10px; border:1px solid #ccc;   }

#copyright { color:#666666; font-size:small; margin:2em 0; }