*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #FFF;
	color:#BBB;
	font-family: "Lucida Grande", Arial, sans-serif;
}
p 
{
	text-align:justify;
	padding-bottom:10px;
}
a, a:visited
{
	color: #227de5;
}
h1
{
	color: #227de5;
	font-family: "Palatino Linotype", "Times New Roman";
}
.payoff 
{
	font-size:1.3em;
	line-height:1.4em;
	padding-bottom:2em;
}
h2
{
	text-align: left;
	color: #227de5;
	font-size: 140%;
	clear:both;
	font-family: "Palatino Linotype", "Times New Roman";
}

/** Content **/
#content-wrapper
{
	width:100%;
}

#contact-left 
{
	width:50%;
	float:left;
}
#contact-left img.logo-small 
{
	width:115px;
	height:30px;
}
#contact-right
{
	width:50%;
	float:right;
}
#contact-right img 
{
	width:200px;
	height:100px;
	padding:2px;
	border: solid 1px #BBB;
}
ul 
{
	margin-left:30px;
}
/** Footer **/

* html #footer
{
	position:static;
	height: 12px;
	font-size: 0.8em;
	text-align: center;
	border:none;
	background-color:#FFF;
}
#footer
{
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 5px solid #f5f5f5;
	background-color: #fbfbfb;
}
.web-portfolio 
{
	list-style: none;
	width:375px;
	margin-left:auto;
	margin-right:auto;
}
.web-portfolio li
{
	width: 125px;
	height: 110px;
	float: left;
}
.web-portfolio li img 
{
	margin:auto;
	width:103px;
	border:none;
	margin:auto;
}
.notice {		
	margin:10px 15px;
	padding:10px;
	text-align:center !important;
	background-color:#FBFFCF;
	border:1px solid #EBEFC2;
}




