/*----- 

this file contains styles 
that are used throughout 
the site

-----*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:  url(http://www.blizzard-media.com/images/backgrounds/body.gif) #fff repeat-x top left;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

#top {
	color: #fff;
	margin: 0 auto;
	padding: 0 9px;
	text-align: center;
	width: 748px;
}


#wrapper {
	margin: 0 auto;
	padding: 0 9px;
	text-align: center;
	width: 748px;
}

/*---------------

HEADERS

---------------*/

h1, h2, h3, h4 {
	font-family: "trebuchet MS", verdana, sans-serif;
}

/*--headers in div#top--*/ 

#top h1 {
	background:  url(http://www.blizzard-media.com/images/backgrounds/h1.gif) #fff no-repeat top left;
	float: left;
	height: 110px;
	text-indent: -6000px;
	width: 500px;
}

#content {
	width: 748px;
}

/*--footer --*/

p#footer {
	width: 748px;
}

/*---------------

TEXT TREATMENTS 
& POSTIONING

---------------*/

#search_controls {
	height: 34px;
	float: right;
}

/*--footer --*/

p#footer {
	border-top: 1px solid #0A1E60;
	color: #666;
	float: left;
	font-size: .7em;
	padding: 4px 0 10px 0;
	position: relative;
	text-align: center;
}

img {
  border-style:none;
}

hr {
    color: #ffa616;
    width: 95%;
    text-align:center;
    height: 1px;
}

#content p {
	padding: 0 10px 20px 10px;
}

div.hrule {
	border-top: 1px solid #7D87A8;
	float: left;
	height: 0;
	margin: 0 0 14px 0;
	position: relative;
	left: 8px;
	width: 151px;
}

div.hrule hr {
	display: none;
}


br.cleardiv { /*used to clear floated elements*/ 
	clear: both;
	height: 0;
	overflow: hidden;
}
