/* CSS Document */
html,body {
	height: 100%;
	font: medium Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #d8d8d8;
	background-image:url(images/shadowbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	}
	
#container {
	margin: 0 auto;
	width: 820px;
	}
	
#header {
	height: 180px;
	}
	
	#header ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		}
		
	#header li {
		display: inline;
		}
	
#content {
	color: #000;
	height: 100%;
	font-size: 14pt;
	width: 100%;
	}

	#content p {
		padding: 4px;
		text-align: justify;
		}
		
	.content a {
		font-size: 16pt;
		color: #316991;
		text-decoration: none;
		padding: 0 2px;
		border: solid 2px #316991;
		}
		
	.content a:hover {
		padding: 0 2px;
		background-color: #649cc2;
		color: #333;
		text-decoration: none;
		border: solid 2px #649cc2;
		}
		
	
		.content ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			line-height: 2;
			}
			
		.content li {
			display: inline;
			padding: 0 10px;
			}
			
#menu {
	margin: 0;
	padding: 0;
	background-color: #58a;
	float: left;
	}
		
		#menu ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}

		#menu a:link, #menu a:visited, #menu a:active {
			text-decoration: none;
			color: #eee;
			font-weight: 900;
			padding: 3px 6px;
			}
			
		#menu a:hover {
			background-color: #eaeaea;
			text-decoration: none;
			color: #e73e3e;
			font-weight: 900;
			padding: 3px 6px;
			}			
			
#middle {
	width: 628px;
	margin: 0;
	float: left;
	border: solid #fff 6px;
	border-bottom: none;
	border-top: none;
	}
	
		.middle h1, .middle h2{
			padding: 0;
			margin: 0;
			}

		.middle a:link, .middle a:visited, .middle a:active {
			border: 1px solid #58a;
			text-decoration: none;
			color: #e73e3e;
			font-weight: 900;
			padding: 3px 6px;
			}
			
		.middle a:hover {
			background-color: #58a;
			color: #eee;
			font-weight: 900;
			padding: 3px 6px;
			}
			
.piclist {
	list-style-type: none;
	border: none;
	text-align: center;
	}
			
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: fixed center;
	bottom: 0;
	}
		
p {
	margin: 0;
	padding: 0;
	}	

h3 {
	font-size: 20px;
	font-weight: 900;
	}
				
a img {
	border: none;
	}

