/* Layout Stylesheet */ 

body {
 margin:20px;
 color: #333333;
 text-align:center;
 padding:10;
 overflow: hidden;
 }

#outer {
 text-align:left;
 border:0px solid #CCCCCC;
 width:780px;
 margin:auto;
 }

#hdr {
 height:95px;
 background:#FFFFFF;
 color: #FFFFFF;
 }
 
#bar {
 height:25px;
 background: #cccccc url(images/title1.gif) repeat-x;
 color: #333333;
 border:solid #CCCCCC;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background: #cccccc url(images/grey_gradient.jpg) repeat-x;
 color: #333333;
 width:780px;
 padding: 0; 
 z-index: 10; 
 overflow:hidden;
 }

#box {
 position:relative;
 margin:150px;
 height:50px;
 text-align:center;
 vertical-align: middle;
 font-size: 16px;
 font-family: swiss,verdana,arial;
 color:black;
 }
