* {
margin: 0; padding: 0;
}


body {
background: #968097;
}

h1 {
		color: #444A6B;
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 1.5em;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 1px solid #968097;
		margin: 5px 0 5px 0;
}

h2  {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #444A6B;
		font-size: 10px;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: normal;
		border-bottom: 0px solid #D1CADC;
		
}

ul, ol {
margin-left: 3.2em;
}

td {

	font-family: Arial;
	color: #000000;
	font-size: 14px;
	padding: 5px;
	}

#container {
	background: transparent url('images/beegee.jpg') repeat-y center;
	background-color: #DDCDDE;
	margin: 20px;
	width: 756px;
	border: 1px solid #5C5C5C;
	}


#header {	
	background: none;
	height: 350px;
	border-bottom: 10px solid #6E5A70;

	
	}
span {padding-left: 20px;}

#content {
	width: 756px;
	margin: 0px auto;
	padding: 0px;
	background: transparent url('images/beegee.jpg') repeat-y center #C8C7C9;
	background-color: #DBC6DC;
	}
.x {
	margin: 5px 0 0 0; 
	width: 740px;
	height: 10px;
	background: #6E7287;
	}

.spacer {
	margin: 15px 0 0 0; 
	width: 100%;
	height: 10px;
	background: #6E7287;
	}
.main {
	width: 490px;
	margin: 10px 20px 10px 0;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	text-align: left;
	float: right;
	}


.tiny {
	
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	}

.side {
	width: 180px;
	margin: 10px 0 0 10px;
	padding: 7px;
	float: left;
	background: #ffff;
	text-align: left;
	font-family: Tahoma;
	color: #3A3939;
	font-size: 11px;
	}


.box {
	width: 250px;
	margin: 70px 0 20px 0;
	padding: 5px;
	background: #F1F5B2;
	border: 3px solid #A684A8;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	float: right;
	}

.sidebarbox {
	width: 170px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	margin-left: 20px;
	}

#footer {
background: #6E5A70;
clear: both;
height: 15px;
border-top: 1px solid #204545;
margin: 10px 0 0 0;
}
	#footer p a:hover {
	border-bottom: 0;
	}
	#footer p {
	margin-bottom: 0;
	padding-left: 2%;
	}
		#footer p img {
		vertical-align: middle;
		}








.navi a:link 		{
		text-decoration:none;
		color:#ffffff;
		font-weight: normal;
		border-bottom: 0px dotted #000000;
		}




a:link 		{
		text-decoration:underline;
		color:#6E5A70;
		font-weight: normal;
		}


a:visited 	{
		text-decoration:underline;
		color:#6E5A70;
		font-weight: normal;

		}


a:hover 	{
		text-decoration: underline;
		color:#6E5A70;
		font-weight: normal;

		}


a:active 	{
		text-decoration:underline;
		color:#6E5A70;
		font-weight: normal;

		}



input,textarea,select {
		border: 1px solid #000;
		background-color:#ffffff;
		color: #000000;
		font-family: Arial;
		font-size: 14px;
		padding: 1px;
		}

#navigation {
   margin-left: -10px;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 0;
}
#navigation a {
   font-family: Arial, Times, serif;
   font-size: 14px;
   background: #F1F5B2;
	border-bottom: 1px solid #A684A8;
	border-top: 1px solid #A684A8;
   color: #000000;
   text-decoration:none;
   font-weight: normal;
   display: block;
   width: 180px;
   padding: 4px 0 4px 10px;
margin: 5px;
}
#navigation a:hover {
   background: #EEF3A4;
   color: #000000;
   text-decoration: none;
   
}
/* Disable properties specified in the imported CSS file */
	.menu a {
		border:none;
		font-weight:normal;
	}

/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu {width:200px;}
	.menu li {
		display:block;
		margin:0;
		padding:0 0 2px 0;
	}
	.menu a {
		display:block;
		font-family: Arial, Times, serif!important;
		font-size: 14px;
		padding: 3px 5px;
		color:#000;
		background:#F1F5B2;
		border-bottom: 1px solid #A684A8;
		border-top: 1px solid #A684A8;
		text-decoration:none;
	}
	.menu a:focus,
	.menu a:active {background: #F1F5B2;}
	.menu ul li a:active {background: #DDCDDE;}
	.menu ul li {padding-left:15px;}
	.menu ul a {background: #DDCDDE;border: 0!important;}
	.hidden {display:none;}
