/* Styles for home page only */

body{
	margin: 0;
	padding: 0;
    color: #999999;
	background: #efefef url(../../graphics/background.gif) repeat-y center;
	font: 11px/14px Verdana, "Trebuchet MS", sans-serif;
}
#container{
	width: 574px;
	margin: auto;
	padding-top: 160px;
}
#image-area{
	width: 258px;
	height: 258px;
	float: left;
	background: url(../../graphics/home-page_box.gif) no-repeat;
	padding-top: 8px;
	text-align: center;
}
#text-area{
	width: 286px;
	float: left;
	margin: 0px 0px 0px 26px;
	
}
#enter{
	background: url(../../graphics/home-page_parralines.gif) no-repeat right center;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 4px;
	text-align: right;
}
p{
	margin-left: 4px;
}
.logo{
	margin-bottom: 16px;
}
a {
	color: #999999;
	text-decoration: none;	
}

#enter a:link{
	color: #999999;
	text-decoration: none;
}

#enter a:visited{
	color: #999999;
	text-decoration: none;
}

#enter a:active{
	color: #008080;
	text-decoration: none;
}
#enter a:hover{
	color: #008080;
	text-decoration: none;
	
}