#home
{
	clear:				both;
	
	width:				auto;
	width:				100%;
	background-color:	rgb(255,221,51);
	
	background-image:	url(/images/bg_home.gif);
	background-position:	271px 0px;
	background-repeat:		no-repeat;
}

/*	Home page announcement box	*/
#announcement
{
	position:			absolute;
	top:				130px;
	left:				50px;
	z-index:			99;
	background-color:	rgb(68,102,170);
	padding:			0px 15px 10px;
	border:				7px solid rgb(68,102,170);
	width:				206px;
	
	background-image:	url( /images/bg_announcement.gif );
	background-position:	bottom right;
	background-repeat:		no-repeat;
	text-align:			center;
	line-height:		1.6em;
	font-family:		verdana,sans serif;
	font-size:			0.70em;
	color:				white;
}

#announcement h1
{
	margin:				0px;
	line-height:		1.5em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold!important;
	font-size:			1.5em;
	color:				white;
}

#announcement a
{
	text-decoration:	none;
	color:				rgb(255,221,51);
}

#announcement h1 a
{
	color:				white;
}

#announcement h6
{
	display:			block;
	margin:				20px 0px 0px;
	line-height:		1.2em;
	text-align:			center;
	font-family:		verdana,sans serif;
	font-weight:		normal;
	font-size:			1.0em;
}


#footer
{
	width:				auto;
	height:				70px;
	margin:				0px;
	border-top:			1px solid white;
	background-color:	rgb(0,34,85);
}

img#intro
{
	position:			absolute;
	top:				113px;
	left:				283px;
	z-index:			50;
}

#news
{
	position:			absolute;
	top:				220px;
	left:				324px;
	z-index:			85;

	width:				300px;

	line-height:		14px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
}

a.newslink
{
	display:			block;

	font-weight:		normal;
	color:				rgb(0,34,85);
}

a.newslink:hover
{
	color:				rgb(68,102,170);
}

#r
{
	position:			absolute;
	top:				249px;
	left:				645px;
	z-index:			85;
}

img.r1
{
	margin-bottom:		37px;
}

img.r
{
	margin-bottom:		14px;
}

img.l
{
	margin-top:			20px;
}

#copy
{
	position:			absolute;
	top:				569px;
	left:				324px;
	
	line-height:		14px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				rgb(170,136,34);
}

a.copylink
{
	font-weight:		bold;
	text-decoration:	none;
	color:				rgb(170,136,34);
}

a.copylink:hover
{
	color:				rgb(68,102,170);
}

