@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	background: url("background.jpg") no-repeat;
	_background: url("bgie6.jpg") no-repeat;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content {
	float: left;
	background: url("square.png") no-repeat;
	_background: url("") no-repeat;
	width: 458px;
	height: 372px;
	margin: 80px 0 0 80px;
	_padding: 10px 10px 10px 20px;
}

#details {
	float: left;
	width: 200px;
	margin: 60px 0px 0 560px;
	_margin: 60px 0px 0 280px;
	color: #f1720b;
	font-size: 16px;
	text-align: right;
}
#content p {
	display: block;
	margin: 20px 10px 20px 20px;
	color: #ffffff;

}
#navigation {
	float: left;
	margin: -40px 0px 0px 20px;
}


div.nav {
	margin: 155px 0 135px 0;
	_margin: 160px 0 147px 0;
}

#left {
	float: left;
	background: url("stock.jpg") no-repeat;
	width: 150px;
	height: 340px;
	margin: 10px 0px 0px 20px;
	_margin: 0;
	padding: 0;
	border: 4px solid black;
}

#right {
	float: left;
}
h1 {
	color: #ed1c24;	
	margin: 20px 20px 0 20px;
	_margin: 5px 20px 0 20px;
	text-align:left;
	font-size: 16px;
	}   
ul {
	color: #ffffff;
	font-size: 14px;
}	
a {
	font-family: "Segoe Script", Cursive, Arial;
	color:#ed1c24;	
	margin: 0px;
	text-align:left;
	font-size: 28px;
	text-decoration: none;
	}   
a:link{
	color: #ed1c24;
}
a:visited {
	color: #ed1c24;
}
a:hover{
	text-decoration: none;
	color:white;
	}

a:active {
	color: #ed1c24;
	}
	
