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

@font-face {
    font-family: 'colaboratelightregular';
    src: url('fonts/ColabLig-webfont.html');
    src: url('fonts/ColabLig-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont-2.html') format('woff'),
         url('fonts/ColabLig-webfont-3.html') format('truetype'),
         url('fonts/ColabLig-webfont-4.html#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:20px;
	color:#F00;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 15px;
}

p {
	margin-bottom: 10px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}      /* unvisited link */

a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	color:#F00;
}  /* mouse over link */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	height: 100%;
  	margin: 0;
  	padding: 0;
	background: url(../images/bg.jpg) no-repeat #1d84d0;
	background-position:fixed;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	height: 793px;
	background-color:#FFF;
}

#header {
	width: 800px;
	text-align:center;
	margin-bottom: 12px;
}

#about {
	float: left;
	width: 200px;
	margin: 0 20px;	
} 

#service {
	float: left;
	width: 500px;
	margin: 0 20px;
}

#mainimage {
	border: 3px solid #FFF;
	margin-bottom: 20px;
}

#bottom {
	position: relative;
	top: -60px;
}

#footer {
	position: relative;
	top: -150px;
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	
}

#footer img {
	position: relative;
	top: 3px;
	margin-right: 5px;
}
