/* *** SodiumHalogen.com *** */

/* ----------main elements-------------- */
* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

ul {
	line-height: 22px;
}

body {
	background: #380C01 url(images/bgPage.jpg) repeat-x center 0px;
	font: 12px/14px Helvetica, arial, sans-serif;
	color: #443f32;
}

a {
	color: #7A2A1F;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

a:visited a:active {
	color: #7A2A1F;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	background: #C9B791;
	color: #7A2A1F;
}

img {
	border: 0px;
	background: none;
}








/* ---------- typography -------------- */
p {
	margin: 0 0 14px 0;
	text-align: justify;
	}
	
	p strong {
		text-transform: uppercase;
		font-weight: normal;
		}
	
p.brackets {
	margin: 0 50px 14px;
	}




/* ----------container to center the layout-------------- */
#container {
	width: 980px;
	height: 928px;
	background: url(_images/bg_temp.jpg) no-repeat center top;
	margin: 0 auto;
	}

#inside {
	padding: 0;
	}

#wrapper {
	margin: 0;
	padding: 296px 262px 0;
	width: 425px;
	height: 239px;
	}

/* ----------------- clear the floats--------------------- */
.clearFloat {
	clear: both;
	height: 1px;
	overflow: hidden;
	}




/* ----------------- Footer --------------------- */
#footer {
	clear: both;
	text-align: center;
	background: #333;
	}


	#link_l {
		width: 430px;
		height: 390px;
		float: left;
		margin-left: 20px;
		text-indent: -9999em;
		}
		
		#link_l:hover {
			background: url(../_images/hover_l.png) left 150px no-repeat;
			}
		
	#link_r {
		width: 510px;
		height: 390px;
		float: left;
		text-indent: -9999em;
		}
		
		#link_r:hover {
			background: url(../_images/hover_r.png) left 150px no-repeat;
			}
		
		