/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	background-color: #FFFFFF;
	background-image:  url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:1000px;
}
a:link, a:visited, a:active {
	color:#666666;
} 

a:hover {
	color:#999999;
	text-decoration:none;
} 
p {
	margin:0px 0px 12px 0px;
}
#container {
	position:relative;
	width: 750px;
	margin: 0px auto;
	background-color:#FFFFFF;
}
#logo {
	padding: 45px 161px 20px 161px;
}
#container2 {
	width:589px;
	background-color:#FFFFFF;
}
#menu {
	width:123px;
	float:left;
	font-size:13px;
}
#menu p {
	text-align:right;
	margin:-4px 0px -4px 0px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color:#999999;
	text-decoration:none;
} 

#menu a:hover {
	color:#666666;
	text-decoration:underline;
} 

hr {
	/*margin:0px;*/
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:0;
}

#content {
	width:428px;
	float:right;
	z-index:5;
}
#mouse {
	position:absolute;
	left:393px;
	top:322px;
	z-index:4;
}
.container3 {
	clear:both;
}
.description {
	float:right;
	width:208px;
}
.description a:link, .description a:visited, .description a:active {
	color:#999999;
	font-weight:bold;
} 
.description a:hover {
	color:#666666;
	text-decoration:none;

}
.description p {
	margin:0px 0px 8px 0px;
}
.clearer {
	clear:both;
}

.thumb {
	float:left;
}