/* CSS Document */
@charset "ISO-8859-1";


html { 			height: 100%; }
		
		body {
						margin: 0;
						background-color: #A32B12;
						height: 100%;
						}
		
		body, textarea, input, select, td, p {
						font-family: Arial, Verdana, sans-serif;
						font-size: 11px;
						color: #000000;
						}
		
	
		
		img {
						border: 0;
						
						}
		
		a, a:link {
						color: #cccccc;
						}
		
		a:hover {
						text-decoration: none;
						}
		
		h2 {
						color: #565A66;
						}
		
		#container {
						width: 532px;
						/*background: url(images/home/home_bg.gif) repeat-y;*/
						margin: 0 auto;
						height: 90%;
						
						}
		
		#content {
						width: 529px;
						margin-left: 1px;
						padding-top: 150px;
						}
		
		#left{
						background: #000000;
						height: 250px;
						margin: 0;
						width: 273px;
						}
					
		#leftside img {
						margin: 55px 0 0 10px;
						}
		
		#rightimg {
						float: right;
						}
	
		ul {margin: 0 0 0 10px;
						padding: 0;
						width: 250px;
						
						}
		
		ul li {
				list-style-type: none;
				padding: 2px;
						}

		ul li a,a:link {
				font-size: 15px;
				padding-left:25px;
				height:30px;
				background:url(images/but1.gif)  no-repeat;
				color:#000000;
				text-decoration:none;
						}
		
		ul li a:hover {
						background:url(images/but2.gif)  no-repeat;
						color:#B7E8A2;
						}
		
		
	
	.credit {
			text-align: left; 
			font-size: 12px; 
			margin-top: 3px; 
			font-family: Verdana, sans-serif;
			color:#000;
			}
			
			.credit2{
			font-size: 9px; 
			font-family: Verdana, sans-serif;
			text-align: center;
			color:#ff6600;
			padding : 5px;
			border-top : 1px dotted #ff6600;
	} 
	
	.rss{
	padding-left:18px;
				height:30px;
				background:url(images/rss.png)  no-repeat;
	}
	
	.decale{
	margin-top:20px;
	}