@charset "utf-8";
/* global layout */

body {
    margin:       0;
    SCROLLBAR-FACE-COLOR: #000000;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #990033;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

div#wrapper {
	display:block;
	top:0px;
	width:970px;
	margin: 0 auto;
}

div#top_banner {
	
}

div#navbar {
	width:100%;
	height:27px;
}

div#content_top {
	width:100%;
	height:60px;
}

div#content_wrapper {
	width:970px;
	background-image:url(../img/clayout/img_12.jpg);
}

div#content {
	width:910px;
	padding: 0px 30px 10px 30px;
	text-align:center;
	overflow: auto;
}

div#content_bottom {
	background-image:url(../img/clayout/img_13.jpg);
	height:70px;
	background-repeat:no-repeat;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
	clear:both;
}

div#facebook {
	height:45px;
	clear:both;
	text-align:left;
	padding-left: 40px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	visibility:hidden;
}


.clear {
	clear: both;
	visibility:hidden;
}

img.img_border {
	border:1px solid #000;
}

img.img_border_shadowed {
	border:1px solid #000;
	box-shadow: 10px 10px 15px grey;
}

img.img_borderless {
	border:none;
}

/******************** LEGAL *********************/



div#legal {
	font-family: 'Patrick Hand SC', sans-serif;
  	font-style: normal;
  	font-weight: 400;
	font-size: 16px;
	color:#C9171A;
	text-align:justify;
	line-height:15px;
	/* float:left; */
	width:770px;
	/* height:170px; */
	padding: 0px 50px 0px 50px;
}

div#headline {
	font-family: "Frijole", sans-serif;
	font-weight:400;
	font-size: 22px;
	font-style: normal;	width:450px; 
	text-align: center; 
	margin-bottom:0px; 
	border-bottom-color: #66C; 
	border-width:0px 0px 1px 0px; 
	border-style: solid
}