/*  
Basic Web CSS for Studio7609.com Domain
Created 07/02/2009 By Sherri Kidner
Purpose: 
	Change Log:
		
	Date			Programmer			Description
	----			----------			-----------







*/

.infoText {
	text-align: center;
}

.footer {
	text-align: center;
}

.header {
	text-align: left;
	vertical-align: bottom;
	position: relative;
	bottom: 10px;
}

.headerUser {
	text-align: right;
	vertical-align: top;
}

.mainlayout{
	width:70%;
}

.mainlayoutLeft{
	width:25%;
	text-align: left;	
	vertical-align:top;
}

.mainlayoutRight{
	width:75%;
	text-align: center;
}

.menu {
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

