*{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}

body{
	background-color: #DBD6D0;
}

img{
	border: 0px;
}

div#wrapper{
	background-color: transparent; 
	width: 100%;
	height: 100%;
	position: absolute;
}

img#background{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
}

div#container{
	margin: 20px auto 10px auto;;
	background-image: url(Main.jpg); 
	background-repeat: no-repeat; 
	width: 800px; 
	height: 539px; 
	background-color: white;
}
	
	div#left{
		width: 400px;
		height: 539px;
		float: left;
		text-align: center;
	}
		
		div#block_left{
			width: 400px;
			height: 130px;
			margin: 0px 0px 15px 0px;
		}
		
			div#block_left a{
				display: block;
				width: 200px;
				height: 130px;
				margin: 0px auto;
			}
			
			img#side{
				border: 4px #F3EBE0 solid;
				width: 200px;
			}
			
			h1{
				color: #968C87;
				font-size: 10px;
				font-style: italic;
				font-weight: lighter;
				padding-bottom: 20px;
			}
		
	div#right{
		width: 399px;
		height: 539px;
		float: right;
		border: 0px;
	}
	
		div#block_right{
			width: 386px;
			height: 80px;
			padding: 51px 0px 0px 15px;
			font-size: 16px;
			margin: 0px 0px 12px 0px;
			text-align: left;
		}
		
			div#block_right a{
				font-size: 15px;
				color: #6D6A65;
				margin: 0px 10px 0px 0px;
				text-decoration: none;
			}
			
		div#content{
			width: 361px;
			padding: 0px 25px 0px 15px;
			text-align: justify;
			font-size: 12px;
			font-style: italic;
			line-height: 19px;
			color: #353535;
		}
		
		div#content h5{
			font-size: 10px;
			font-weight: normal;
			color: #666666;
		}
		
		div#content a{
			color: #999591;
			text-decoration: none;
		}
		
		div#content a:hover{
			color: #C7C2BC;
			text-decoration: none;
		}
		
		div#content hr#line{
			border: 1px #DBD6D0 dotted;
		}
		
		div#content form{
			font-size: 11px;
		}
		
			input, textarea{
				font-size: 10px;
				font-style: normal;
				background-color: #DBD6D0;
				border: 1px #C7C2BC solid;
				padding: 3px;
				overflow: hidden;
			}
			
			textarea{
				width: 257px;
				height: 100px;
			}
			
			input:focus, textarea:focus{
				border: 1px gray solid;
			}
		
div#footer{
	color: #353535;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

	div#footer a{
		color: #353535;
		font-size: 11px;
		text-decoration: none;
	}