* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	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: #FF0000;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../images/White-Background-Abstract-Photos.jpg);
	min-width: 400px;
}
a {
	color:#000000;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a5120b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #666666;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
#header {
	background: #DDDDDD url(../images/newheaderfinished.png) left top no-repeat;
	height:250px;
	border-bottom:2px solid #FFCC00;
	border-bottom-color: #000000;
} 
#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 */
	color:#666666;
	margin-left:30px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2d0102; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color:#FFFFFF;
	background-color: #666666;
	border-right: 2px solid #FFCC00;
	border-right-color: #666666;
}
#mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#000000;
	background-color: #666666;
}
#mainContent .pic {
	float:right;
	margin:0 0 10px 10px;
} 
#footer { 
	background:url(../images/backgroundFooter.jpg) left top repeat-x;
	height:93px;
	text-align:center;
	color:#FFFFFF;
	margin-top:2px;
}
#footer p {
	padding:25px;
} 
.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;
}
/*begin main menu*/
ul#sliding-navigation {
	list-style: none;
	font-size: 14px;
	padding: 0;
	background-color: #666666;
	max-width: 180px;
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 170px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
	background-color: #000000;
}
ul#sliding-navigation li.sliding-element a {
	color: #000000;
	background:#790503;
	border-left: 6px solid #fff;
	background-color: #C9DA2A;
	border-right: 6px solid #fff;
	border-color: #000000;
	text-decoration: none;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
ul#sliding-navigation li.sliding-element a:hover {
	color: #000000;
	background-color: #E0E994;
}
ul#sliding-navigation li.active a {
	color: #000000;
	font-weight:normal;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFF99;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: inherit;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 10px;
	left: 700px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.styleBGT{
	text-align: center;
	font-size: 35px;
	margin: 20px;
	color: white;
}
.VarelaRound	{
	font-size: 30px;
	font-family: 'Varela Round', sans-serif;
	color: white;
	text-indent: italic;
	font-weight: bold;
	text-shadow: 2px 2px 5px blue;
	margin: 20px;
	text-align: center;
}
.VarelaRound33	{
	font-size: 30px;
	font-family: 'Varela Round', sans-serif;
	color: white;
	text-indent: italic;
	font-weight: bold;
	text-shadow: 2px 2px 5px green;
	margin: 20px;
	text-align: center;
}
.style611{
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 5px;
	
}
.style612{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
}
.style613{
	margin-top: 15px;
	margin-left: -2px;
}
.stylepins1{
	margin-left: 15px;
	margin-bottom: 5px;
}
.stylepins11{
	margin-left: -9px;
	margin-bottom: 5px;
}
.stylepins2{
	
	margin-bottom: 5px;
}
.charm{
	font-family: 'Charm', cursive;
	font-size: 20px;
	color: #a0c90a;
	text-align: center;
	margin-top: 20px;
}
.VarelaRound11	{
	font-size: 50px;
	font-family: 'Varela Round', sans-serif;
	color: orange;
	text-align: center;
	text-indent: italic;
	font-weight: bold;
	text-shadow: 2px 5px 5px green;
	margin-top: 20px;
	margin-bottom: 10px;
	
	/* <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> */
}
.VarelaRound10	{
	font-size: 20px;
	font-family: 'Varela Round', sans-serif;
	color: orange;
	text-align: center;
	text-indent: italic;
	font-weight: bold;
	text-shadow: 2px 5px 5px green;
	margin-top: 30px;
	margin-bottom: 10px;
	
	/* <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> */
}
.BB {
	margin-top: -20px;
	margin-right: -20px;
}
</style>

/*end main menu*/
