/* XHTML-CSS design by LP/Cultural Management Project. */
/*
-----------------------------------------------------
"Screen" style for PSS
Web Site:	 www.patriciasturlastudio.com
FileName:    pss.home.css
Version:     2005.04.20
Revised:     2005.05.23; 2005.07.15
E-mail:		 webmaster@patriciasturlastudio.com
-----------------------------------------------------
*/
	body 
	{
	background-image: url(../images/backgrounds/lines.gif);
	font-size: 12px !important;
	font-family: arial, helvetica, geneva, sans-serif !important;
	text-align: left;
	color: #000000;
	background-repeat: repeat;
	}
	
	p.copyright
	{
	font-size: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	}

/* text links */
	a:link 
	{ 
	color: #FFFFFF; 
	text-decoration: none; 
	}
	
	a:visited 
	{ 
	color: #FFFFFF; 
	text-decoration: none; 
	}
	
	a:hover, a:active
	{
	color:  #FFFFFF;
	background-color: #FFFFFF;
	}

/* main container */	
	#container
	{
	margin: auto;
	width: 720px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
	position: relative;
	}
	
/* left column */			
	#leftbar
	{
	float: left;
	background-color: white;
	margin-top: 10px;
	padding-bottom: 2px;
	}	
	
/* right column */		
	#rightbar
	{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	}	
	
/* footer */			
	#footer
	{
	clear: both;
	background-color: #FFFFFF;
	text-align: left;
	}
	
	#footer a:link 
	{
	color: #FF9900;
	text-decoration: none;
	}	
	
	#footer a:visited
	{
	color: #FF9900;
	text-decoration: none;
	}
	
	#footer a:hover, a:active
	{
	color:  #FFFFFF;
	background-color: #FF9900;
	}
