/* CMS Layout */
	
.backDrop {
	width:760px;
	height:850px;
	padding-top:10px;
}

/* header */
.header{
	width:710px;
	height:128px;
	margin:10px;
}

/* content */
.page {
	width:700px;
	height:650px;
	overflow:auto;
	padding:5px;
}

/* login */
.form {margin:50px;}

/* main menu */
.mainMenu {float:left;}

.menuItem {
	width:100px;
	padding:5px;
	margin:20px 10px;
	text-align:center;
}
.menuItem a {text-align:center;}

/* content */

.content {
	float:left;
	max-width:500px;
	padding:5px;
	text-align:justify;
}

.contentHome {
	float:left;
	width:500px;
	padding:5px;
	text-align:justify;
	margin-left:100px;
}

#list {padding-left:20px;}

.actionBtns {
	text-align:center;
	float:right;
	padding:5px;
}

#CMSHome {
	margin-top:50px;
	margin-left:100px;
}

#CMSHomeBtns {
	margin:25px 0px 0px 30px;
	float:left;
}

#contentNavBtns {
	float:right;
	clear:left;
}

#breadcrumb{
	width:500px;
	margin:10px;
}

#contentOptions {
	float:left;
	width:300px;
	padding:2px;
}

#subDirs{
	width:150px;
	padding:5px;
	float:right;
}

#colContent {
	width:250px;
	float:left;
}

textarea {width:500px;}

select {width:175px;}