html, body { height: 100%; width: 100%; }
body {
	padding: 0;
	margin: 0 auto;
	background: #FFF5EE;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	}

.whitetext { color: #ffffff; } 

img { border: none; }

a {
	color: #421507;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

#container{
	width: 758px;
	background-color: #DAAC89;
	border: 1px #ffffff solid;
	margin: 0 auto;
	margin-top: 10px;
	}
#masthead{
	width: 758px;
	height: 142px;
	float: left;
	}
	#masthead img { float: left; }
	#logo {
		float: left;
		padding: 20px 20px 10px 24px;
		background: #a95a2f;
		}

#main {
	background: #DAAC89;
	float: left;
}

#content {
	width: 235px;
	float: left;
	padding: 40px 20px 10px 20px;
	text-align: left;
	color: #FFFFFF;
	}
#intcontent {
	color: #552C1F;
	background-color: #FFFFFF;
	padding: 10px 20px 20px 20px;
	width: 518px;
	float: left;
	min-height: 400px;
        line-height: 16px
}
#contentBack {
	width: 558px;
	float: left;
	background: #C1753B url(/system/modules/edu.dom.albertus.siena/images/siena/newcathbg2.jpg) no-repeat right bottom;
	min-height: 480px;
	}
#navigation {
	width: 180px;
	padding: 20px 20px 20px 0;
	float: left;
	background: #daac89;
	}
	#navigation ul {
		padding: 0 0 0 20px;
		list-style: none;
		margin: 0;
		}
		#navigation li {
			border-bottom: 1px #E9CDB8 solid;
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: right;
			}
		.nav_image {
			border: 1px solid #FFFFFF;
			margin: 0px 10px 20px 15px;
			}
		#navigation a {
			color: #421507;
			display: block;
			padding: 6px 2px;
			}
			#navigation a:hover {	
				color: #ffffff;
				text-decoration: none;
				}
		#navigation img { float: left; padding: 0 6px 10px 20px; }

#titleimage {
	padding: 20px 20px 0 20px;
	width: 518px;
	background: #ffffff;
	float: left;
	height: 25px;
}

h1 {
	color: #674237;
	font-size: 16px;
}
h2 {
	color: #5B2711;
}
h3 {
	color: #C7834D;
}
h4 {
	font-size: 12px;
	color: #894a21;
	margin: 0 0 0 0;
	font-weight: bolder;
	list-style-type: square;
}
h5 {
	color: #5B2711;
	font-family: Georgia, serif;
	font-size: 14px;
}
h6 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

ul {
	margin: 4px 1px 0 1px;
	list-style-position: outside;
	padding: 0;
}
li {
	padding: 0 0 5px 15px;
	list-style: none;
	background-image: url(/system/modules/edu.dom.albertus.siena/images/siena/small_arrow.jpg) no-repeat;
	background-position: 4px 5px;
}
#titlehome {
	color: #ffffff;
	font-size: 18px;
	padding: 20px 0;
	width: 100%;
	float: left;
	}
#title {
	color: #c1753b;
	font-size: 22px;
	padding: 20px 0;
	width: 100%;
	float: left;
	}
#footer {
	font-size: 90%;
	background-color: #A95B30;
	padding: 20px 0px;
	width: 758px;
	float: left;
	text-align: center;
	color: #E9D6CB;
	border: 1px ffffff solid;
}
