@charset "UTF-8";
/*
 * 	vim: set fdm=marker:
 *	Common Styles for ProjectName 2009/2010
 *	(c) 2009 by neomagic Studios, http://www.neomagic.pl/
 *	Authors: Robert Adrianowski (neomagister@gmail.com)
 *
 */

@media screen, projection	{
	body	{
		background: transparent url(images/bg.png) left top repeat;
	}
	#wrapper	{
		position: relative;
		width: 100%;
		min-height: 100%;
		overflow: hidden;
	}
	#page {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 924px;
	}
	/* body */
	#body	{
		
	}
	#body .container {
		position: relative;
		min-height: 50px;
			/*background: red;*/
	}
	#body .container .contents {
		
	}
	#body .containerLeft {
		float: left;
		width: 403px;
		min-height: 50px;
		border-right: 1px solid #e9e9e9;
			/*background: yellow;*/
	}
	#body .containerLeft .contents {
		margin-right: 30px;
	}
	#body .containerRight {
		float: right;
		width: 491px;
		min-height: 50px;
			/*background: orange;*/
	}
	#body .containerRight .contents {
		
	}
	#body .containerLeftB {
		float: left;
		width: 622px;
		min-height: 50px;
		/*border-right: 1px solid #e9e9e9;
			background: yellow;*/
	}
	#body .containerLeftB .contents {
		margin-right: 30px;
	}
	#body .containerRightB {
		float: right;
		width: 297px;
		min-height: 50px;
			/*background: orange;*/
	}
	#body .containerRightB .contents {
		
	}
	
	#body .containerLeftC {
		float: left;
		width: 270px;
		min-height: 50px;
		margin-right: 20px;
		border-right: 1px solid #e9e9e9;
			/*background: yellow;*/
	}
	#body .containerLeftC .contents {
		margin-right: 20px;
	}
	#body .containerMiddleC {
		float: left;
		width: 315px;
		min-height: 50px;
		border-right: 1px solid #e9e9e9;
			/*background: red;*/
	}
	#body .containerMiddleC .contents {
		margin-right: 20px;
	}
	#body .containerRightC {
		float: right;
		width: 300px;
		min-height: 50px;
			/*background: orange;*/
	}
	#body .containerRightC .contents {
		
	}
	
	.h50{
		height: 50px;
	}
	
	a.color:link, a.color:visited{
		color: #8d2315;
		text-decoration: underline;
	}
	
	a.color:hover, a.color:active{
		color: silver;
		text-decoration: none;
		
	}
	
}
