html,body,img,p {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;

}
body {
    background: url(/images/bg.gif) repeat-x #fdf3f2;
    font-family: verdana, arial;
    font-size: 13px;   
    color: #fff;
    text-align: center; 
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
    overflow: hidden;
    height: 1px;
    clear: both;
}
div.content {
    height: 100%;
    width: 729px;
    background: url(/images/contbg.gif) repeat-y;
    margin-left: auto;
    margin-right: auto;
}
.joon {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 729px;
    background: url(/images/contbg.gif) repeat-y;
}
.sisu, .footer {
    padding: 20px 30px 20px 30px;
    text-align: left;
    background: url(/images/contbg.gif) repeat-y;
}
.footer {
    color: #63070d;
    font-size: 11px;
    text-shadow: 2px 1px 0px #c03339;
}
.footer a {
	color: #63070d;
    text-decoration: none;
}
.footer a:hover {
	color: #63070d;
    text-decoration: underline;
}
.menu {
    margin-top: 25px;
    position: relative;
    bottom: -20px;
}
.left, .right { width: 324px; float: left; }
.right { float: right; }
.slogan {
    background: url(../images/slogan.png) no-repeat 100% 50%;
    height: 34px;
    margin: 18px 0 0 0;
    text-indent: -10000px;
    width: 245px;
    text-align: left;
    float: right;
}
h1 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
/* Header */
.header { height: auto; overflow: hidden; zoom: 1;}
.header .left { width: auto; padding: 0; }
.fb a { font-size: 12px; display: block; line-height: 30px; padding: 0 37px 0 0; background: url(../images/fb.png) 100% 0 no-repeat; text-align: right; }

/* Menu items */
.menu-item {
	background: url(../images/menu-sprite.png) 0 0 no-repeat;
	display: block;
	height: 56px;
	margin-bottom: 5px;
	text-indent: -1000em;
	text-align: left;
	outline: none;
	width: 315px;
}
.menu-item.but8 { background-position: 0 -112px; }
.menu-item.but8:hover { background-position: 0 -168px; }
.menu-item.but9 { background-position: 0 0; }
.menu-item.but9:hover { background-position: 0 -56px; }
