body {
 background: #ffffff url(back.jpg) repeat-x;
 font-family: "Arial", "Tahoma", sans-serif;
 font-size: 8pt;
 color: #918474;
 text-align: center;
 margin: 0;
 padding: 0;
 position: relative;
}

b { color: #ACACAC;
}

input, textarea, select {
 border-right: 1px solid #918474;
	border-top: 1px solid #918474;
	border-left: 5px solid #918474;
	border-bottom: 1px solid #918474;
	background-color: #F08388;
	color: #F9F3DB;
	font-size: 8pt;
	font-family: helvetica; 
}

a:link, a:active, a:visited {
 font-family: arial;
 text-transform: none;
 font-size: 8pt;
 color: #F08388;
 letter-spacing: 2px;
 text-decoration: none;
 font-weight: none;
}

a:hover {
 color: #F5B4B8;
 font-family: arial;
 text-transform: none;
 font-size: 8pt;
 letter-spacing: 2px;
 text-decoration: none;
 font-weight: bold;
}

a.nav:link, a.nav:active, a.nav:visited {
 font-family: century gothic;
 text-transform:lowercase;
 font-size: 24pt;
 color: #918474;
 letter-spacing: none;
 text-decoration: none;
 font-weight: none;
 padding: 6px;
 margin-right: 3px;
}

a.nav:hover {
 font-family: century gothic;
 text-transform:lowercase;
 font-size: 24pt;
 color: #918474;
 letter-spacing: none;
 text-decoration: none;
 font-weight: bold;
 padding: 6px;
 margin-right: 3px;
}

#container {
 width: 800px;
 margin: 0px auto;
 text-align: left;
 overflow: hidden;
 position: relative;
}

#content {
 float: right;
 width: 580px;
 text-align: left;
 background: transparent;
}

#sidebar {
 float: left;
 width: 200px;
 text-align: left;
 background: transparent;
}

.in {
 padding: 0 8px 0 8px;
}

.background {
 background: #F9F3DB;
}

.clear {
 clear: both;
}

h1 {
 font-family: georgia;
 font-size: 26px;
 letter-spacing: 0.1em;
 font-style: oblique;
 color: #F08388;
}

h2 {
 font-family: georgia;
 font-size: 18px;
 letter-spacing: 0.1em;
 font-style: oblique;
 color: #ACACAC;
}