/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #808080; /*replace background img here*/
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #A3A3A3;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 982px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
#header {
	height: 74px;
	background: #FFFFFF url(../img/header_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	position:relative;
	}
	
#header a#logo {
		position:absolute;
		left: 0px;
		top: 0px;
		display: block;
		height: 74px;
		width: 278px;
		background: #FFFFFF url(../img/logo.gif);
		text-indent: -9999em;
		}
	
ul#animation {
	width: 982px;
	height: 228px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
ul#anim1{
float: left;
width: 708px;
height: 228px;
background-color: #FFFFFF;
overflow: hidden;
}

ul#anim2{
float: right;
width: 274px;
height: 228px;
background-color: #FFFFFF;
overflow: hidden;
}

#bar {
	width: 982px;
	height: 17px;
	background: #4F4F4F url(../img/bar_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	clear: both;
	}
	
#content {
	width: 982px;
	height: 204px;
	background: #FFF url(../img/content_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	position:relative;
	font-size:1.2em;
	}
		
	#pow {
		float:left;
		width: 315px;
		height: 135px;
		margin-top: 26px;
		margin-left: 29px;
		_margin-left: 15px;
		}
		
	#row {
		float:left;
		width: 315px;
		height: 135px;
		margin-top: 26px;
		margin-left: 28px;
		_margin-left: 28px;
		}
		
		.fp{
			display: block;
			width: 315px;
			height: 135px;
			}
			
		.fp img{
			float: left;
			padding-right: 15px;
			}
					
		.fp b{
			color: #5D5D5D;
			font-weight:normal;
			font-style:normal;
			font-size: 1.0em;
			}
			
		.fp em{
			color: #999999;
			font-weight:normal;
			font-style:normal;
			font-size: 1.0em;
			}

		.fp .fplink {
			color: #6699CC;
			font-weight:normal;
			font-style:normal;
			font-size: 0.9em;
			}
			
		.fp .fplink i{
			color: #e2001a;
			font-weight:normal;
			font-style:normal;
			font-size: 0.8em;
			}
		
	#appraisal {
	    position:absolute;
		width: 200px;
		top: 56px;
		left: 748px;
		}
		
	#profiles {
	    position:absolute;
		width: 200px;
		top: 120px;
		left: 748px;		
		}
		
		a.homelinks {
			color: #6699CC;
			text-decoration:none;
			font-size: 0.9em;
			}
		
		a:hover.homelinks{
			color: #6699CC;
			text-decoration:none;
			font-size: 0.9em;
			}
		
#clear {
	clear: both;
	}
	
#footer {
	width: 962px;
	height: 20px;
	background: #808080;
	text-align: right;
	color: #999999;
	padding: 6px 20px 0px 0px;
	}	
	
	#footer  a {
		color: #999999;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #FFFFFF;
		text-decoration:none;
		font-size: 1em;
		}
	
	