﻿div.content 
{
	width: 964px;
}

div.content img.banner 
{
	/*margin: 10px 0 0 0;*/
	float: left;
}

div.content div.main 
{
	width:962px;
	background: url(../icons/bg-content-top.jpg) repeat-x scroll top center;
	float: left;
	border-left: solid 1px #dedde1;
	border-right: solid 1px #dedde1;
}


div.content div.main h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #490b5e;
	font-size:20px;
	text-align: left;
	width: 100%;
	font-family: Arial, sans-serif;
}
div.content div.main h6
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #490b5e;
	font-size:20px;
	text-align: left;
	width: 100%;
	font-family: Arial, sans-serif;
}


div.main div.c1 
{
	width: 649px;
	float: left;
	border-right: solid 1px #dedde1;
	padding-bottom: 20px;
}

div.main div.c2
{
	width: 649px;
	float: left;
	border-right: solid 1px #dedde1;
	background: url(../icons/bg-main-top.jpg) repeat-x scroll top center;
	padding-bottom: 15px;
	margin: 0 0 20px 0;
	min-height: 400px;
	
	
}

div.main div.c3 
{
	width: 649px;
	float: left;
	background: url(../icons/bg-main-bottom.jpg) repeat-x scroll bottom center;
	padding-bottom: 10px;
	
}

div.main div.outer
{
	margin: 20px 36px 0 36px;
	width: 892px;
	float: left;
	
}

div.main div.outer p.desc 
{
	color: #000;
	font-size: 13px;
	margin: 10px 15px 10px 0;
	text-align: left;
	line-height: 20px;
}
div.main div.outer a.link 
{
	margin: 5px 0 0 0;
	float: left;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
div.main div.outer a.link:hover 
{
	background-position: 0px -330px;
}
div.main div.outer a.contact 
{
	float: left;
	width: 25px;
	height: 25px;
	background: url(../icons/sprite_assets.png) no-repeat scroll 0px -305px;	
}
div.main div.outer a.contact:hover
{
	background-position: 0px -330px;
}
div.main div.outer a span 
{
	display: none;
}