@charset "utf-8";

/* 
**	@site			St. Leo Campus for Veterans (www.stleoveterans.com)
**	@author			Edward Comarzan
**	@date			May 21, 2008
*/


* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:url(http://www.stleoveterans.com/www/images/background.jpg);
	background-repeat:repeat;
}

.mainWrapper {
	margin:0 auto;
	text-align:left;
	width:750px;
	height:auto;
	border:none;
	background:#ffffff;
}

.header {
	width:750px;
	height:101px;
}
.navigation {
	height:46px;
	width:750px;
}
.badge {
	width:750px;
	height:104px;
}
.grayDivider {
	width:750px;
	height:6px;
	background:#696969;
}
.footer {
	background:url(http://www.stleoveterans.com/www/images/footer_background.jpg);
	background-repeat:repeat-x;
	height:93px;
	width:750px;
}
.content {
	width:750px;
	height:auto;
	background:#ffffff;
}
.col_l {
	width:250px;
	height:auto;
	float:left;
}
.col_r {
	width:465px;
	height:auto;
	float:right;
	text-align:left;
	padding: 5px 15px 15px 15px;
}
.colWrapper {
	width:750px;
	height:auto;
	background:url(http://www.stleoveterans.com/www/images/col_wrapper_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;

}
.colFiller {
	width:255px;
	height:100%;
	background:url(http://www.stleoveterans.com/www/images/red_grad_bg.jpg);
	background-repeat:repeat-x;

}
/* Specific Boxes
****************************************************	*/

.welcomeBox {
	width:250px;
	float:left;
	height:230px;
	background:url(http://www.stleoveterans.com/www/images/welcome_bg.jpg);
	background-repeat:repeat-x;
}

.subscribeBox {
	width:250px;
	float:left;
	height:150px;
	background:url(http://www.stleoveterans.com/www/images/subscribe_bg.jpg);
	background-repeat:repeat-x;
	margin-top:1px;
}

.redGradient {
	background:url(http://www.stleoveterans.com/www/images/red_grad_bg.jpg);
	background-repeat:repeat-x;

}
 

/* Spacing
****************************************************	*/
.space_20 {
	height:20px;
}



/* helpers
****************************************************	*/

.goLeft {
	float:left;
}
.goRight {
	float:right;
}
.clear {
	clear:both;
}