/*
-----------------------------------------------
sfc clients page styles
version:  0.1
----------------------------------------------- */

/* General Styles
----------------------------------------------- */

a {
	color: #cd3333;
}

h6 {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0px;
}

p {
	margin: 5px 0px 5px 0px;
}

/* Left Column Styles
----------------------------------------------- */

#left {
	background-image: url("../images/title_news.gif");
	background-repeat : no-repeat;
	height: 200px;
	margin: 0px 250px 0px 25px;
	min-height: 200px;
	padding-left: 40px;
	width: 460px;
}

#right {
	font-size: 10px;
	padding: 0px 0px 15px 35px;
	width: 750px;
	position: relative; 
	left: 0px; 
	top: 30px;
}