/* CSS Document */

body
{
	margin:0px;
	background-color:#9ec966;
	/*background-image:url(../images/bg.gif);*/
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3{
	font-size:16px;
	color:#9ec966;
	line-height:12px;
}
h4{
	font-size:14px;
	color:#333333;
	line-height:18px;
}

p
{
	color:#333333;
}
a:link{color:#006aa8; text-decoration:none;}
a:visited{color:#006aa8; text-decoration:none;}
a:hover{color:#004066; text-decoration:none;}
a:active{color:#004066; text-decoration:none;}

#footer{
	font-size:11px;
	line-height:15px;
}
#footer a:link{color:#333333; text-decoration:none;}
#footer a:visited{color:#333333; text-decoration:none;}
#footer a:hover{color:#006aa8; text-decoration:none;}
#footer a:active{color:#333333; text-decoration:none;}

.friendForm{
	width:120px;
}
#container
{
	margin: 0px auto;
	width:940px;
}
#bottom
{
	width:878px;
	/*height:100%;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color:#FFFFFF;
}