html, body {margin: 0; padding: 0;}
body {background: #434343;}

#page {width: 980px; margin: auto; background: url(/images/bg.png) repeat-x #00aeff; min-height: 100%;}

#header {background: url(/images/header.png) no-repeat; width: 980px; height: 119px;}

#menu {background: #ff6600; width: 980px; height: 36px; line-height: 36px; min-height: 36px; border-bottom: 5px solid #090909;}
#menu a {font-weight: bold; text-decoration: none; color: #000000; padding: 5px 10px 10px 10px; margin: 0 2px; border-radius: 5px 5px 0 0; box-shadow: black 4px 6px 20px; }
#menu a:hover {background: #090909; color: #ff6600;}
#menu a:active, #menu a.active {background: #090909; color: #c8c5c5;}

#container {width: 980px; min-height: calc(100% - 184px); height: calc(100% - 184px);}

.column-left {width: 190px; background: url(/images/menu-left-bg.png) repeat-x #c8c5c5; min-height: inherit; height: inherit; vertical-align: top;}

.column-right {width: 190px; background: #0376df; min-height: inherit; height: inherit; vertical-align: top;}
.column-right .contact {margin: 5px; padding: 5px; width: 166px; color: #f7e6d4; background-color: #0a12a6; border: 2px solid #0a12a6; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px;}
.column-right .contact .name {font-size: 20px; line-height: 22px; font-weight: bold;}
.column-right .contact .title {font-size: 15px; line-height: 17px; font-weight: bold;}
.column-right .contact .item {font-size: 13px; line-height: 15px;}
				
.column-center {display: inline-block; width: 600px; color: #ffffff; min-height: inherit; height: inherit; background: url(/images/container-center-bg.png) no-repeat; font-size: 120%; vertical-align: top;}
.column-center img {margin: 22px 6px;}
.column-center p, h3 {text-align: justify; margin: 10px;}
.column-center table {color: #ffffff;}

#footer {width: 976px; margin: 0 auto; text-align: center; color: #ff6600; background: #0a12a6; min-height: 20px; border: 2px solid #0a12a6;}
#footer a {color: #ff6600;}