div {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

h1 {
        font-size: large;
        font-weight: bold;
}

h2 {
	font-size: small;
	font-weight: bold;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
        color: blue;
        text-decoration: none;
}

a:hover {
        color: blue;
        text-decoration: none;
}

a:active {
        color: blue;
        text-decoration: none;
}

body {
        font-family: verdana, helvetica, arial, sans-serif;
	font-size: small;
	color: black;
}

.bold {
	font-weight: bold;
}

#main {
	margin: auto;
	width: 750px;
}

#photo-container {
	text-align: center;
	margin: auto;
	width: 100%;
}

.container {
	width: 100%;
	clear: both;
}

#logo {
	width: 90px;
	height: 90px;
	float: left;
	vertical-align: bottom;
	border-bottom: 1px solid #e60000;
}

#comment {
	width: 660px;
	position: relative;
	bottom: -30px;
	float: left;
	border-bottom: 1px solid #e60000;
	text-align: right;
	line-height: 20px;
}

#content {
	float: left;
	width: 600px;
	text-align: center;
	margin-top: 20px;
}

#banners {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}

.photo-cover {
	width: 300px;
	height: 290px;
	float: left;
	margin-top: 10px;
}

.photo-th {
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.provider-description {
	text-align: justify;
	margin-bottom: 10px;
}

