
* { padding: 0; margin: 0; }

a
{
	text-decoration:none;
	color:#003366;
}

a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#737373;
}
#wrapper 
{ 
 margin: 0 auto;
 width: 900px;
}

#header {
 width: 900px;
 background-image:url(../images/header.jpg);
 float: left;
 margin-top:25px;
 height: 150px;
}

#leftcolumn { 

 height: 350px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float:right;
 padding: 50px;
 min-height: 260px;
 text-align:justify;
 width: 576px;
}
#footer { 
 width:900px;
 clear:both;
 height:100px;
 background-repeat:no-repeat;
 background-image:url(../images/footer.jpg);

}

h3
{
	width:400px;
	float:left;
	margin-top:80px;
	font-size:12px;
	margin-left:10px;
}

h5
{
	font-size:12px;
	font-weight:500;
	font-style:italic;
}
#cai
{
	height:100px;
	float:left;
	width:100px;
	background-image:url(../images/cai_logo.png);
	background-repeat:no-repeat;
}
