/* ----Global Styles---- */

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

img.floatLeft { 
    float: left; 
    margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.floatRight { 
    float: right; 
    margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}



/* ----[Main Content]---- */

#container {
	background-image: url('../images/container.png');
	border: 1px solid #000000;
	width: 920px;
	height: 1650;
	alignment: center;
	margin: auto;
	margin-top: 0; 
}

#container table {
    font-size: inherit;     
    }

#content { 
	padding-left: 50px; 
	padding-right: 50px;
	overflow: hidden;
	height: 1650;
}

#content p {
	text-align: justify;
}

#header {
	height: 165px;
	width: 920px;
	alignment: center;
	margin: auto;
	margin-top: 25px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url('../images/header.png');
}

#footer {
	height: 25px;
	width: 920px;
	alignment: center;
	margin: auto;
	margin-bottom: 25px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	background-image: url('../images/footer.png');
}

/* ----[Menu]---- */

#menu {
	height: 0;
	width: 100%;
	position: relative;
	top: 120px;
	left: 50px;
	padding: 0px;
	margin: 0;
}

#menu li {
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#menu li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 0 10px;
	width: 60px;
}

#menu img {
	border: none;
	padding: 0;
	margin: 0;
}

img.bottom {
	margin: 0;
	padding: 0;
}

