/* Global reset */
/* Originally found in the Starkers naked WordPress theme: http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/ */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
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, f, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/********************************************************************/

body{
background: white url(body-bg.png) repeat-x 0 155px;
font-family: Helvetica, "MS Sans Serif", Arial, Verdana, sans-serif;
font-size: 62.5%;
}

#wrapper{
width: 760px;
background: white;
margin: 0 auto 15px auto;
}

	#header{
	height: 110px;
	padding: 45px 0 0 12px;
	background: white;
	}
	
		#header a{
		text-decoration: none;
		}

		#header #dropie6{
		float: left;
		background: url(headertext.png) no-repeat;
		height: 100%;
		width: 537px;
		}

		#header #bringdownie6{
		float: right;
		background: url(bd.png) no-repeat;
		height: 120px;
		width: 117px;
		margin-bottom: -30px;
		}
		
	#menu-bar{
	height: 40px;
	background: #b23600;
	font-size: 1.4em;
	}
	
		#menu-bar ul{
		margin: 0;
		}
		
		#menu-bar li{
		display: inline;
		line-height: 40px;
		margin-left: 40px; 
		font-size: 1.0em;
		}	
		
		#menu-bar a{
		color: white;
		text-decoration: none;
		display: inline-block;
		height: 40px;
		}
		
		#menu-bar a:hover {
		color: black;
		}			
		
	#content-wrapper{	
	padding: 20px 5px 5px 5px;
	}

		#browser-box{
		height: 124px;
		padding: 1px 0 1px 0;
		margin: 20px auto 20px auto;
		}

		#browser-box li{
		float: left;
		width: 100px;
		height: 120px;
		margin-left: 15px;
		padding: 1px 10px 1px 10px;
		background: url(background_browser.gif);
		}

		#browser-box a{
		display: block;
		width: 100px;
		height: 20px;
		line-height: 20px;
		padding: 100px 0 1px 0;
		text-align: center;
		color: #666;
		text-decoration: none;
		}	

			#download-firefox{
			background: url(browser_firefox.gif) no-repeat;
			}	

			#download-safari{
			background: url(browser_safari.gif) no-repeat;
			}	

			#download-opera{
			background: url(browser_opera.gif) no-repeat;
			}	

			#download-chrome{
			background: url(browser_chrome.gif) no-repeat;
			}	

			#download-ie{
			background: url(browser_ie.gif) no-repeat;
			}	


	
	#footer{
	padding: 5px;
	font-size: 1.1em;
	border-top: 1px solid #efefef;
	}
						
h2{
font-size: 3.0em;
margin-bottom: 20px;
}

h3{
font-size: 2.0em;
margin-bottom: 10px;
}

.intro{
font-weight: normal;
}

p{
font-size: 1.3em;
line-height: 150%;
margin-bottom: 10px;
}

a{
color: #b23600;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

a:visited{
color: #666666;
}
