/*********************************************************************************

*****	Margins
	
**********************************************************************************/
.m15 { margin:15px;}
.mt30 {margin-top:30px;}
.mt15 {margin-top:15px;}
.mt5 {margin-top:3px;}
.mt30 {margin-top:30px;}
.mr5 {margin-right:5px;}
.mr15 {margin-right:15px;}
.mr30 {margin-right:30px;}
.mb15 {margin-bottom:15px;}
.mb10 {margin-bottom:10px;}
.mb30 {margin-bottom:30px;}
.mb5 {margin-bottom:5px;}
.ml15 {margin-left:15px;}
.ml30 {margin-left:30px;}
.m15 {margin:15px;}
.mt30 {margin-top:30px;}


.p15 {padding:15px;}
.p30 {padding:30px;}
.pt15 {padding-top:15px;}
.pt5 {padding-top:5px;}
.pt3 {padding-top:3px;}
.pt2 {padding-top:2px;}
.pt30 {padding-top:30px;}
.pr15 {padding-right:15px;}
.pr30 {padding-right:30px;}
.pr30 {padding-right:30px;}
.pb15 {padding-bottom:15px;}
.pb30 {padding-bottom:30px;}
.pl15 {padding-left:15px;}
.pl30 {padding-left:30px;}


/*********************************************************************************

*****	Columns
	
**********************************************************************************/
#container {
	width:900px;
	background:#fff;
	margin-top:161px;
	position:relative;
}
.fullWidth {
	width:100%;
	display:block;
}

/* FOUR COL SETUP*/
.col1 {
	width:206px;
	float:left;
	position:relative;
}
.col2 {
	width:412px;
	float:left;
}
/* THREE COL SETUP */
.standard .col1 {
	width:285px; 
	float:left;
}
.standard .col2 {
	width:585px;
	float:left;

}


/*********************************************************************************

*****	Borders
	
**********************************************************************************/
.border-bottom {
	background:url(../images/border_vertical.gif) bottom left repeat-x;
}
.border-top {
	background:url(../images/border_vertical.gif) top left repeat-x;
}
.border-right {
	background:url(../images/border_horizontal.gif) right top repeat-y;
}
.border-left {
	background:url(../images/border_horizontal.gif) left top repeat-y;
}
