/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/


/*colors

dark-grey: #333333

medium-grey: #666666

light-grey: #999999

light-grey-01: #CCCCCC

colors*/



/* ie png transparency fix */
img, div, #container_logo  { behavior: url(iepngfix.htc); }
/* ie png transparency fix */



/* use to give height value to parent most element for percentage height*/
html, body{
/*height: 100%;*/
}
/* use to give height value to parent most element for percentage height*/





/*main body areas*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	background-color: black;
	background-image: url(../images/PSIF_BG_Tile.png);
	background-repeat: repeat-x;
	
}


#container {
	margin: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 800px;
	background-color: black;
	height:100%;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	text-align:center;
	position: relative;
	clear:both;
}


#main_body {
	margin: auto;
	padding: 3px;
	background-image: url(../images/PSIF_BG_Tile02.png);
	background-color:black;
	width: 734px;
	border-top: 5px solid #999999;
	border-right: 5px solid #999999;
	border-left: 5px solid #999999;
	height: auto;
	clear: both;
}
/*main body areas*/




/* typography */

h1 {
	font-size: 24px;
	font-weight: bold;
}


h2 {
	font-size: 18px;
	font-weight: bold;
}


h3 {
	font-size: 16px;
	font-weight: bold;
}


h4 {
	font-size: 14px;
	font-weight: bold;
}


p {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-align: left;
}


a {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	
}

a:link {

}

a:hover {
	color:white;
}





#copyright {
	font-size:10px;
	color: #999999;
}
/* typography */




/*area for the basic header and footer styling*/
#header {
	width: 100%;
	height: 112px;
	margin-bottom: 3px;
	background-image: url(../images/PS_HeaderDesign.jpg);
	
}

#footer{
	margin: auto;
	height: 10px;
	padding: 3px;
	background-image: url(../images/PSIF_BG_Tile02.png);
	background-color:black;
	width: 734px;
	border: 5px solid #999999;
	clear: both;
}
/*area for the basic header and footer styling*/







/*logo load and placement*/
#container_logo {

	width: 318px;
	height: 152px;
	background-image: url(../images/PSIF_Logo.png);
	position: absolute;
	display: block;
	top: 15px;
}
/*logo load and placement*/








/* main content*/
#content{
	width: auto;
	height: auto;
	background-image: url(../images/PSIF_BG_Content.jpg);
	background-color: black;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	padding: 25px 12px 12px 12px; 
	text-align: left;

}


#page_label{
	margin: auto;
	margin-bottom: 25px;
	width: auto;
	padding: 0;
	padding-left: 10px;
	padding-top: 8px;
	height: 20px;
	background-image:url(../images/PSIF_Label_Back.png);
	background-repeat: repeat-x;
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font:Arial, Helvetica, sans-serif bold ;
	color: #999999;
	background-color:black;
	
}
/* main content*/


.image {
	float: left;
	padding: 0 10px 10px 0;
}
