
* { margin: 0; padding: 0;}

body { 
margin: 0; 
padding: 0; 
font-size: 12px; 
font-family: Arial, Tahoma; 
background: url(../i/bg.jpg) repeat-x #efefef;
color: #636363;
padding-bottom: 50px;
}


.container {
width: 490px;
margin: 0 auto;
margin-top: 100px;
}

#content { 
width: 490px; 
background: url(../i/container-bg.jpg) #FFF;
margin: 0 auto;
padding-bottom: 11px;
}

#content-top {
width: 490px;
height: 11px;
background: url(../i/top.jpg) no-repeat;
}

h1 { 
width: 490px;
height: 46px;
background: url(../i/logo.jpg) no-repeat;
margin: 0 auto;
margin-bottom: 16px;

}
	h1 a { display: block; height: 46px; outline: none; }
	h1 span { display: none; }


.textBox { 
width: 430px; 
height: 33px; 
font: bold 13px Arial; 
outline: none; 
color: #636363;
border: 0;
background: url('../i/bar.jpg') no-repeat;
padding: 19px 19px 0 19px;
}

.rssBox { 
width: 430px; 
height: 33px; 
font: bold 13px Arial; 
outline: none; 
color: #636363;
border: 0;
background: url('../i/barrss.jpg') no-repeat;
padding: 19px 19px 0 19px;
}

#text {
font: normal 11px Arial, Helvetica, sans-serif;
width: 468px;
padding: 0 16px 0 16px;
color: #727272;
}

	#text h2 { 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3e4647;
	margin-bottom: 2px;
	}
	
	#text p { line-height: 17px; margin: 0 0 10px 0; }
	#text a { color: #E47234; }


.button { 
margin: 0 auto;
background: url(../i/button.jpg) no-repeat;
width: 490px;
height: 70px;
border: 0;
}

#replyc { padding: 10px 10px 0 10px; }

#replycontent { 
margin-top: 20px; 
line-height: 22px; 
padding-left: 120px; 
}


#lower {
width: 490px;
height: 16px;
background: url(/i/bottom.jpg) no-repeat;
}

#footer {
font: normal 11px Arial, Helvetica, sans-serif;
text-align: center;
margin-top: 16px;
font-weight: bold;
color: #636363;
}
	#footer a { color: #E47234; }

