
	#main-container	{
		margin: 0px;
		padding: 0px;
		
	}

	body {
				margin: 0px; padding: 0px;
				font-family: Arial, Helvetica, times new roman, sans-serif;
				background-image : url(imgs/pattern_top.jpg);
				background-repeat:repeat-x;
				background-color:#000000;
				
				}



	#main-page {
				margin: 0px auto;
				text-align:center;
				width: 855px;
				_width: 855px;
/*				background-color: #000000;*/
				border-style:none;
				min-height:800px;
				_height:800px;
				background-repeat:repeat-y;
				text-align:center;
				position:relative;
				}
	#content {
		background-color: #000000;
/*		margin-left:183px;  	*/	
                _margin-left:0px;  
		width:855px;
		/* min-height:400px;
		_height:400px;
		*/
		/*height:auto;*/
		text-align:justify;
		font-size: 12px;
		color:#dcdddf;
	}
		#content h1 {
			font-size: 18px;
			color: #fc4001;
			margin-top: 6px;
		}
	
		#content h2 {
			font-size: 14px;
			border-bottom-style:double;
/*			border-bottom-color:#8D0038; */
			border-bottom-color:#dbb79b; 
			border-bottom-width:2pt;
			color:#643919;
		}
		
		#content h3 {
			font-size: 14px;
			border-bottom-style:dotted;
			border-bottom-width:2px;
			color:#562b19;
			margin-bottom:6px;
			margin-top:6px;
		}
	
		#content a img {
			border-style:none;
		}	
		#content img { 
			border:none;	
		}	

	#content a:link { text-decoration: none; font-weight:bold; color:#91ce4d;}
	#content a:visited {text-decoration: none; font-weight:bold; color:#91ce4d;}
	#content a:hover {text-decoration: none; font-weight:bold; color:#dcdddf; }
	#content a:active 	{text-decoration: none; font-weight:bold; color:#dcdddf;}
	

	
	#top {
				height: 212px;
				width: 855px;
				background-image: url(imgs/camaratan_banner.jpg); 
				background-repeat:no-repeat;
				position: relative;
				}	



