* {
	margin:0px;
	padding:0px;
	}

/*** MAIN ***/

html
{
	overflow-y: scroll; 
	overflow: -moz-scrollbars-vertical;
	height: 100%;
	-webkit-text-size-adjust:none;
}


body {
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  font-size:0.75em;
  color:#000000;
  margin: 0px;
  padding: 0px; 
  height: 100%;
  line-height: 1.50em;
  display:block; 
  background:black url("images/pat2.jpg") repeat;
  background-attachment: fixed;

}

img { border: 0px; }
  
p { margin-bottom: 1.50em;
    margin-top:0px; }

h1 { 
	color:  #002b54;
	font-size: 1.63em; 
	line-height: 1.33em;
	margin-bottom: 1em;
	font-family: 'ave', sans-serif;
	font-weight:700;

}

h2 { 
	color:  #002b54;
	font-size: 1.33em; 
	line-height: 1.33em;
	margin-bottom: 1em;
	font-family: 'ave', sans-serif;
	font-weight:700;

}

h3 { 
	color:  #002b54;
	font-size: 1.63em; 
	line-height: 1.33em;
	margin-bottom: 1em;
	font-family: 'Strait', sans-serif;
	font-weight:700;

}


a:link { color:#002b54; text-decoration: underline;}
a:visited { color: #002b54; text-decoration: none;}
a:active { color: #002b54; text-decoration: none;}
a:hover { color:  #002b54; text-decoration: none;}


a:active, a:focus { 
    border:none;
    outline:none;
}

/*** BODY ***/



#wrapper{
	width:760px;
	padding:0 20px 0 20px;
	position:relative;
	border-top:1px solid transparent;
	margin: 0 auto 0 auto;
}

#header{
	width:760px;
	margin-top:30px;

background-position: 0px 0px;
background-repeat: no-repeat;

}


#banner{
	width:760px;
	margin-top:12px;
	height:350px;
	background: black;
	background-image:url('images/lgb3.png');

}
#banner2{
	width:760px;
	margin-top:22px;
	border-top: 1px dotted #999999;
	padding-top: 20px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-size:0.92em;

}


#body{
	width:760px;
	margin-top:30px;
}

#bodyL{
	width:429px;
	float:left;
	padding-right:20px;
	padding-left:10px;
	border-right: 1px dotted #999999;
}

#bodyR{
	width:270px;
	float:left;
	margin-left:20px;
}


#bodyL ul {
	list-style: square;
	margin-left: 0;
	padding-left: 9px;
	margin-left:10px;
	}


 #like {
        position: absolute;
        top: 18px;
        right: 20px;
}

.share {
    float: right;
    list-style-type: none;
}


.share li {
    float: left;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

