@import url(nav.css);
@import url(elements1.css);
@import url(elements2.css);

#container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#shoutbar {
    position: absolute;
    width: 85%;
    height: 18px;
    background: #B5DFFF;
    font: 13px verdana;
    color: #034172;
    z-index: 4;
}
#headerimg {
    position: absolute;  
    width: 520px;
    height: 110px;
    background: url(banner2.png) no-repeat top left;
    z-index: 2;
}
#header {
    margin-top: 17px;
    position: absolute;
    width: 100%;
    height: 109px;
    z-index: 1;
}
#login {
    position: absolute;
    margin: 18px 0 0 350px;
    width: 175px;
    height: 110px;
    padding: 5px 5px 5px 0;
    font: 11px verdana;
    color: #034172;
    text-align: right;
    background: transparent;   
    z-index: 4;
}
#login form {
    font: 9px verdana;
}
#topad {
    position: absolute;
    margin: 23px 0 0 535px;
	padding-left: 10px;
    width: 472px;
    height: 99px;
    font: 11px verdana;
    color: #034172;
    background: #fff;
    border-left: 1px dotted #B5DFFF;
    text-align: center;
    z-index: 3;    
}
#navbar {
    position: absolute;
    margin-top: 127px;
    width: 85%;
    padding: 0;
    height: 24px;
    background: #B5DFFF;
    z-index: 4;
    font: 11px verdana, sans-serif
}
#leftcolumn {
    position: absolute;
    left: 3px;
    top: 151px;
    width: 139px;
    padding: 0 5px;
    font: 11px verdana;
    color: #034172;
    border-top: none;
    background: #eff6fb;
    border: 1px solid #B5DFFF;
    border-top: none;
}
.leftchead {
    margin-top: 10px;
}
.leftcbody {
    padding-bottom: 10px;
    border-bottom: 1px dotted #0588EE;
}
.leftcadh {
    margin: 10px 0px;
    text-align: center;
}
.leftcadb {
    padding-bottom: 10px;
    border-bottom: 1px dotted #0588EE;
    text-align: center;
}
.leftcbody2 {
    margin-bottom: 10px;
}
#mainbody {
	position: absolute;
    margin: 155px 0 0 170px;
    width: 468px;
    font: 11px verdana;
    color: #034172;
    background: #fff;
}
html>body #mainbody {
    margin-left: 170px;
}
.bodyad {
    margin: 20px auto 0;
    padding: 5px 0;
    width: 468px;
    font: 11px verdana;
    color: #034172;
    border-bottom:  1px dotted #fff;
    border-top:  1px solid #fff;
    border-right:  1px dotted #fff;
    border-left:  1px dotted #fff;
    text-align: center;    
}
#rightcolumn {
    position: absolute;
    top: 151px;
    left: 662px;
    padding: 0 5px; 
    width: 200px;
    height: 505px;
    font: 11px verdana;
    color: #034172;
    border-top: none;
	text-align: right;
}
.rightchead {
    margin-top: 10px;
    width: 200px;
    height: 34px;    
}
.rightcbody {
    width: 200px;
}
.rightcfoot {
    margin-bottom: 10px;
    width: 200px;
    height: 18px;
}
.rightcfoot2 {
    width: 200px;
    height: 18px;	
}
#skyscraper {
	position: absolute;
	top: 155px;
	left: 879px;	
}
#credits {
    margin-top: 5px;
    width: 100%;
    height: 25px;
    font: 9px verdana;
    color: #034172;
    text-align: center;
}