/* CSS Document */
html {
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:  white;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	font-family: "Century Gothic", Century, Arial, "Arial Narrow";
}
#content {
	font-family: "Century Gothic", Century, Arial, "Arial Narrow";
	background-color: #FFFFFF;
	height: 400px;
	width: 360px;
	overflow: auto;
	visibility: visible;
	text-decoration: none;
	vertical-align:bottom;
	float: right;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 100px;!important
}
.small {
	font-size: 10px;
}

p {	font-size: .8em;}
a, a:visited {
	text-decoration: none;
	color: #B5151A;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	color: #FF0000;
	font-size: 1.4em;
	font-family: "Century Gothic", Century, Arial, "Arial Narrow";
}
h2 {

	font-weight: normal;
	color: #FF0000;
	font-size: 1.3em;
	font-family: "Century Gothic", Century, Arial, "Arial Narrow";
}
h3 {

	font-weight: normal;
	color: #FF0000;
	font-size: 1.2em;
	font-family: "Century Gothic", Century, Arial, "Arial Narrow";
}
h4 {

	font-weight: normal;
	color: #FF0000;
	font-size: 1.1em;
	font-family: "Century Gothic", Century, Arial, "Arial Narrow";
}
.photobig {
	background-color: #999999;
	border: 0px solid #F0F0F0;
}
.photosmall {
	background-color: #999999;
	border: 2px solid #F0F0F0;
	right: 50%;
}
