/* Savio Designs' Custom CSS Document /*/


/*
*************************************************************
                      COLUMNS
*************************************************************
*/

.main {
	max-width: 90%;
	max-height: 90%;
	margin: 5% 5% 5% 5%;
}

.header {
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: forestgreen;
	
}

.footer {
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: forestgreen;
	
}

.sidebar {
	padding-left: 20px;
}


/*
*************************************************************
                      FLOATS
*************************************************************
*/

.floatright {
	float: right;
}

.floatleft {
	float: left;
}


/*
*************************************************************
                      TAG LINE
*************************************************************
*/
.tagline {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:30px;
	font-style:italic;
	color: white;
	text-shadow: 3px 3px 5px #000000;
	margin-bottom:10px;
	}
