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

body {
	background-image:url(images/mainBKG.jpg);
	color:#e98209;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

* {
	padding:0;
	margin:0;
}

a img {
	border:none !important;
}


A:link {
	text-decoration:none;
	font-weight:normal;
	color:#e6e6e5;
	}

A:visited {
	 text-decoration: none;
	 color:#e6e6e5;
	 font-weight:normal;
	 }

A:active {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	}
	
A:hover {
	text-decoration:none;
	font-weight:normal;
	color:#e98209;
	}
	
.white {
	color:#eeeeee;
}

ul {
	
	margin-left:13px;
}

#header {
	width:1000px;
	height:120px;
	background-image:url(images/logoBKG.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:418px;
	height:75px;
	padding-top:8px;
}

#nav {
	width:991px;
	height:32px;
	padding-top:5px;
	padding-left:9px;
}

#button {

}

#contentwrapper {
	width:100%;
	height:574px;
	background-image:url(images/barBKG1.png);
	background-position:center top;
	background-repeat:repeat-x;
	min-width:1024px;
}

#me {
	width:100%;
	height:540px;
	background-image:url(images/me2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	
}

#content {
	width:990px;
	height:540px;
	margin-left:auto;
	margin-right:auto;
	padding-top:45px;
	padding-left:10px;
}

#box {
	padding-left:46px;
	width:540px;
	color:#eeeeee;
	padding-top: 5px;
}

#footer{
	width:1000px;
	height:50px;
	padding-top:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#footer A:link {
	text-decoration:none;
	font-weight:normal;
	color:#e98209;
	}

#footer A:visited {
	 text-decoration: none;
	 color:#e98209;
	 font-weight:normal;
	 }

#footer A:active {
	text-decoration:none;
	font-weight:normal;
	color:#e98209;
	}
	
#footer A:hover {
	text-decoration:none;
	font-weight:normal;
	color:#e6e6e5;
	}
	
	
	
#myslide {width:990px;overflow:hidden;position: relative;height:540px;}
 
	#myslide .cover{
		width:5940px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
		position: absolute;
		height:540px;
	}
 
	#myslide .mystuff {width:990px;float:left;}
 
	.button1,.button2,.button3,.button4,.button5,.button6{
		}
.active{
	}
	
