body {
	/* background: #CACACA url(images/background.png) repeat-x; */
	background-color: #A0B0FF;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	/* background: #FFFFFF url('images/background_content.gif'); */
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	/* background: #FFFFFF url('images/background_top.gif'); */
} 
#main_content_bottom {
	height: 30px;
	/* background: #FFFFFF url('images/background_bottom.gif'); */
}
#footer {
	text-align: center;
	font-size: 10px;
	margin: 10px auto
}
.content {
   background-color: #ffffff;
   border: 1px solid black;
   min-width: 50%;
   
}
.menu {
   background-color: #ffffff;
   width: 50%;
   border: 1px solid black;
}
.login {
   background-color: #ffffff;
   width: 50%;
   border: 1px solid black;
}

#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #0000FF;
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
}

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}

th {
   background-color: #d090d0;
}

h1 {
   color: #0000A0;
   border-bottom: 1px solid #0000A0;
}

.logo {
   width: 4cm;
   height: 4cm;
   position: absolute;
   top: 3cm;
   right: 2cm;
}
