html
{
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#581701;
	background-image:url(/images/template/bkg.png);
	min-width: 900px;
}
body {overflow:-moz-scrollbars-vertical;}

#wrap {
/*aligned center*/
	background-image:url(/images/template/top-bkg.png);
	background-repeat:repeat-x;
}

#container
{
	width: 908px;
	height: 100%;
	display: table-cell;
	padding:0;
	text-align: left;
}
#main {
	font-family: garamond, "Palatino Linotype", "Times New Roman";
	background-color: #2f150b;
	width: 700px;
	height: 100%;
	display: table-cell;
	padding:0;
	text-align:right;
	border: 1px;
	border-style: solid;
	border-color: #200d07;
	border-top-width: 0;
	float: left;
/*float: left; */
}
#upcoming
{
width: 200px;
	height:100%;
	display: table-cell;
background-color: white;
	font-family: garamond, "Palatino Linotype", "Times New Roman";
	font-size: 10pt;
border-width: 1px;
border-color: black;
border-style: solid;
float: right;
margin-top: 30px;
margin-bottom: 30px;
}
#upcoming {color: #555}
#upcoming a:link  {color:#863d2c; text-decoration:none;}
#upcoming a:visited {color:#863d2c; text-decoration:none;}
#upcoming a:hover  {color: #863d2c; text-decoration:underline;}
#upcoming a:active {color:#863d2c; text-decoration:none;}

.header {
	margin:0; padding:0;
	width:700px;
}

.content {
	background-color: #fffefd;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: garamond, "Palatino Linotype", "Times New Roman"; 
	color: #30150c;
	text-align:left;
	margin:0;
	margin-top: 20px;
  max-width: 700px;
  height: 100%;
	border: 0;
	border-color: #200d07;
	border-style: solid; 
	border-top-width: 2px;
}
.content a:link  {color:#572308; text-decoration:none;}
.content a:visited {color:#572308; text-decoration:none;}
.content a:hover  {color: #572308; text-decoration:underline;}
.content a:active {color:#572308; text-decoration:none;}

.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .8em; color: #E3D6B4; padding-top:6px; padding-bottom:6px; background-image: url(/images/template/footer-bkg.png); background-repeat: repeat-x; margin: 0;}
.footer a:link  {color:#E3D6B4; text-decoration:none;}
.footer a:visited {color:#E3D6B4; text-decoration:none;}
.footer a:hover  {color: #E3D6B4; text-decoration:underline;}
.footer a:active {color:#E3D6B4; text-decoration:none;}

.right { float: right; }
.left { float: left; }

.notice
{
color:#000;
font-size:1em;
font-family:"New York","Arial Black",Arial,san-serif;
font-weight:400;
text-shadow:#f5e5e5 2px 3px 2px;
background:#f0f0ff;
border-color:#f0f0f0;
border-style:solid;
border-width:1px;
margin:.5em;
padding:.1em .2em;
}

.success
{
color:#000;
font-size:1em;
font-family:"New York","Arial Black",Arial,san-serif;
font-weight:400;
text-shadow:#f5e5e5 2px 3px 2px;
background:#f0f0ff;
border-color:silver;
border-style:solid;
border-width:1px;
margin:.5em;
padding:.1em .2em;
}

.error
{
color:black;
font-size:1em;
font-family:Arial,san-serif;
font-weight:normal;
font-style: italic;
text-shadow:#f5e5e5 2px 3px 2px;
background-color:#ccc;
border-color:black;
border-style:dashed;
border-width:2px;
margin: 0em;
padding: .5em;
padding-left: 1em;
padding-right: 1em;
}
