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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #626567;
	font-size:12px;
	line-height:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: url(../../images/background_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	text-align:left;
	color: #626567;
}

/*  CONTAINERS  */

#wrapper
{
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

#header
{
	background-image: url(../../images/header_bg.png);
	background-repeat:no-repeat;
	width: 960px;
	height: 710px;
	position:relative;
}



#leftcolumn{
	width: 400px;
	float:left;
	padding-left: 250px;
	padding-top: 275px;

}

#title{
	border: 0 none;
	height:25px;
	width: 130px;
	position: relative;
	left:0px;
	text-decoration: none;
}



#rightcolumn{
	width: 200px;
	height: 200px;
	padding: 0px;
	float: right;
	padding-right: 30px;
	padding-top: 275px;
}


#footer
{
	background-image:url(../../images/footer_bg.jpg);
	width: 960px;
	height: 50px;
	position:relative;
	background-repeat:no-repeat;
	text-align:center;
	color: #626567;
	padding: 10px 0px;
	font-size: 10px;
}

#clear
{
	display: block;
    height: 0px;
    clear: both;
}



/*  Image styles  */

#header a #logo{
	border:0 none;
	height:70px;
	left:35px;
	top:35px;
	position:absolute;
	text-decoration:none;
	width:460px;
	text-align: left;
}


/*  Text styles  */

a
{
	text-decoration:none;
	color:#008dcf;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height:14px;
}

a:link
{
	text-decoration:none;
	color:#008dcf;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

a:hover
{
	text-decoration:none;
	color:#626567;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

.body
{
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#626567;
	line-height:14px;
}

#header p{
	text-decoration:none;
	color:#626567;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
	font-weight: normal;
	text-align:left;
}

#header p a{
	text-decoration:none;
	color:#008dcf;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
	font-weight: normal;
}

h1{
	font-size: 18px;
	line-height: 1.2em;
	font-weight:300;
	color: #626567;
	text-align:left;
}

h2{
	font-size: 14px;
	line-height: 1.2em;
	font-weight:300;
	color: #626567;
	text-align:left;
}
