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

body{
margin:0px;
border:0px;
background-image:url(../images/bkgd_page.jpg) !important;
background-repeat:repeat-x;
background-color:#dedede;
font-family:Arial, Helvetica, sans-serif;
color:#b40000;
font-size:15px;
}

#imgRight{
position:relative;
float:right;
background-image:url(../images/center_redbar_BOK.jpg);
background-repeat:no-repeat;
width:530px;
height:196px;
}

#textRight{
position:absolute;
right:20px;
bottom:20px;
width:250px;
height:auto;
text-align:right;
}


.whitelink, a.whitelink:link, a.whitelink:visited{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
font-weight:bold;
text-decoration:none;
font-style:italic;
}

a.whitelink:hover, a.whitelink:active{
text-decoration:underline;
}

#likeOnFacebook {
	display: block;
	overflow: hidden;
	width: 318px;
	padding: 0px 0px 8px 0px;
	background-color: white;
	border: solid 1px #111;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#likeOnFacebook h2 {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 12px 0px;
	margin: 0px;
	background: #111;
	background-image: -moz-linear-gradient(top, #111, #444); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #111),color-stop(1, #444)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#111', endColorstr='#444'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#111', endColorstr='#444')"; /* IE8 */
	color: white;
}
#facebookClear {
	width: 320px;
	height: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
