﻿.MainContentTop
{
        clear: both;
        display: inline-block;
}


.MainContentTop
{
	clear: both;
	width: 646px;
	height: 38px;
	
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 70px;
	
	font-size: medium;
	
	background-image: url("../../images/MainContentsTop.png");
	background-repeat: no-repeat;
}

.MainContentBody
{
	width: 646px;
	
	padding: 27px 32px 25px 38px;
	
    display: inline-block;

	
	background-image: url("../../images/MainContentsBody.png");
	background-repeat: repeat-y;
	
}

.MainContentBody p
{
    text-indent: 1em;
	line-height: 2.0em;
}

.MainContentBody ul
{
    margin: 10px 0px 5px 45px;
}


.MainContentBottom
{
	width: 716px;
	height: 15px;
	
	margin: 0px 0px 10px 0px;
	
	background-image: url("../../images/MainContentsBottom.png");
	background-repeat: no-repeat;
}
