body {
	background-color: #EBEBEB;
	background-image: url(images/bg4.gif);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #1F2584;
}
#addressDetails {
	position: absolute;
	height: 190px;
	width: 750px;
	text-align: right;
	top: 10px;
}

#container {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	width: 760px;
	height: 700px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	position: absolute;
}
#logo {
	position: absolute;
	height: 101px;
	width: 241px;
	left: 0px;
	top: 0px;
}



/*navigation*/
#nav {
	position:absolute;
	width: 204px;
	top: 280px;
	left: 5px;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
	height:28px;
}
#nav li {
    float: bottom;
}
#nav li a {
    width: 190px;
    display: block;
    color: #1F2584;
    text-decoration: none;
    border-bottom: thin dotted #989FCA; 
    padding: 7px;
    font:bold 11px Tahoma, arial, sans-serif;
    text-align:left;
	margin-right:1px;
}
#nav li a:hover {
    color: #5D82B2;
    background-color: #DAE9FF;
	display: block;
	position:relative;
	left:0px;
}
#header {
	background-image: url(images/header.gif);
	position: absolute;
	height: 203px;
	width: 760px;
}

#details {
	position: absolute;
	z-index: 10;
	width: 197px;
	left: 10px;
	top: 465px;
	height: 150px;
	line-height: 15px;
}
#pageContent {
	position: absolute;
	top: 203px;
	width: 551px;
	left: 209px;
	background-image: url(images/bg3.gif);
	height: 571px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#topFlash{
	border-bottom: thin dotted #989FCA;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 15;
	height: 248px;
	width: 551px;

}
#welcome {
	position: absolute;
	z-index: 20;
	top: 260px;
	left: 10px;
	width: 541px;
	background-image: url(images/welcome.gif);
	height: 25px;
}
#homeText {
	position: absolute;
	width: 541px;
	top: 300px;
	left: 10px;
	height: 200px;
}

h1 {
	font-size: 100%;
	font-weight: bold;
}
a:link {
	color:#456295;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#456295;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#456295;
	text-decoration:underline;
	font-weight:bold;
}
#pageTitle {
	position: absolute;
	z-index: 20;
	top: 40px;
	left: 10px;
	width: 541px;
	background-image: url(images/title.gif);
	height: 25px;
}#stock {
	line-height: 18px;
	position: absolute;
	top: 75px;
	left: 10px;
	width: 535px;
}
#pointer {
	position: absolute;
	top: 197px;
	left: 305px;
}
