﻿body
{
	background-image:url(gia_background.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	margin-top:0px;
}

.maincontainer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.banner
{
	width:800px;
	height:402px;
	background-image:url(gia_logo.jpg);
	background-repeat:no-repeat;
}

.banner_text
{
width:260px;
padding-left:475px;
padding-top:95px;
}

.banner_text h1
{
	font-family:Arial, Verdana;
	font-size:21px;
}

.banner_text p
{
	line-height:16px;
}

.section
{
	width:800px;
}

.section_image
{
	float:left;
	width:245px;
	padding-left:50px;
}

.section_text
{
	float:left;
	width:470px;
	line-height:16px;
	font-size:12px;
}

.section_text h2
{
	margin:0;
	margin-bottom:13px;
	font-family:Arial, Verdana;
	font-size:18px;
	margin-top:2px;
	line-height:23px;
}

.footer
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	font-family:Arial;
}

.footer_left
{
	float:left;
	width:206px;
}

.footer_right
{
	float:left;
	width:450px;
	padding-left:25px;
	font-weight:bold;
}

.footer_right h3
{
	margin:0;
	margin-bottom:4px;
	padding:0;
	font-size:15px;
}

.footer_right a
{
	color:#E2A00C;
}

.footer_right a:hover
{
	text-decoration:none;
}

