body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	text-align: left;
	background: #ffeac2;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 670px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#content { padding: 3px; }
#footer {
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 1.2em;
}
#leftnav {
	float: left;
	margin-left: 4px;
	width: 150px;
	background-color:#B3A389;
	border: 1px solid #666666;
}
.list {
margin: 0px;
text-align: left;
}
#content div.title { font-weight: bold; }
#content div.date { background-color: #CCCCCC; font-weight: bold; padding-top: 1.5px; padding-bottom: 1.5px; }
a:link {
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 1px;
	margin-top: 1px;
	text-transform: lowercase;
}
Input {
	border: 1px solid #000;
	background: #B3A389;
	padding: 1px;
	Font-family: Veranda;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
Textarea {
	border: 1px solid #000;
	background: #B3A389;
	padding: 1px;
	Font-family: Veranda;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}


div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/images/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 0.9em;
    text-align: left;
    padding-top: 3px;
}
/* BBCODE */
.bold {
        font-weight: bold;
}

.italics {
        font-style: italic;
}

.underline {
        text-decoration: underline;
}

.strikethrough {
        text-decoration: line-through;
}

.overline {
        text-decoration: overline;
}

.sized {
        text-size:
}

.quotecodeheader {
        font-family: Verdana, arial, helvetica, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
}

.codebody {
        background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 1.2em;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
        background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 1.2em;
    color: #660002;
        border: 1px solid #BFBFBF;
}

.listbullet {
        list-style-type: disc;
        list-style-position: inside;
}

.listdecimal {
        list-style-type: decimal;
        list-style-position: inside;
}

.listlowerroman {
        list-style-type: lower-roman;
        list-style-position: inside;
}

.listupperroman {
        list-style-type: upper-roman;
        list-style-position: inside;
}

.listloweralpha {
        list-style-type: lower-alpha;
        list-style-position: inside;
}

.listupperalpha {
        list-style-type: upper-alpha;
        list-style-position: inside;
}

