@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 30px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

#Footer
{
	width:680px;
	text-align:center;
	margin-top:20px;
}

#Links
{
	font-size:x-small;
	padding-left:10px;
}

#Links a
{
	text-decoration:none;
}

#Links a:hover
{
	text-decoration:underline;
}

#Indication
{
	text-align:center;
	float:none;
	color:white;
	font-size:8px;
	padding-top:8px;
}

#OsteoMed
{
	text-align:center;
	float:left;
	margin-left:20px;
	margin-right:20px;
}

#Copyright
{
	text-align:right;
	float:left;
	margin-left:100px;
	color:white;
	font-size:8px;
	padding-top:8px;
}

#ColsonPic
{
	text-align:left;
	float:left;
}
