/* Layout Stylesheet */ 

html,body{
 margin: 0;
 padding: 0;
 background: #e0e1e2
 }
div#container{
 position: relative;
 top: 10px;
 width: 959px;
 margin: auto;
 background: #ffffff;
 background-image: url(/_common/images/container-bg.gif); background-repeat: repeat-y;
 }
div#container-bg{
 float:left;
 top: 0;
 width: 959px;
 margin: 0;
 background-image: url(/_common/images/curves.gif); background-repeat: no-repeat;
 left:0
 }

div#header{
 position: relative;
 top: 0;
 width: 959px;
 margin: 0;
 }

div#container-bg-top{
 position: relative;
 top: 0;
 width: 959px;
 height: 2px;
 margin: 0;
 background-image: url(/_common/images/container-bg-top.gif); background-repeat: no-repeat;
 left:0
 }

div#container-bg-bot{
 position: relative;
 top: 0;
 width: 959px;
 height: 2px;
 margin: 0;
 background-image: url(/_common/images/container-bg-bot.gif); background-repeat: no-repeat;
 left:0
 }

div#menusub{
 position: relative;
 top: 0;
 margin: 0;
 padding: 0;
 width: 299px;
 height: 37px;
 vertical-align:middle;
 background-image: url(/_common/images/menusub-bg.gif); background-repeat: no-repeat; background-position: top;
 }

div#search{
 position: relative;
 top: 0;
 margin: 0;
 width:84%;
 height: 40px;
 background-image: url(/_common/images/search-bg-left.gif); background-repeat: no-repeat;
 }

div#searchint{
 float:right;
 top: 0;
 margin-left: 12px;
 height: 40px;
 background-image: url(/_common/images/search-bg-right.gif); background-repeat: no-repeat; background-position: right; 
 }
 
div#shareprice{
 width: 215px;
 margin-top: 15px;
 }

div#wrapper{float:right;width:100%;margin-left:-402px}
div#content{border:0;padding:20px}

div#lh-col-head{float:left;width:660px;padding:0;margin:0;left:0}
div#rh-col-head{float:left;width:299px;padding:0;margin:0;left:0}

div#lh-col{float:left;width:596px;padding:16px 0 0 64px; margin:0;left:0}
div#rh-col{float:left;width:217px;padding:16px 0 0 16px;margin:0;left:0}


div#footer{
 top: 0;
 clear:both;
 position: relative;
 width: 830px;
 padding: 0;
 margin: 0 64px;
 }

div#clearbg{clear:both}

@media print {
.udm { display:none; }
}