@CHARSET "UTF-8";

*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial;
    font-size: 16px;
}

body{
    background: url("images/body_back.png") top left repeat-x #e4f3fa;
}


#wrapper{
    width: 790px;
    background: url("images/wrapper_main.png") top left repeat-y;
    margin: auto;
}

#topNav{
    width: 790px;
    margin: auto;
    height: 30px;
	text-align: right;
}

hr.contentTrimmer{
    border: 0;
    background: #ff710d;
    margin: 20px 0; 
}

#footWrapper{
    background: url("images/wrapper_bottom.png") top left no-repeat;
    width: 790px;
    height: 20px;
    margin: auto;
}

#content{
    padding-top: 50px;
    width: 715px;
    margin: auto;
    height: 460px;;
}

#content div{
}

#content iframe{
}
