html, body {
	
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	
}

body {
	
	background-color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	
}

body, p, td {
	
	line-height: 1em;

}

#content {
	
	width: 880px;
	/* border: 1px solid #f00; */
	padding: 40px;
	
}

.row {
	
	clear: both;
	border: 0px solid #f00;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	
}

.rowmain {
	
	margin-bottom: 40px;
	border-bottom: 0px dotted #ccc;
	
}

.rowmain .text {
	
	font-size: 0.9em;
	color: #5f6d71;
	font-weight: 500;

}

.left_col {

	width: 199px;
	float: left;
	
}

.right_col {
	
	width: 580px;
	float: left;
	padding-left: 20px;
	
}

.right_col img {
	
	border: 1px solid #efefef;
	margin-bottom: 10px;
	
}

#logo {
	
	width: 100px;
	height: 62px;
	
}

h1 {
	
	font-size: 0.9em;
	color: #5f6d71;
	font-weight: 500;
	margin-bottom: 5px;
	
}

h2 {
	
	margin-top: 0;
	font-size: 0.8em;
	font-weight: 300;
	color: #3fb3e6;
	margin-bottom: 5px;
	
}

.description {
	
	font-size: 0.7em;
	color: #5f6d71;
	line-height: 14px !important;
	display: block;
	margin-bottom: 10px;
	
}


.thin {
	
	font-weight: 200 !important;
	
}

#copyright {
	
	font-size: 0.7em;
	color: #5f6d71;
	
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

a:link, a:visited, a:hover {
	
	color: #3fb3e6;
	
}