@charset "utf-8";
/* Standard Screen CSS Document */

@media screen
{
	
	
	/*	Elements:
	 *	
	 *		#page #banner #panel
	 *		#page #banner #panel #siteTitle
	 *		#page #banner #panel #siteTitle h1
	 *		#page #banner #panel #siteTitle h1 img
	 *		#page #content #columns #leftColumn
	 *		#page #content #columns #rightColumn
	 */
	 
	 
	#page #banner #panel
	{
		/* Box */
			width: 405px;
			margin-left: 0;
	}
	
	
	#page #banner #panel #siteTitle
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 405px;
			height: 147px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #panel #siteTitle h1
	{
		/* Font */
			font-family: ;
			font-size: ;
			color: #fff;
			font-style: ;
			line-height: ;
			font-weight: normal;
		
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #panel #siteTitle h1 img
	{
		/* Background */
			background-color: transparent;
			background-image: url("../images/page/banner/panel/title/site/h1/img/background.png");
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
		
		/* Block */
			vertical-align: ;
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 405px;
			height: 147px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #content #columns #leftColumn
	{
		/* Box */
			width: 366px;
			float: left;
	}
	
	
	#page #content #columns #rightColumn
	{
		/* Box */
			width: 327px;
			float: right;
	}
	
	
}
