/* General */
body {
	margin:0;
	padding:0;
	font:100% arial, sans-serif;
	font-size:.7em;
	color:black;
} 
img {
	border:none;
}

a:link, a:visited {
	color:#172f7c;
	text-decoration:underline;
}

a:hover, a:active {
	color:#172f7c;
	text-decoration:none;
}
p{
	margin:1em 0;
}

h1{
	margin:1em 0;
	color:#009900;
	}
	
#wrapper{
	width:592px;
	height:508px;
	float:left;
	padding:20px 20px 0 20px;
}
#content{
	width:590px;
	height:350px;
	border:1px solid #999;
	float:left;
	padding:0;
	margin:0 0 0;
}
#bottom{
	width:588px;
	height:110px;
	margin:0;
	float:left;
}
#bottom p{
	color:#999;
	text-align:right;
	margin:5px 0 0 0;
}
#button_border{
	height:30px;
	float:left;
}
#right{
	float:right;
}
#right img{
	float:left;
}
#right p{
float:left;
margin:5px;
}
img.thumbs{
	margin:10px 15px 0 0;
	cursor:pointer;
	border:1px solid #999;
	float:left;
}
