@charset "utf-8";
@import url("content.css");
@import url("navigation.css");
/* CSS Document */
* {
margin:0;
padding:0;
}

p {
font-size:.74em;
color:#636466;
margin:0 0 10px;
}

a {
outline:none;
text-decoration:none;
color:#0C2E82;
}

body {
font-family:Arial, Helvetica, sans-serif;
margin:0;
}

#layoutWrap {
width:100%;
padding-top:0px;
}

#conteinerWrap {
position:relative;
background:url(../images/bgpage.gif) repeat-y center;
width:963px;
padding-left:15px;
margin:auto;
}

#headerWrap {
position:relative;
width:963px;
}

#maincontent {
position:relative;
width:100%;
overflow:auto;
}

#footer {
position:relative;
background:#fff url(../images/bgfooter.jpg) no-repeat;
width:978px;
margin:auto;
padding:12px 0 50px;
}

p.detail {
color:#636466;
font-weight:600;
}