body {
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
	background-color: white;
	font-family: "Arial", sans-serif;
}

img { border: 0px; margin: 0px; padding: 0px; }


div.floatright {float:right; }
div.floatleft {float:left; }

/* Avoid IE HR formatting problem */
p.line {
margin: 0;
padding: 0;
border-width: 3px 0 0 0;
border-style: dotted;
border-color: black;
}

p#title {
margin: 0px 0px 0px 10px;
font-family: cursive;
font-style: italic;
color: white;
font-size: 20px;
}

/* Main Container */
div#main {
	position: relative;
    width: 810px;
    margin: 0px auto;
    text-align: left;
    padding: 10px;
    background: RGB(56,92,144) url(../images/borders/main_tl.png) no-repeat;
}

/* Top Container */
div#header {
	position:relative;
	width: 790px;
    margin: 0px 10px;
    padding: 3px;
    background: RGB(126,149,193) url(../images/borders/body_tl.png) no-repeat;
    text-align: center;
}

/* Menu Container */
div#navmenu {
	position: relative;
	width: 790px;
	height: 35px;
	margin: 5px 10px;
	padding: 3px;
	font-size: 14px;
    background: RGB(158,24,33) url(../images/borders/menu_tl.png) no-repeat;
}

div#navmenu ul {
	position: relative;
	list-style: none;
	width: auto;
	margin: 5px 0px 5px -30px; /* -30 for IE Quirks */
	padding: 0px 0px 0px 30px; /* +30 for IE Quirks */
}

div#navmenu li {
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	width: 109px;
	margin: 0px 1px;
	padding: 0px;
	float: left;
}

div#navmenu a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: RGB(158,24,33);
}

div#navmenu a:hover {
	color: RGB(158,24,33);
	background: white;
}

/* Center Container */
div#body {
    width: 710px;
	overflow: hidden;
    margin: 5px 50px;
	text-align: left;
    background: white url(../images/borders/body_tl.png) no-repeat;
	position: relative;
}

/*Sidebar Container */
div#leftsidebar {
	position: relative;
	float: left;
    width: 165px;
	height: 740px;
	margin: 15px 0px 15px 15px;
	padding: 0px;
    text-align: center;
    background-color: RGB(126,149,193);
	font-size: 14px;
}

div#leftsidebar p { margin: 0px 10px; }
div#leftsidebar #noborder   {border: 0px; }
div#leftsidebar #bartop 	{ position:absolute; top:0; left:0; }
div#leftsidebar #barbottom  { position:absolute; bottom:0; left:0; }

/* Content Container */
div#content {
	float: right;
    width: 500px;
    text-align: left;
	margin: 15px 15px 15px 0px;
    background-color: white;
}

div.popbox {
	width:248px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

div.popbox p { border: 1px RGB(158,24,33) solid; padding: 2px; margin-top: 3px; margin-bottom: 0px; }
div.popbox a.bigred { color: RGB(158,24,33); font-size: 16px; font-weight:bold; text-decoration:none; }
div.popbox a.bigred:hover { color: RGB(56,92,144); }

div.showbox {
	background-color: RGB(158,24,33);
	width: 500px;
	height: 125px;
	color: white;
	margin: 6px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

div.showbox img { float:left; border: 0px; margin: 0px 0px 0px -3px; padding: 0px; }
div.showbox p { margin: 0px; padding: 8px 0px 8px 165px; }
div.showbox p.desc {font-weight: normal; margin-left: 10px;}
div.showbox a { color: white; text-decoration:none; }
div.showbox a:hover { font-weight:bold; }

/* Footer Container */
div#footer {
	text-align: center;
	clear: both;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

div#footer a { text-decoration: none; color: white; }
div#footer a:hover { color: red; }

/*
+------------------------------------------------------------------+
| Green-Beast.com                                                  |
| CSS: Smart Corners                                               |
| Cascading Style Sheet                                            |
| Copyright Aug 2006                                               |
| Use with attribution by visible link please!                     |
| Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
+------------------------------------------------------------------+
*/

/* Styling for rounded corners */
.tr, .bl, .br {
  position: absolute;
  width: 19px;
  height: 19px;  /* corner images are 20x20 */
  display: block;
  background: transparent no-repeat;
  margin-bottom: -1px; /* IE quirk fix */
}

.tr { top: 0; right: 0; }
.bl { bottom: 0; left: 0; }
.br { bottom: 0; right: 0; }

.bodytr { background: url(../images/borders/body_tr.png); }
.bodybl { background: url(../images/borders/body_bl.png); }
.bodybr { background: url(../images/borders/body_br.png); }

.maintr { background: url(../images/borders/main_tr.png); }
.mainbl { background: url(../images/borders/main_bl.png); }
.mainbr { background: url(../images/borders/main_br.png); }

.menutr { background: transparent no-repeat url(../images/borders/menu_tr.png); width: 9px; height: 9px; }
.menubl { background: transparent no-repeat url(../images/borders/menu_bl.png); width: 9px; height: 9px; margin-bottom: -7px; } /* IE quirk fix */
.menubr { background: transparent no-repeat url(../images/borders/menu_br.png); width: 9px; height: 9px; margin-bottom: -7px; } /* IE quirk fix */
