html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: tahoma;
	font-size: 14px;
	color: #4c4c4c;
        background: url(layout/bck.jpg);
        background-repeat: repeat-x;
        background-color: #cccccc; margin: 0 auto;
        line-height: 20px;
        margin: 0;
	padding: 0;
}


h1{
    display: inline;
    font-size: 18px;
    color: #d70000;
}

#header
{
  width: 921px;
  height: 145px;
  background: url(layout/header.jpg);
  background-repeat: no-repeat;
}

#main
{
    background-color: #f9f9f9;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    min-height: 400px;
    width: 919px;
}
#main_text
{
    width: 890px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

#main_text img
{
    padding: 5px;
}

#logo
{
    position: absolute;
    top: 5px;
}
#main_bottom
{
    width: 979px;
    height: 15px;
    background: url(layout/main_bottom.png);
    background-repeat: no-repeat;
}
#menu
{
   position: absolute;
   top: 110px;
   left: 30px;
   font-size: 14px;
}

table, td
{
	border-collapse: collapse;
	border: 0px;
        font-size: 14px;
}

#wrapper
{
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: 0 auto;
	width: 921px;
	
	height: 100%;
	
}

#footer
{

    width: 920px;
    height: 22px;
    background: url(layout/footer.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

#footer_text
{
    width: 900px;
    padding-left: 20px;
    text-align:center;
}

#menu a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
}

#menu a:link
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

#menu a:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

img
{
    border: 0px;

}
