@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
a:link {
	font-weight: bold;
	color: #14AFCB;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #14AFCB;
	text-decoration: none;
}
a:active{
	font-weight: bold;
	color: #14AFCB;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 650px;
	position: relative;
}
#top {
	position: absolute;
	height: 175px;
	width: 650px;
	left: 0px;
	top: 0px;
}
#side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 465px;
	width: 176px;
	left: 0px;
	top: 175px;
}
#side #text1 {
	position: absolute;
	width: 130px;
	left: 30px;
	top: 45px;
}
#side #text2 {
	position: absolute;
	width: 130px;
	left: 30px;
	top: 215px;
}
#side #text3 {
	position: absolute;
	width: 135px;
	left: 25px;
	top: 321px;
	font-weight: bold;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	width: 470px;
	left: 180px;
	top: 175px;
}
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #14AFCB;
}
#bottomlinks_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #14AFCB;
	position: absolute;
	height: 20px;
	width: 400px;
	left: 249px;
	top: 596px;
	text-align: right;
}
#bottomlinks_stock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #14AFCB;
	position: absolute;
	height: 20px;
	width: 400px;
	left: 245px;
	top: 833px;
	text-align: right;
}
