﻿body {
    background-color:#DBE5F1;
}


.outter{
    width:100%;
    padding-bottom:50px;
    height:750px;
}

.Logo{
    width:613px;
    margin:auto;   
    clear:both;       
}
.Inner{
   width:1350px;
   margin:auto;
}
.LeftColumn{
    float :left;
	height:671px;

}

.CenterColumn{
    float:left;
    width:700px;
    text-align:center;
}

.RightColumn{
    float:left;     
}
a.art-button, a.art-button:link, a.art-button:link:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button {
    text-decoration: none;
    font-size: 13px;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #E2341D;
    margin: 0px !important;
    overflow: visible;
    cursor: pointer;
    text-indent: 0px;
    line-height: 40px;
    box-sizing: content-box;
}


.art-button {
border-collapse: separate;
-webkit-background-origin: border !important;
-moz-background-origin: border !important;
background-origin: border-box !important;
background: #F2DADA;
 background: -webkit-linear-gradient(top, #E8BFBF 0, #F7E8E8 40%, #F8ECEC 50%, #F7E8E8 60%, #E8BFBF 100%) no-repeat; /**/
background: -moz-linear-gradient(top, #E8BFBF 0, #F7E8E8 40%, #F8ECEC 50%, #F7E8E8 60%, #E8BFBF 100%) no-repeat;
background: -o-linear-gradient(top, #E8BFBF 0, #F7E8E8 40%, #F8ECEC 50%, #F7E8E8 60%, #E8BFBF 100%) no-repeat;
background: -ms-linear-gradient(top, #E8BFBF 0, #F7E8E8 40%, #F8ECEC 50%, #F7E8E8 60%, #E8BFBF 100%) no-repeat;
background: linear-gradient(top, #E8BFBF 0, #F7E8E8 40%, #F8ECEC 50%, #F7E8E8 60%, #E8BFBF 100%) no-repeat;
-svg-background: linear-gradient(top, #E8BFBF 0, #F7E8E8 40%, #F8ECEC 50%, #F7E8E8 60%, #E8BFBF 100%) no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #DAA9AB;
padding: 0 20px;
margin: 0 auto;
height: 40px;
}