#main {
    margin:0; padding:0;
    background: url("images/bg01.png") repeat-x top left;
    text-align: center;
}

#main_body {
    text-align: left;
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 800px;
}

#header {
    width: 100%; height:141px;
    margin: 0; padding: 0;
    background: url("images/bg03.png") no-repeat top left;
}

#logo {
    display: block;
    float: left;
    width: 280px;
    height: 108px;
    margin: 5px 0 0 7px;
}

#slogan {
    float: right;
    width: 490px;
    height: 31px;
    margin: 45px 0 0 0; 
    background: url("images/bg05.png") no-repeat top left;    
}

#content {
    width: 784px;
    height: auto;
    min-height: 500px;
    _height: 500px;
    background: #f7f7fa url("./images/bg04.png") no-repeat top center;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

#text {
    padding: 5px 10px;    
}

#footer {
    background-color: #fff;
    clear: both;
    color: #30296f;
	text-align:center;
    padding: 0.2em;
}

#footer a {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
}
/*-------------------------------------------------*/
a			    { color: #CF0000; }
a:hover         { color: #EF6868; }

body            {
	                font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
				    font-size: 80%;
                    background: #d9d7ec url("images/bg02.png") repeat top left;
				    margin:0; padding:0;
		        }

img             {	border:0
                }
h1              {
	                font-size: 160%;
	                font-weight: bold;
                    margin: 0 10px;
                }
h2              {
	                font-size: 130%;
	                font-weight: bold;
                }
h3              {
	                font-size: 120%;
	                font-weight: bold;
                }
hr              {
                    height: 0px;
                    border: 0;
                    border-top: 1px dashed #cb8f51;
                }

