@charset "utf-8";
/* CSS Document */

#comma { background-color: #0073bd;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#hrono { background-color: #0073bd;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 968px;
	margin:0 auto;
	padding:0px;
	background-image: url(../img/bg-sh.png);
	background-position: center top;
	background-repeat:repeat;
	position:relative;
	}

#content {
	width: 960px;
	margin: 0 0 0 4px;
	overflow:auto; /* this is FUCKING IMPORTANT	, or else FF does not wrap this div around its content */
	background-image: url(../img/coffee-stain.jpg);
	background-repeat: no-repeat;
	background-position: 400px 520px;
}

#left-col {
	width: 465px;
	float: left;
	padding: 420px 0 0 3px;
	margin: 0 0 0 8px;
	width: 465px;

}

#hrono #left-col {
	padding: 445px 0 0 3px;
	width: 570px;
}

#left-col p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 15px 0;
	line-height: 15px;
}

#right-col {
	float: right;
	width: 430px;
	padding: 213px 20px 0 0;
	text-align: right;
	}
	
#hrono #right-col {
	width: 350px;
}

#right-col p {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	margin: 5px 0 15px 0;
	font-weight: 100;
}

#right-col strong {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 0 0;
	display: block;
}

#reg {
	position: absolute;
	left: 620px;
	top: 745px;
}

#emailus {
	position: absolute;
	width:355px;
	height:375px;
	left: 590px;
	top: 870px;
	font-family: Georgia, serif;
	font-size: 24px;
	background-image: url(../img/bg-stamp.png);
}

h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #008ed1;
	margin: 0;
	font-size: 33px;
} 
h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #008ed1;
	margin: -12px 0 0 0;
	padding:0;
	font-size: 24px;
}

a {	color: #1a376f;}

a img {	border: none;}

.clearthefloat {clear:both; margin:0 0 5px 0; height:1px;}

#footer {
	margin: 0;
}

#footer td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding:0 10px 10px 15px;
}

#footer td strong {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
}

.logo {
	position: absolute;
	top: 10px;
	left: 525px;
}

.author {
	position: absolute;
	top: 32px;
	left: -53px;
}

.video {
	position: absolute;
	top: 32px;
	left: -53px;
	width: 484px;
	height: 387px;
	padding:15px;
	background-color:white;
}

