@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Courier New", Courier, monospace;
	background-color: #320000;
	background-image: url(images/MainBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	margin: 0 auto;
	height: 926px;
	width: 962px;
	background-attachment: fixed;
	background-image: url(images/applesBG.png);
	background-repeat: no-repeat;
	background-position: center 310px;
}
#logo {
	float: left;
}

#title { 
	margin-top: 8px;
}

#bar {
	margin-top: 8px;	
}

#main-links {
	margin-left: 250px;	
	margin-top: 20px;
}

#main-links li{
	list-style-type: none;	
	display: inline;
	margin-right:130px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
}

#main-links a {
	color: #fff;
	text-decoration:none;
}

#main-links a:hover {
	color: #fc3;
}

#main-content {
	margin: 70px auto auto auto;
	text-align:center;
	height:556px;
	width:944px;
	background-image: url(images/mainContBG.png);
	background-repeat: no-repeat;
}

#big {
	margin: auto auto 9px auto;
	height:284px;
	width: 484px;
	background-image:url(images/bigBG.png);
}

#big img {
	margin: 10px auto auto auto;
	height:263px;
	width:464px;
	padding-left: 10px;
}

#images {
	margin-top:15px;
	background-image: url(images/labelsBG.png);
	background-repeat: no-repeat;	
	height:254px;
	width: 952px;
}

#imagesTop .latest_img {
	margin-left: 3px;
	margin-bottom:2px;
	margin-top:10px;
	margin-right:15px;
}

#imagesBottom .latest_img {
	margin-left: 1px;
	margin-bottom:2px;
	margin-top:8px;
	margin-right:10px;
}

#contactText {
	color: #fff;
	height:556px;
	font-size:36px;
	text-align:left;
	padding: 5px 0 0 25px;
	font-weight:bold;
	line-height:75px;
	background-image: url(pdfs/contact.png);
	background-repeat: no-repeat;
}

#contactText a {
	color: #fff;
	text-decoration:none;
}

#contactText a:hover {
	color: #999;	
}

#footer {
	
	text-align:center;
	
	margin-top: -41px;
	color: #333;	
	font-size: 11px;
}