@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: normal;
  src: local('Crimson Text'), url('font.ttf') format('truetype');
}

*, html
{
	margin: 0;
	padding: 0;
	font-family: 'Crimson Text', Georgia, serif;
}

#envelope
{
	width: 800px;
	margin: auto;
}

#navigation
{
	width: 100%;
	height: 100px;
	margin: auto;
	margin-top: 30px;
	background-color: #fff;
	position: relative;
	margin-left: 2px;
}

#navigation img
{
	position: absolute;
	left: 5px;
	top: 5px;
}

#navigation ol li
{
	display: block;
	width: 138px;
	list-style: none;
	float: left;
	height: 100px;
	line-height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	position: relative;
	background-color: #42C6EA;
	color: white;
	cursor: pointer;
}

#navigation ol li:hover
{
	color: #42C6EA;
	background-color: white;
}

#navigation ol li.logo:hover
{
	background-color: #42C6EA;
	color: white;
	background-image: url("../images/grooc_small_white.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#navigation .logo
{
	width: 245px;
	background-color: transparent;
	background-image: url("../images/grooc_small.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#content
{
	width: 100%;
	margin: auto;
	margin-top: 30px;
	position: relative;
}

#content .column
{
	width: 240px;
	float: left;
	position: relative;
}

#content p
{
	line-height: 21px;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}

#content ul, #content li
{
	list-style-position: inside !important;
}

#content p a, #content p a:hover, #content p a:active
{
	background-color: #e6e6e6;
	color: black;
	text-decoration: none;
	padding: 5px;	
}

#content li
{
	margin-bottom: 21px;
}

#content img
{
	border: 0px;
	/*width: 240px;*/
	/*border: 10px solid lightgray;*/
}

#c1
{
	margin-left: 20px;
}

#c1, #c2
{
	margin-right: 20px;
}

h1
{
	margin-bottom: 15px;
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
}

h2
{
	margin-bottom: 15px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

#footer
{
	width: 100%;
	border-top: 1px solid gray;
	margin-top: 30px;
	color: gray;
	font-size: 14px;
}

#footer a, #footer a:active, #footer a:hover
{
	color: gray;
	text-decoration: none;	
}

.clear
{
	clear: both;
}

.hidden
{
	
}

.scroller
{
	position: absolute;
	bottom: -25px;
	right: 0px;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: gray;
	border-top: 1px solid gray;	
}