body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	/*margin: 50px 0 0 30px;*/
	background-color:#38130C;
}

p {
	color:#ddcc99;
	font-size:1.1em;
	line-height:1.6em;
	margin: 0 0 1em 0;
}

#content {
	width:400px;
}




/* guestbook */

#guestbook {
	width:400px;
}

#guestbook .entry p {

}

#guestbook .header {
	margin:0;
	background-color:#881d00;
}

#guestbook .footer {
	text-align:right;
}














h1 {
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #ffbf12;
}


a:link         {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size:10pt;
        color: #ffbf12;
        text-decoration:none;
}

a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size:10pt;
        color: #ffbf12;
        text-decoration:none;
}

a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size:10pt;
        color:#ffffff;
        text-decoration:underline
}

a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size:10pt;
        color:#ffffff;
        text-decoration:underline
}

td {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        color:#ddcc99;
        line-height: 16pt;
}

b {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        font-weight: bold;
        color:#ffbf12
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        color:#ddcc99;
        line-height: 16pt;
        margin-top:10px;
        margin-bottom:30px;
}

h2
{
        margin-top:10px;
        margin-bottom:10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:9pt;
        font-weight: bold;
        text-transform:uppercase;
        letter-spacing:2pt;
        color:#ffbf12
}

i {
        font-family: Arial, Helvetica, sans-serif;
        font-size:9pt;
        font-style: normal;
        color:#ddcc99;
}

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        color:#ddcc99;
        line-height: 16pt;
}

input {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        color:#ffffdd;
        background-color:#224B09;
}

textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        color:#ffffdd;
        background-color:#224B09;
}

select {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10pt;
        color:#ffffdd;
        background-color:#224B09;
}