@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/Wrapper2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
.twoColFixLtHdr #header {
	height: 200px;
	width: 994px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(Images/Header1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
	font-family: Occidental;
	text-align: right;
	font-size: 2px;
	font-weight: bold;
	color: #C11A28;
	margin-bottom: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	height: 800px;
	text-align: justify;
	vertical-align: text-top;
	margin-right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #F03;
	letter-spacing: 1pt;
	word-spacing: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
}

.twoColFixLtHdr #mainContent {
	margin-left: 400px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 25px;
	width: 610px;
} 
#MenuBar1 {
	height: 55px;
	width: 150px;
	margin-top: 400px;
	margin-left: 390px;
}



#bigbuttons {
padding: 50px 0 0 0;
margin: 0;
width: 200px;
}
 
#bigbuttons li{
list-style: none;
padding: 0 0 50px 0;
margin: 0;
}


.home {
	background-image: url(Images/HoverHome.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
	background-position: left;
}
 
.home a{
	background-image: url(Images/ButtonHome.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
	display: block;
}
 
.home a:hover{
background: none;
}
 

.gallery {
	background-image: url(Images/ButtonGallery.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
}
 
.gallery a{
	background-image: url(Images/HoverGallery.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
	display: block;
}
 
.gallery a:hover{
background: none;
}


.photo restore {
	background-image: url(Images/ButtonPhotoRestore.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
}
 
.photo restore a{
	background-image: url(Images/HoverMyStory.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
	display: block;
}
 
.photo restore a:hover{
background: none;
}



.my story {
background-image: url(hover image path);
background-repeat: no-repeat;
height: 75px;
width: 200px;
}
 
.my story a{
background-image: url(normal image path);
background-repeat: no-repeat;
height: 75px;
width: 200px;
display: block;
}
 
.my story a:hover{
background: none;
}
#RolloverHome {
	background-color: #FFF;
	height: 486px;
	width: 608px;
}

.twoColFixLtHdr #footer {
	width: 1100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: -50px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 p a {
	color: #FFF;
}
