#wrapper {
	max-width: 350px;
	position: relative;
	margin: 0 auto;
}

div {
    overflow: visible;
}

img {
	border: medium double white;
    float: left;
    margin: 5px 10px 10px 5px;

}
.InlineBlock {display: inline; }
.InlineBlock {display: inline-block; }
.tinyText {
    font-size: 1px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:visited {
	color: wheat;
	text-decoration: underline overline;
}
a:visited {
	text-decoration: underline;
}
hr {
	width: 300px;
	text-align: center;
	height: 5px;
	background-color: fff;
}

h1, h2, h3, p {
	font-family: arial, sans-serif;
	color: #fff;
	
}
.clear {
	clear: both;
	width: 345px;
	float: left;
}
h1 {
	font-weight: bold;
	font-size: large;

}
h2 {
	font-weight: bold;
	font-style: italic;
	font-size: large;
}

h3 {
	font: bold;
	font-size: medium
}
p {
	font-size: small;
}