@import "reset.css";

/*===== GENERAL =====*/

html
{
	height: 100%;
}

body
{
	text-align: center;
	background: #000 url("../images/stripes.gif") repeat-y 50% 0%;
	height: 100%;
}

p, li
{
	margin: 1em 0 1em 0;
	line-height: 1.2em;
}

#container
{
	text-align: left;
	margin: 0 auto 0 auto;
	height: 100%;
	width: 1000px;
}

#banner
{
	background: url("../images/banner.gif") no-repeat;
	height: 100px;
}

#main
{
	height: 100%;
}

#affiliate
{
	text-align: center;
}

/* ===== NAV ===== */

#nav
{
	padding: 37px 0 0 2px;
	height: 35px;
	width: 816px;
	margin: 0 auto 0 auto;
}

.button a
{
	height: 35px;
	float: left;
	margin-right: 56px;
}

#home a
{
	width: 59px;
	background: url('../images/b_home.gif') 0 0 no-repeat;
	margin-right: 56px;
}

#feature a
{
	width: 89px;
	background: url('../images/b_feature.gif') 0 0 no-repeat;
	margin-right: 55px;
}

#about a
{
	width: 72px;
	background: url('../images/b_about.gif') 0 0 no-repeat;
	margin-right: 53px;
}

#movement a
{
	width: 116px;
	background: url('../images/b_movement.gif') 0 0 no-repeat;
	margin-right: 54px;
}

#media a
{
	width: 67px;
	background: url('../images/b_media.gif') 0 0 no-repeat;
	margin-right: 53px;
}

#fyi a
{
	width: 31px;
	background: url('../images/b_fyi.gif') 0 0 no-repeat;
	margin-right: 54px;
}

#blog a
{
	width: 55px;
	background: url('../images/b_blog.gif') 0 0 no-repeat;
	margin-right: 0;
}

#home a:hover, #feature a:hover, #about a:hover, #movement a:hover,
#media a:hover, #fyi a:hover, #blog a:hover
{ background-position: 0 -35px; }


/* ===== MAIN ===== */

#body_top
{
	background: url("../images/body_top.gif") no-repeat;
	height: 180px;
}

#page_title
{
	position: relative;
	top: 60px;
	color: #505;
	font-family: "Verdana" , "Arial" , sans-serif;
	font-size: 1.5em;
	text-align: center;
}

#page_titleIndex
{
	position: relative;
	top: 30px;
	color: #505;
	font-family: "Verdana" , "Arial" , sans-serif;
	font-size: 1.5em;
	text-align: center;
}

#body_slice
{
	background: url("../images/body_slice.gif") repeat-y;
	min-height: 100%;
//	height: 100%
}

#body_btm
{
	background: url("../images/body_btm.gif") no-repeat;
	height: 480px;
}

#content
{
	padding: 0 100px 0 100px;
	margin-top: -50px;
	text-align: justify;
//  margin-top: 0;
	min-height: 100%;
}

/*===== HOME =====*/
#home_left
{
	width: 580px;
	padding: 50px 0 0 0;
	float: left;
	background: url('../images/llf_bg_logo2.gif') 50% 30% no-repeat;
}
#home_right
{
	top: 20px
	padding: 0;
	height: 100%;
}

.signature
{
	font-family: "Monotype Corsiva","Verdana","Arial",san-serif;
	font-size: 1.5em;
}

/*===== FEATURE =====*/

#fullwidth
{
	height: 100%;
	padding: 50px 2em 50px 2em;
	background: url('../images/llf_bg_logo.gif') 50% 30% no-repeat;
}

h1
{
	font-family: "Georgia","Times New Roman",serif;
	font-size: 1.2em;
}

h2
{
	font-family: "Georgia","Times New Roman",serif;
	font-size: 1em;
	font-weight: bold;
	color: #505;
}

/*===== ABOUT =====*/

#second_title
{
	position: relative;
	color: #505;
	font-family: "Verdana" , "Arial" , sans-serif;
	font-size: 1.5em;
	text-align: center;
}

/*===== MEDIA =====*/

#fullwidth img
{
//	height: 60px;
//	width: 60px;
	margin: 2px;
	border: 1px solid #505;
}

.gallery_title
{
	cursor: pointer;
}

.gallery_title:hover
{
	color: #505;
	text-decoration: underline;
}

.gallery
{
	display: none;
}

/*==============================================*/

#colophon
{
	text-align: center;
	position: relative;
	bottom: 65px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #606;
}

#colophon a
{
	color: #303;
}








