html,body{
	margin:0;
	padding:0;
	}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	}

p{
	margin:0 10px 10px;
}

a{
	
	color: #1284ca;
	
	}


div#header {
	height:254px;
	background-image:url(media/layout/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
  
div#container{
	text-align:left;
	}
	
div#content p{
	line-height:1.4;
	}
	


div#footer p{
	margin:0;
	padding:5px 10px;
	}

div#container{
	width:950px;
	margin:0 auto;
	}
div#wrapper{
	float:left;
	width:100%;
	}

div#content{
margin-left:290px;
	}

div#content-home{
margin: 0 240px;
	}

div#left{
	float:left;
	width:280px;
	margin-left:-950px;
	padding:10px;
	background-image:url(media/layout/lefttest.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:500px;
	}
	div#left-home{
	float:left;
	width:240px;
	margin-left:-950px;
	padding:10px;
	}

div#clientlogon{
border:thin;
border-color:#000000;
border-style:solid;
width:190px;
margin-bottom:15px;

}

div#newsletter{
border:thin;
border-color:#000000;
border-style:solid;
width:190px;
margin-bottom:15px;

}

div#news{
border:thin;
border-color:#000000;
border-style:solid;
width:190px;
margin-bottom:15px;

}

div#right{
	float:left;
	width:240px;
	margin-left:-240px;
	
	}

div#footer{
	clear:left;
	width:100%;
	background-image:url(media/layout/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:60px;
	}
	
div#box{
padding: 3px 3px 3px 3px;
border-color:#1284ca;
border-style:solid;
border-width:thin;
background-image:url(media/layout/learnmore.gif);
background-position:bottom;
background-repeat:repeat-x;
margin-bottom: 30px;
}


div#box a{
color:#FFFFFF;
font-size:16px;
text-decoration:none;
text-align:right;

}

