/* CSS Document */
body{
margin:0 auto;
text-align: center;
padding: 0;
font: 10px Verdana, Arial, Tahoma, Sans-serif;
color:#43495F;
background-color: #FFFFFF;
}

a:visited {color: #464764;text-decoration:none;}
a:link {color:#464764;text-decoration:none;}
a:hover {color: #9EAFC2;text-decoration:underline;}
a:active {color: #464764;text-decoration:underline;}

.wrapper{
width: 700px;
margin: 0 auto;
}

#top{
height:100px;
background-image:url(images/logobg.jpg)

}

h1{
text-align: right;
float:right;
font-size: 9pt;
margin-top: 25px;
margin-right: 30px;
font-weight: normal;
}

html>body h1{
margin-right: 60px;
}

.home_content{
background-image: url(images/homebg.jpg);
background-repeat: no-repeat;
width:700px;
height:250px;
}
html> body .home_content{
margin-top: -10px;
}

.stock_content{
width:700px;
height:470px;
background-image: url(images/stockbg.jpg);
background-repeat: no-repeat;
}
html> body .stock_content{
margin-top: -10px;
}

p{
font-size: 10pt;
margin-top: 10px;
margin-right: 30px;
font-weight: normal;
}

h2{
margin-top: 10px;
font-size: 14pt;
}
h3{
margin-top: 10px;
margin-left: 70px;
font-size: 14pt;
text-align: left;
}

.footer{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	width: 700px;
	height:auto;
	float:right;
	margin: 0 auto;
	text-align: center;
}



.footer ul{
margin: 0px 0 0 100px;
text-decoration: none;
list-style: none; 
}

html>body .footer ul{
margin-left:130px;
}
.footer li{
padding-left:10px;
float: left;
}
#contact {
	position:relative;
float: right;
	top:13px;
	width:245px;
	height:64px;
	z-index:1;
	left: -60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
