/* CSS Document */

body{margin:0px;background-color:#eec691;background-image:url(img/bg.jpg);background-repeat:repeat-x;font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;font-size:12px;line-height:1.8;color:#661f19;}
td{text-align:left;line-height:1.2;}
a{color:#661f19;}
h1{font-size:13px;font-weight:bold;margin:0px 0px 14px 0px;}
.blue{background:#456286;color:#ffffff;}
.red{background:#bb4f32;color:#ffffff;}

#all{width:950px;height:650px;background:url(img/bg_content.jpg);}
#all_long{width:950px;min-height:650px;background:url(img/bg_content_long.jpg);}

#top{width:950px;height:100px;text-align:left;}
#menu{float:right;padding-top:75px;padding-right:120px;}

#content{width:830px;}
#column_left{float:left;width:290px;padding-top:150px;text-align:center;}
#column_right{float:right;width:470px;padding-right:62px;padding-top:50px;text-align:justify;}
#menu_about{text-align:left;padding-left:30px;height:119px;}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 470px;
height: 420px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:15px;
font-size: 12px; font-family: "Trebuchet MS", trebuchet, sans-serif; text-align:left; 
line-height:1.8;
color:#661f19;
text-align:justify;
}