/* CSS File for .com */
/* Draft 0.1 :: 26 November 2005 */

/*	1. 	Zero Out Browser Defaults */				
/* Derived from Tantek ‚elik's undohtml.css */
/* http:/tantek.com/ */ 
/* Thanks pinch.nu/ */

:link,:visited 
{	text-decoration: none;
	}

ul,ol 
{	list-style: none;
	}
	
h1,h2,h3,h4,h5,h6 
{	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form
{ 	margin: 0; 
	padding: 0;
	}
	
img
{	padding: 0;
	border: 0;}
	
em,cite,strong
{	font-style: normal;
	font-weight: bold;
	}	
	
	
/* 2. Layout */

body {
	font-family:Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height:1.2em;
	background:#fff;
	text-align:center;
}

#boundary {
	vertical-align:top;
	width:900px;
	background: url(../images/bowl-straight-bkg.jpg);
}

#header { 
height:220px;
margin:0;
padding: 30px 0 20px 0;
background: url(../images/bowl-header-bkg.jpg) no-repeat;
}

#headerleft {
	float:left;
	text-align:left;
	width: 164px;
	margin:0 6px 0 15px;
	line-height:1em;
}

#headercenter {
float: left;
margin:0 12px 0 12px;
width: 480px;
padding:200px 10px 0 10px;
text-align:left;
}

#headerright {float:left;	
width: 164px;
margin-left:0;
}

#content {
float: left;
margin:0 12px 0 12px;
width: 480px;
padding:0 10px 0 0;
text-align:left;
}

#sidebarleft {
float:left;
text-align:left;
width: 150px;
margin:0 24px 0 24px;
line-height:1em;
}
.p {font-size:0.8em;}

#sidebar-right {
float:left;	
width: 117px;
margin-left:715px;
}

#footer { 
clear: both;
height:112px;
background: url(../images/bowl-footer-bkg.jpg) no-repeat;
}

/* 3. Globals */

h1 
{	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #300;
	}

h2 
{	font-size: 1.5em;
	line-height:1.6em;
	font-style: normal;
	font-weight: bold;
	color: #06c;
	}


h3
{	font-size: 1em;
	line-height:1.2em;
	font-style: normal;
	font-weight: bold;
	}

h4,h5,h6 
{	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	}

a{
	padding:6px 12px 6px 12px;
}

a:link, a:visited { color: #06c; }

a:hover { color: #147;
background: #ccc; }

a:active { color: #000; }

em
{ 
	font-style: italic;
	font-weight: normal;
	 }	

strong
{ 	font-style: normal;
	font-weight: bold;
	}	

	#sidebartext {font-size:0.7em;
	font-weight:normal;
		margin-top:0;}

#navbar {
		list-style-type:none;
		padding:0;
		font-size: 1.25em;
		font-weight:bold;
		line-height:2.2em;
	}

#navbar li {
	width:150px;
	border-bottom: 1px solid #ccc;
	}

	table {}
	td {
	margin:0;
	padding:0;
	text-align: center;
	}


/* 4. Content */
#sidebartext {font-size:0.7em;
	margin-top:0;}

#caption {
font-size: .8em;
}

#mousetype { font-size: 0.7em;
padding-top:30px;
color: #333;
}

.navbar {
	padding-left:3px;
	font-size: 1.1em;
	font-weight:bold;
	line-height:2em;
}

#actionalert {
width: 480px;
font: Arial, sans-serif; 1.6em bold;
color: #fff;
text-align:center;
line-height:1.5em;
padding:6px 0 6px 0;
background-color: #f00;
}



