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

body {
	background-color: #7B7966; 
}

.content {
	width: 700px;
	height: 500px;
	background-color: #ffffff;
	background-image: url(gfx/base/swirl.gif);
	background-repeat: no-repeat;
}


/* BODY DROP SHADOWS */


.edge_top {
	width: 740px;
	height: 20px;
	background-image: url(gfx/base/edge_top.gif);
	background-repeat: no-repeat;
}
.edge_btm {
	width: 740px;
	height: 20px;
	background-image: url(gfx/base/edge_btm.gif);
	background-repeat: no-repeat;
}
.edge_left {
	width: 20px;
	background-image: url(gfx/base/edge_left.gif);
	background-repeat: repeat-y;
}
.edge_right {
	width: 20px;
	background-image: url(gfx/base/edge_right.gif);
	background-repeat: repeat-y;
}

/* TEXT */


.header {
	font-family: century gothic, arial, helvetica;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #a0412c;
}

.service_text {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	line-height: 13px;
	color: #7B7966;
	padding-left: 15px;
}
.software_text {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #7B7966;
	padding-left: 15px;
}

.client_text {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	line-height: 30px;
	color: #7B7966;
	padding-left: 15px;
}
.client_logo_text {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	color: #7B7966;
}
.client_logo{
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #7B7966;
	padding: 10px;
}
.client_info_text {
	font-family: century gothic, arial, helvetica;
	font-size: 10px;
	color: #7B7966;
	font-style: italic;
	padding-left: 15px;
}

