/* GLOBAL styles */
BODY { background: transparent url(images/main-bg.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif; font-size: 75%; }
H1 { font-size: 105%;  }
H2 { font-size: 100%; width: 95%; border-bottom: 1px solid #DDBDB0;  color: #900; }
A { color: #900; }
A:HOVER { background-color: #900; color: #fff; }
UL#nav { list-style-image: url(images/bullet.gif); /*margin-top: 20px;*/ font-size: 110%; }
LI { padding-top: 3px; }
#disclaimer { color: #999; font-size: 80%; text-align: center; clear: both; }

/* MAIN styles */
#page { width: 650px; margin: 0 auto; }
#carol { float: right; margin-left: 20px; }
TABLE.contact { font-size: 100%; font-weight: bold; }

/* MISC styles */
.bold { font-weight: bold; }
.underlined { text-decoration: underline; }