	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#DF7D19 url('../images/background.jpg') repeat-y top left;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		z-index:-1;
	
	}

    /* Overlaping Images */
	img {
		margin:0px 0 0px;
		border:0px;
	}
	img.title{
	    float:left;
		display:block;
		z-index:1;
		
	}
	img.logo{
		position:absolute;
		top:0px;
		right:10px;
		z-index:1;
	}
	
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		z-index:-1;
	}

	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}	/* 'widths' sub menu */
	.title{
	font-family: serif;
	text-align: center;
	margin:10px;
	font-size:large;
	}
	b{
	font-size:20px;
	}
	#layoutdims {
		clear:both;
		background:#eee;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
		
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		min-width:600px;
		
		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 2 Column (container and menu) settings */
	.leftmenu {
		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
		background: #F8F1D4 url('../images/box_tile.jpg') repeat-x top left;
		min-height:400px;		/* Minimum height of layout */
		border:2px solid #F8F1D4;
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

	/* 2 Column (Main contain and Add Features) settings */
	.rightmenu {
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */

	}
	.rightmenu .title{
		width:95%;	/* left column content width (left column width minus left and right padding) */
		height:50px;
		background: #F8F1D4;
		margin:20px 0px;
		border:1px solid #CC5745;
		padding:10px;
	}
	.rightmenu .maincontent{
		width:95%;	/* left column content width (left column width minus left and right padding) */
		min-height: 300px;
		background: #F8F1D4;
		margin:20px 0px;
		border:1px solid #CC5745;
		padding:10px;
	}
		.rightmenu .maincontent .boxfix{
		margin:10px;

	}
.rightmenu .maincontent a:link {
    color: #000000;
}
.rightmenu .maincontent a:visited {
    color: #000000;
}
.rightmenu .maincontent a:hover {
    color: #C84F45;
}

}
.rightmenu .maincontent img {
	margin:20px 10px 10px 20px;
}
.gallery {
	height:206px;
    min-width:400px;
	padding:0px;
	margin:2% 10% 2% 10%;

}
.gallery .photo {
		float:left;
		display:block;
		min-height:206px;
		min-width:200px;
		color:#000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 200%;
}
.gallery .photo a:link {
    color: #000000;
}
.gallery .photo a:visited {
    color: #000000;
}
.gallery .photo a:hover {
    color: #C84F45;
}


.gallery .video {
		float:right;
		display:block;
		min-height:206px;
		min-width:200px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 200%;
}
.gallery .video a: {
     text-decoration: none;
}
.gallery .video a:link {
    color: #000000;
}
.gallery .video a:visited {
    color: #000000;
}
.gallery .video a:hover {
    color: #C84F45;
	}
		

	.rightmenu .col1 {
		width:72%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
		border:0px;
	}
	.rightmenu .col2 {
		width:23%;			/* right column content width (right column width minus left and right padding) */
		left:26%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		margin-left:10px;
	}

	.rightmenu .twitter{
		max-width:87%;
		min-height: 150px;
		margin:45px 0px 20px 0px;
		padding:10px;
	}
	.rightmenu .foster{
		max-width:80%;
		min-width:190px;
		min-height:250px;
		background: url('../images/shadowAlpha.png') no-repeat ;
	}
	.rightmenu .box{
		max-width:80%;
		min-width:150px;
		min-height:180px;
		max-height:220px;
		background: #F8F1D4 ;
		margin-top:20px;
		margin-left:13px;
		padding-bottom:5px;
	    border-top:3px solid #F8F1D4;
		text-align:center;
	}
	.rightmenu .flip{
		margin-top:-15px;
		margin-left:20px;
	}
.thumbnail {
    height: 150px;
	width: 150px;
	border: 1px solid #C84F45;
    display: table-cell;
    vertical-align: middle;

}
	/* Button Menu */
div#menu {
    height: auto;
    width: 188px;
	padding:0px;
	margin:0px;
}
div#menu ul {
	width:188px;
	height:auto;
	padding:0px;
	margin:0px;

}
div#menu li {
 	height: 45px;
    width: 188px;
	text-indent:50px;
	padding-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    line-height: 200%;
    list-style-type: none;
    background-image: url('../images/buttonface_up2.png');
    background-repeat: no-repeat;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu li a:link {
    color: #000000;
}
div#menu li a:visited {
    color: #000000;
}
div#menu li a:hover {
    font-weight: bold;
    color: #C84F45;
}

div#menu li a:active {
    font-weight: bold;
    color: #C84F45;
    background-repeat: no-repeat;
}
		
	/* Footer styles */
	#footer {
		clear:both;
		float:right;
		width:72%;
		background: #F8F1D4;
		margin-top:10px;
		margin-right:20px;
		min-height:50px;
		padding-top:15px;
		padding-bottom:15px;
	}
	#footer p {
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
		line-height:50%;
		font-size:normal;
	}
	#footer .design {
		font-size:small;
		margin:10px 10px 5px 10px;
		font-weight:normal;
		text-align:right;
		line-height:50%;
	}

	#footer.design a:link {
		color: #000000;
}
	#footer  .design a:visited{
    color: #000000;
}
#footer .design a:hover {
    color: #C84F45;
}	
#footer .design a:active{
    color: #C84F45;
}
	#footer a:link {
		color: #000000;
}
	#footer a:visited{
    color: #000000;
}
#footer a:hover {
    color: #C84F45;
}	
#footer a:active{
    color: #C84F45;
}
	.toes{
	clear:both;
	float:left;
	width:400px;
	height:167px;
	margin-left:30%;
	margin-top:-50px;
	}
	

	/* --> */
