body {
	background: #FCEDF4;
	background-image: url(background.gif) ;
	/*background: #AAA url(background.gif) repeat-x ;*/
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%;
	margin: auto;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin-top: -40px;
	padding-right: 20px;
	padding-bottom: 8px;
}
#content {
    border: 1px solid #92618a;
	background: #FEEAFF; 
}
#main_content {
	margin: 0 auto;
	min-height: 450px;
	width: 100%;
	background: url('background_content.gif'); 
	background-repeat: repeat-y;
        /*filter:alpha(opacity=50);
        -moz-opacity:.50;opacity:.50;*/
	
}
#main_content_top {
	height: 30px;
	/*background: #FEEAFF ;
	url('background_top.gif');*/
}
#main_content_bottom {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	font-size: 12px;
	height: 30px;
	/*background: #FEEAFF ;
	url('background_bottom.gif');*/
}
#footer {
	height: 15px;
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
#ext2 {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}

.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 14px
}
.menu {
	width: 137px;
	min-height: 300px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #92618a 1px solid;
	font-size: 12px
}
/*
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px 
}

.menu il {
	padding-left: 30px;
	list-style-type: disc;
	
}

*/
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #92618a
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #92618a
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #92618a
}
.menu ul {
	margin: 0;
	padding-left: 10px
}
.menu li {
	padding-top: 2px;
	list-style-type: none
}
a {
	color: #92618a;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	color: #92618a;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #92618a;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
.floatLeft {
  font: 10px arial, sans-serif; font-weight: normal ; color: grey;
  float: left;
  color:grey;
}

.floatRight {
  font: 10px arial, sans-serif; font-weight: normal ; color: grey;
  float: right;
}
.flLeft {
  font: 12px arial, sans-serif; font-weight: bold ; color: grey;
  float: left;
  color:grey;
}

.flRight {
  font: 12px arial, sans-serif; font-weight: bold ; color: grey;
  float: right;
}