body {
	background-color: transparent;
	margin:0;
	font-family: 'Milo-Text','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	font-size: 10px;
}
#webcam-page { /*width: 640px;*/ }
#webcam-header { border-bottom: 1px #ccc solid; }
#webcam-main {  }
#webcam-footer { border-top: 1px #ccc solid; }

.webcam-image-160x120 { margin-left: 240px; }
.webcam-image-320x240 { margin-left: 160px; }
.webcam-image-640x480 { margin-left: 0; }

h1 { font-size: 100%;}
h2 { font-size: 95%;}
table.webcam-table { width: 640px; }
table.webcam-table td.webcam-table-prev { /*width: 10%;*/ text-align: left; vertical-align: top; }
table.webcam-table td.webcam-table-pic  {text-align: center;}
table.webcam-table td.webcam-table-next { /*width: 10%;*/ text-align: right; vertical-align: top; }

table.table-header { width: 100%; }
table.table-header td.table-header-left { width: 30%; text-align: left;}
table.table-header td.table-header-middle  { font-size: 1.2em; text-align: center;}
table.table-header td.table-header-right { width: 30%; text-align: right; }

table.table-footer { width: 100%; }
table.table-footer td.table-footer-left { width: 30%; text-align: left;}
table.table-footer td.table-footer-middle  { text-align: center;}
table.table-footer td.table-footer-right { width: 30%; text-align: right; }

.prev_pic_link a, .next_pic_link a { text-decoration: none;  }

