/* 
SP Studios Design Studio CSS Framework V 1.0 
*/

body{

	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.container_wrap{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.full_width, .half_width, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth{
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	display: inline;
	position: relative;
}
.full_width{
	width: 940px;
}
.half_width, .two_fourth{
	width: 325px;
}
.one_third{
	width: 300px;
}
.two_third{
	width: 620px;
}
.one_fourth{
	width: 220px;
}

/* .two_fourth{ width: [Same as .half_width] } */

.three_fourth{
	width: 700px;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
* html .clearfix,*:first-child+html .clearfix{zoom:1}

a{
outline: none;
}
