/*
// 2008-12-31
// Copyright (c) The Names | http://www.thenames.ru/
// Author - Stepan Galkin
*/

* { margin: 0; padding: 0; font-size: 100.01%; }
html { height: 100%; }
body { font: 8pt/1.5 Arial, sans-serif; background: #ffffff; color: #333333; height: 100%; }
table { border-collapse: collapse; }
table th, table td { vertical-align: top; }
a { color: #e10015; }
a:hover { color: #333333; }
img { border: none; }
ul { list-style-type: none; }

#layout_wrapper { position: absolute; width: 100%; height: 100%; min-width: 800px; min-height: 500px; }
#layout { position: relative; width: 700px; height: 100%; margin: 0 auto; }

#head { position: absolute; color: #999999; top: 30px; left: 30px; width: 100%; }
#head p.left { float: left; }
#head p.right { float: right; padding-right: 30px; }
#logo, #slogans { position: absolute; width: 100%; top: 34%; margin: 0 auto; }
#slogans { height: 36px; overflow: hidden; margin-top: 100px; }
#slogans li { height: 36px; text-align: center; }

#footer { position: absolute; left: 30px; bottom: 0; height: 80px; padding-left: 95px; }
#footer img { position: absolute; left: 0; }
#footer p { margin-top: -0.3em; }

span.sbrace {margin-right: 0.3em}
span.hbrace {margin-left: -0.3em}
