@charset "iso-8859-1";
img	{
	border: none;
	}

body {	
	background-color: #678d8b;
	background-image:url(images/new-logo3.jpg);
	background-repeat:no-repeat;
	
	}

#content {
	font-family: helvetica, arial, sans-serif;
	position: absolute;
	top: 280px;
	font-size: 13px;
	color:#eeeed8;
	width: 750px;	
	text-align:center;
	left: 4.25em;
	line-height: 20px;
	}
	
#animation{
	position: absolute;
	top:380px;
	left: 285px;
	font-weight:bold;
	font-size:12pt;
	font-family: helvetica, arial, sans-serif;

	}


#mainmenu {
	position: absolute;
	top:170px;
	left: 95px;
	font-weight:bold;
	font-size:12pt;
	font-family: helvetica, arial, sans-serif;
	
	}
	

#mainmenu a {
    	text-decoration:none;
    	color:#362023;
	}

#mainmenu a:hover {
        color:#bacae6;
	}
	

#mainmenu ul {
	list-style: none;
	list-decoration:none;
	}

#mainmenu li {
	float: left;
	padding: 3em;
	}




/*
#submenu {
	/*background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 187px;
	left: 37px;
	width: 1em;
	height:400px;
	}
	
#submenu a {
    text-decoration:none;
    color:#744a00;
	}
	
#submenu ul {
	list-style: none;
	list-decoration:none;
	}
	
#submenu a:hover {
    color:#694814;
	}*/
