/* Start of CMSMS style sheet 'HOME' */
/* FPWKT Stylesheet - © 2009 Liquid Creative */

* {
	margin: 0px auto 0px;
	padding:0;
}

/* P N G  F I X */

#news, #logo, #litscoop { behavior: url(scripts/iepngfix.htc) }


/* L A Y O U T */

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #637079;
	background-color: #FFFFFF;
	/*background-image:url(../site_images/fp_bg.jpg);*/
   	background-repeat: no-repeat;
   	background-position: top center;
	background-attachment: fixed;
}

img {
	border: 0;
}

a, a:link, a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #5895b8;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
	color: #637079;
}


/* P A G E  E L E M E N T S */

#pagewrapper {
	width: 900px;
}

#top {
	width: 900px;
	height: 25px;
}

#menu {
	width: 680px;
	height: 25px;
	background-color: #637079;
	background-image:url(../site_images/menu_bg.png);
   	background-repeat: repeat-x;
   	background-position: top left;
	float: left;
        z-index: 999;
}

#container {
	margin: 0px auto 0px;
	width: 900px;
	position: absolute;
	top: 25px;
z-index: 9998;
}

#logo {
	width: 280px;
	height: 185px;
	background-image:url(../site_images/fpwkt_logo.png);
   	background-repeat: no-repeat;
   	background-position: top left;
	float: right;
	margin: 25px 25px 0px 0px;
	background-color: none;
	cursor: hand;
        z-index: 9998;
position: relative;
}

#header {
	height: 320px;
	width: 900px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
        background-image:url(../site_images/block.png);
   	background-repeat: no-repeat;
   	background-position: top left;
}

#content {
	width: 900px;
	min-height: 300px;
}

#main {
	width: 650px;
	float: left;
	margin-bottom: 40px;
	padding-right: 30px;
        text-align: justify;
	font-size: 14px;
	line-height: 18px;
	color: #637079;
}

#main h1 {
	padding: 0px 20px 0px 0px;
        text-align: left;
        font-weight: normal;
	font-size: 32px;
        line-height: 60px;
	color: #5895b8;
        display: inline; 
}

#news {
	width: 190px;
	float: right;
	padding: 20px 15px 0px 15px;
	background-image:url(../site_images/news_bg.png);
   	background-repeat: no-repeat;
   	background-position: top left;
	margin-bottom: 25px;
}

#news a:hover {
color: #5895b8;
text-decoration: underline;
}

#litscoop {
	width: 100px;
        height: 27px;
	float: right;
	padding: 0px ;
	background-image:url(../site_images/litscoop.png);
   	background-repeat: no-repeat;
   	background-position: top left;
	margin-bottom: 0px;
        background-color: none;
        text-decoration: none;
}

#footer {
   clear: both;
   color: #637079;
   width: 900px;
   padding: 10px 0px 30px 0px;
   border-top: 1px solid #5895b8;
}

#footer p {
   font-size: 12px;
}

#footer p a {
   color: #5895b8;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: none;
   color: #637079;
}
/* End of 'HOME' */

