/* Public Style Sheet */

* { font-family: arial,sans;; }

body {
	margin: 0 0 0 20px;
	padding: 0;
	background-color: white;
	background-image: url(/images/lwd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 200px;
}
h1 { font-size: 20px; color: #a04040; }
h2 { font-size: 18px; color: #602020; }
ul { font-size: 13px; line-height: 23px; padding-left: 1.4em; }
p, td, li { line-height: 17pt; font-size: 9pt; color:#333333; }
tr { vertical-align: top; }

#menu ul { padding: 0; margin: 0; }
#menu li { font-size: 13px; margin: 0; list-style-type: none; display: inline; }
#menu li a { text-decoration: none; color: #909090; }
#menu li a:hover { color: red; }
#menu ul li ul { margin-left: 16px; }
#menu #catbutn { color: #C00; font-weight: bold; }
#menu #catbutn:hover { color: red; }

#content { align: center; max-width: 680px; margin-left: 20px; }
#content div.vidbox { border: 1px solid #404040; display: inline-block; }
#content form { background-color: #f0f3fa; padding: 18px; border: 1px solid #808080; }
#content .submitbutn { margin: 8px 0; }
#content table td { padding-right: 6px; }
#content table td+td { padding-left: 6px; }
