html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}

:focus {
    outline:0;
}

body {
    line-height:1;
    background:url('bg.gif');
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

caption, th, td {
    text-align:left;
    font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}

blockquote, q {
    quotes:"" "";
}

textarea {
    overflow:auto;
}

a {
    color:#f00;
    text-decoration:none;
}

a:hover {
    color:#BB1E12;
    text-decoration:none;
}

#envelope {
    text-align:center;
}

#content {
    width:1052px;
    margin:0 auto;
    background:url('bg_page.gif') no-repeat 196px 249px;
    text-align:left;
}

#header {
    height:276px;
    background:url('top.jpg') no-repeat 131px 0px;
}

#logo {
    display:block;
    float:left;
    width:460px;
    height:60px;
    margin:150px 0 0 130px;
    background:url('logo.gif') no-repeat top center;
}

#header h1 {
    float:left;
    color:#fff;
    margin:20px 0 0 220px;
    font-size:17px;
    font-family:trebuchet MS, arial, 'lucida console', sans-serif;
}

#page {
    border-top:2px solid #000;
    margin-left:209px;
    width:510px;
    background:#ccc;
}

#page_content {
    padding:20px;
    text-align:justify;
    font-size:12px;
    line-height:18px;
    font-family:arial, 'lucida console', sans-serif;
}

#page_content ol {
    margin-left:20px;
}

#page_content input {
    width:220px;
}

#page_content textarea {
    width:220px;
    height:200px;
}

#page_content table {
    width:470px;
}

#page_content td {
    width:50%;
}

#menu {
    float:right;
    width:320px;
    height:337px;
}

#menu a {
    font-weight:bold;
    display:block;
    width:120px;
    height:36px;
    padding-top:8px;
    text-align:center;
    position:absolute;
    font-family:trebuchet MS, arial, 'lucida console', sans-serif;
}


#menu a.button {
    color:#000;
}

#menu a.lang {
    top:615px;
    color:#74c43e;
}

#menu a:hover {
    color:#fff;
}
.msg, .err {
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
}

.msg {
    color:#74C43E;
}

.err {
    color:#f00;
}

.clearer {
    clear:both;
}

#portfolio img {
border:1px solid #999;
padding:1px;
cursor:pointer;
}