
	#container{
	}

	#header {
	}

	#header img{
		width: 99%;
	}

	#menu{
		background-color: black;
		color: gray;
		font-family: arial, sans-serif;
		font-weight: bold;
		list-style-type: none;
		#margin: 15px 8px 15px 0px;
		text-align: left;
	}

	#menu ul{
		list-style-type: none;
		#padding: 17px 0px 0px 0px;
	}

	#menu li{
		display: inline;
		text-align: center;
		#margin: 10px;
	}
	#menu a{
		color: white;
		text-decoration: none;
		padding: 16px;
		padding-right: 25;
		padding-left: 25;
	}

	#menu a:hover{
		background-color: #6600cc;
		color: yellow;
		padding: 16px;
		padding-right: 25;
		padding-left: 25;
	}

	#content{
		background-color: white;
		line-height: 150%;
		margin: 15px 300px 15px 70px;
		text-align: right;
	}

	#content h2{
		color: #ff0099;
		font-family: arial, sans-serif;
	}

	#content h3{
		padding: 0;
		border: 0;
		margin: 0;
		color: red;
	}

	#content p{
		border: 15px;
		margin: 25px;
	}

	#content .sup{
		color: gray;
		position: relative;
		bottom: 0.5em;
		font-size: 0.7em;
	}

	#content a{
		text-decoration: none;	
	}

	#content a:hover{
		background-color: brown;
	}

	#ptext{
		border: 0;
		margin: 40px 300px 40px 40px;
		text-align: justify;
	}
	#ptext h3{
		color: #ff0099;
		border: 0;
		margin: 0;
		margin-top: 30px;
	}
	#ptext a{
		text-decoration: none;
	}

	#review{
	}

	#feature{
	}

	#news{
	}

	#editorial{
	}

	#LK p{
		padding: 0px;
		border: 0px;
		font-family: "Times New Roman", serif;
		text-align: justify;
		text-indent: 20px;
	}

	#footer{
		background-color: black;
		color: white;
		float: center;
		font-family: arial, sans-serif;
		font-size: 0.9em;
		margin: 10px;
		margin-left: 0;
		padding:10px;
	}
	.supers{
		
	}

