/* CSS Document */
/*----------global settings----------*/

body,div,br,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	border-collapse:separate;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*----------layout----------*/

body {
      background-color:#747679;
      margin:0 auto;
	  width: 100%;
	  }	  
		     
#container {
            background-repeat:no-repeat;
	        background-color:#afafaf;
	        width: 100%;
	        height: 679px;
	        margin:0 auto;
			margin-top:25px;
	        }
	  	  
#header {background-image:url(photoshop files/bowlermobile.gif);
        width: 100%;
	    height: 120px;
	    margin: 0 auto;
	    }
		
#header h1 {font-size:2.3em; padding-left:8px; font-weight:bold}
#header h2 {color:#fff; font-size: 1.6em; padding-left:10px; margin-top:5px;}
#header h3 {color:#3399FF; font-size: 1.2em; padding-left:10px; margin-top:8px;}
	  
/*----------navigation----------*/

#navbar  {
		  width: 100%;
		  height:22px; 
		  margin:0 auto;
		  }
		  
			
#navbar ul li {
               display:inline;		   
			   }
			
#navbar ul li a {
				 padding:0px 35px 0px 20px;
				 font-family:verdana, Helvetica, sans-serif;
			     font-weight:bold;
			     font-size:0.4em;
			     color:#fff;
			     text-decoration:none;
                }
				
#navbar ul li a:hover {
					   color:#dfdcdc;
					   }
					   
/*----------content----------*/

#text   {
		 background-color:#ccc;
		 width:787px;
		 height:300px;
		 border-bottom: #999999 solid 10px;
		 }
#text img {visibility:hidden;}
		 
#text ul {background-color:#ccc;
		  margin:0px;
		  }
		  
#text li   {position:relative;
           width:45%;
		   padding: 18px 13px 5px 20px;
		   font-family:Arial, Helvetica, sans-serif;
		   }
		   
#news img {visibility:hidden;}
		   
#text h1     {font-size:20px; color:#da8012	; font-weight:bold; margin-bottom:10px;}   
#text li p   { font-size:11px; font-weight:800; line-height:14px;}
#text li img {position:absolute; height: 301px; width: 390px; left: 0px; top: 0px;}
#text h2     { font-size:14px; color:#fff; font-weight:bold; padding-bottom:10px;}
#text h4     {font-size: 15px; color:#0099FF; font-weight:bold;}
		 
.box1 h2, .box2 h2, .box3 h2 {color:#FF0000; font-weight:bold; font-size:1.5em}

.box1   {
         
         margin-left:6px;}
		  
.box2   {
         
         margin-left:6px;
		 }
		 
.box3   {
         
         margin-left:6px;
		 }
		  
.box1, .box2, .box3   {align:right;
		               background-color:#afafaf;
		               width:30%;
		               height:310px;
		               margin-top:10px;
					   margin-bottom:10px;
		               }
		  
.box1 ul, .box2 ul, .box3 ul {
                              padding-left:30px;
			                  padding-top:40px;
			                  list-style:none;
			                  }
			 
.box1 ul li a, .box2 ul li a, .box3 ul li a {
			                                 font-family: Arial, Helvetica, sans-serif;
			                                 font-weight:900;
			                                 font-size:1.4em;
			                                 padding-bottom:3px;
			                                 padding-left:19px;
			                                 padding-top:2px;
			                                 text-decoration:none;
			                                 color:#000;
			                                 }
		
			 
.box1 ul li a:hover, .box2 ul li a:hover, .box3 ul li a:hover  {
					                                            text-decoration:underline;
					                                            }
		  
