body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img {  
	border-style: none;
}
a:link {
	color: #FFA1E1;
	text-decoration: none;
}
a:visited {
	color: #66CCFF;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/* Master Components */
#container {
	background-color: #FFFFFF;
	position:			absolute;
	width:				700px;
	height:				650px;
	left: 				50%;
	top:				15px;
	margin-left: 		-350px;
}
#header {
	position: absolute;
	height: 300px;
	width: 620px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;

}
#navigation {
	background-color: #003366;
	position: absolute;
	height: 20px;
	width: 700px;
	left: 0px;
	top: 160px;
	font-size: 11px;
	padding-top: 2px;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;

}
#navigation a:hover {
	color: #006633;
	text-decoration: underline;
}
#adverts {
	position: absolute;
	height: 240px;
	width: 570px;
	top: 328px;
	left: 50px;
}

#footer {
	position: absolute;
	height: 20px;
	width: 700px;
	left: 0px;
	bottom: 0px;
	padding-top: 5px;
	background-color: #003366;
	color: #FFFFFF;
	background-image: url(../images/base.jpg);
}
#links {
	height: 20px;
	width: 180px;
	top: 80px;
	position: absolute;
	left: 490px;
}
#picture {
	height: 112px;
	width: 74px;
	left: 10px;
	top: 30px;
	position: absolute;
	float: left;
}
#into-txt {
	height: 35px;
	width: 690px;
	bottom: 50px;
	left: 5px;
	z-index: 1;
	position: absolute;
	top: 590px;





}
#base {
	background-color: #CCCCCC;
	position: absolute;
	height: 158px;
	width: 680px;
	left: 10px;
	bottom: 34px;
}

