@charset "utf-8";
/* CSS Document */

body {
	background: url('images/inyamtbg.png');
	
	font-size: 16px;

	min-height: 100%;

	height: 100%;

	font-family: Trebuchet MS, Trebuchet MS, sans-serif;
	
	padding-top: 200px;

}

a { display: block; padding-left: 5px; }

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover, a:focus {
	text-decoration: none;
	color: #000;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

.blue { color: #ba4040; }
.red { color: #ba0404; }

/* MENU */

.menublock {
	float: right;
	width: 200px;
}

ul.menu {
	line-height: 1.8em; 
	margin: 0;
	padding: 0;	
}

ul.menu li { width: 100%; }

ul.menu li a:hover { 	
	color: #fff;
	background-color: #ba0404; 
}

#social { margin-top: 30px; }

a#linkedin { display: inline; }
a#linkedin img { width: 42px; height: 42px; }
a#twitter { display: inline; }
a#twitter img { width: 42px; height: 42px; }
a#facebook { display: inline; }
a#facebook img { width: 42px; height: 42px; }

/* HOME */

img#homelogo { float: left; margin-left: 200px; }

/* PAGES */

#bodytext { 
	float: left; 
	width: 580px; 
	margin-top: -70px;
	font-size: 0.8em;
	letter-spacing: 0.03em; 
	}

h1 {
	color: #000;
	font-size: 2em;
	font-weight: 100;
}

h3 {
	color: #ba0404;
	margin-left: 12px;
	clear: both;
	margin-bottom: 0;
}