﻿	body {
		width: 1020px;
		margin: 1px auto 2px;
		font-family:"Arial", Sans-serif;
	}
	
	a:link {
	color:#999;
	text-decoration:underline;
}
	a:visited {
	color:#999;
	text-decoration:underline;
}
	a:hover {
	color:#999;
	text-decoration:underline;
	background-color:#D8E8E7;
}
	a:active {
	color:#999;
	text-decoration:underline;
	background-color:#D8E8E7;
}
	
	img {  
		border-style: none;
	}	
	
	div.top {
		background: white;
	}		
	
	div.content {
		background: #4D2B5F;
		color: white;		
		font-size:20px;		
		padding:20px;
	}		
	
	div.text {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	}
	
	div.foot {
		text-align: center; 
		border: 3px solid #4D2B5F;
		color: black;
		background: white;
		font-size: 13px;
		padding:10px 10px 0px 10px;
	}	
	
	div.menu {
		margin-left: 90px;
	}
		
		/*slide-menu */
ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #3C6E6B;
    border-left: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #4D2B5F, #361B45);
    background: -webkit-gradient(linear, left top, left bottom, from(#4D2B5F), to(#361B45));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    background: #292929;
    float: left;
}

#nav li {
    float: left;
    list-style: none;
    border-left: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 15px;
	font-weight:bold;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 30px 45px;
    width: 100%;
	background-color: transparent;
}	
