#total {
	width: 600px;
}

.header {
	position: absolute;
	width: 600px;
	height: 100px;
	margin-left: 150px;
}
.menu {
	position: absolute;
	width: 100px;
	margin-top: 120px;
	margin-left: 0px;
}

.menu_item {
height: 10px;
color: #FFFFFF;
background-color: #CA9BAC;
border: 1px solid #83173F;
text-align: center;
font-size: 12px;
padding : 0.5em;
}

div.promo
{
background-color: #AAD;
border: 2px solid #338;
padding : 0px 12px;
}

ol li
{
padding : 5px;
}

img { border: 1px solid #83173F; }
.content {
position: absolute;
overflow: auto;
margin-left: 150px;
margin-top: 120px;
width: 600px;
padding-left: 10px;
font-family: arial;
font-size: 0.9em;
}

#info {
width: 700px;
color: #FFFFFF;
border-top: 2px solid #83173F;
border-bottom: 2px solid #83173F;
font-size: 0.6em;
text-align: right;
padding-right: 20px;
background-color: #83173F;
}

.header {
position: absolute;
width: 600px;
height: 65px;
font-size: 2em;
}


.picture_text {
font-style: italic;
font-size: 0.6em;
}


#picture_frame {
width: 100px;
height: 150px;
}

.border {
border: 2px solid #83173F;
}

A:link, A:visited, A:active { 
text-decoration: none;
color: #000000;
font-weight: bold;
}

a.reg {
text-decoration: underline;
color: #600;
font-weight: bold;
}

table {
font-family: arial;
font-size: 1em;
border-collapse: collapse;
}

td {
vertical-align:top;
padding : 6px;
}
td.first {
width : 10em;
}
tr.alt td {
background-color:#EAF2D3;
border-bottom : 1px solid #ddd;
border-top : 1px solid #ddd;
}