﻿body
{
    background-color: #D1D1D1;
    font-family: Verdana;
    margin: 0;
    padding: 0;
   
    
}

div, span, applet, object, iframe, 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, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    padding: 0px;
    margin: 0px;
    border: 0px none #000000;
}

hr.cleaner
{
    clear: both;
    
}

#main
{
    width: 995px;
    
    
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    
}

#mainContent
{
	width: 995px;
	float: left;
	background-color: White;
    background: url( '../Images/background.jpg' );
    background-repeat: no-repeat;
}

#topLine
{
    font-size: 9px;
    width: 855px;
    margin-left: 70px;
    margin-right: 70px;
    height: 48px;
    padding-top: 20px;
}

#menuLine
{
    background: url( '../Images/menu_background.png' );
    background-repeat: repeat-x;
    width: 853px;
    margin-left: 70px;
    margin-right: 70px;
    border: solid 1px #C4C6C4;
    height: 28px;
    font-size: 12px;
}

.menuItem
{
    padding: 8px 35px 0px 35px;
    float: left;
}

.menuItem a
{
    text-decoration: none;
    color: Black;
}

.menuItem a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.menuImg
{
    padding-top: 3px;
    float: left;
}

#bottomLine
{
    margin-top: 50px;
    background-color: Green;
    background: url( '../Images/menudnbg.png' );
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 853px;
    margin-left: 70px;
    margin-right: 70px;
    border: solid 1px #C4C6C4;
    height: 40px;
    font-size: 12px;
    float: left;
   
}

.bottomItem
{
    padding: 13px 15px 0px 15px;
    float: left;
}

.bottomItem a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

.bottomItem a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.bottomImg
{
    padding-top: 3px;
    float: left;
}

.bottomCopyright
{
    padding-top: 13px;
    padding-right: 10px;
    float: right;
    font-size: 9px;
}

.leftMenuItem
{
    padding-left: 15px;
    text-decoration: underline;
    font-size: 12px;
    color: Black;
    font-weight: bold;
}

.leftMenuItem2
{
    text-decoration: none;
    font-size: 11px;
    color: Black;
    font-weight: bold;
    width: 170px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.leftMenuItem3
{
    text-decoration: none;
    font-size: 11px;
    color: Black;
    float: left;
}

.leftMenuText
{
    font-size: 12px;
    width: 90%;
}

#wallLine
{
    margin-top: 3px;
    width: 855px;
    margin-left: 70px;
    margin-right: 70px;
    height: 270px;
}

#wallLine .left
{
    width: 577px;
    float: left;
    padding-right: 1px;
}

#wallLine .righ
{
    width: 274px;
    float: left;
}

#content
{
    margin-top: 15px;
    width: 872px;
    margin-left: 53px;
    margin-right: 70px;
    margin-bottom: 20px;
    min-height: 300px;
    height: auto;
    float: left;
}

#content .menuColumn
{
    background: url( '../Images/background_spec.jpg' );
    background-repeat: no-repeat;
    width: 309px;
    padding-left: 40px;
    padding-top: 10px;
    float: left;
    height: auto;
}

#content .contentColumn
{
    width: 523px;
    float: left;
    font-size: 12px;
    height: auto;
}

.menuColumnTitle
{
    color: #FF4E00;
    font-size: x-large;
    font-family: 'Myriad Pro' ,sans-serif;
}

.cvPlace
{
    font-size: 10px;
}

.cvPlace .title
{
    font-size: 12px;
    font-weight: bold;
    
}
.cvPlace .item
{
    background-color: #e7e6e6;
    border: solid 1px #a0a0a0;
    padding: 10px;
    margin-bottom: 15px;
    
}

