@font-face {
    font-family: "Baskerville Old Face";
    src: url(/Baskerville Old Face.ttf);
}

html, body {
	background-color: #FFFFFF;
	margin:0px;
	font-size: 18px;
	font-family: Helvetica;
}

a {
	text-decoration: none;
	color: #0f99c7;
}

a:hover {
	text-decoration: none;
	color: #51ccfd;
}

#container  {
	width: 824px;
	margin:0px auto;
	text-align:left;
	padding-bottom: 100px;
	/* border: 1px solid white; */
}

#content {
	width: 400px;
	position: relative;
	top: 150px;
	left: 67px;
	color: #eeeeee;
	line-height: 25px;
	float: left;
	text-align: justify;
}


#logo {
	position: relative;
	top: 40px;
	left: 0px;
}

#topnav {
	width: 824px;
	height: 58px;
}

#home-headline {
	width:824px; 
	font-family: helvetica; 
	font-size: 36px; 
	font-weight: bold; 
	color: #424242; 
	line-height: 39px;
	padding-top: 40px;
}

#changemedium-circle {
	position: relative;
	top: -44px;
	float:right;
	right: 190px;
}

#home-bar {
	width:824px;
	height:12px;
	background-color:#727272; 
	margin-top: 32px;
}
#home-bar-small {
	width:824px;
	height:2px;
	background-color:#727272; 
	margin-top: 12px;
}


#home-right-content {
	float:left;
	width:498px;
	height:366px;
	background-image:url('images/home-content-background.png');
}