a, a:link {
	color: black;
}

a:visited {
	color: #602904;
}

a:hover {
	color: blue;
	text-decoration: none;
}

#center {
	width: 970px;
	background: #FFBF90 url("/images/faux_column.jpg") repeat-y 50% 0%;
}

#header {
	background: #FFBF90 url("/images/CCUAwebtop.gif") no-repeat 50% 0%;
	height: 316px;
}

#navbar {
	width: 118px;
	height: auto;
	background-image: url("/images/CCUAwebroots.gif");
	background-color: #996633;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 80px;
}

#navbar ul {
	margin-left: 1em;
}

#navbar ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 1.1em;
}

#navbar ul li ul li {
	list-style-type: disc;
	font-size: 0.8em;
}

#navbar a {
	text-decoration: none;
	color: #fff;
}

#navbar a:hover {
	color: blue;
}

#navbar ul ul li.last-child a {
	border: 0;
}

#breadcrumbs {
	float: right;
	width: 852px;
	background-color: #996633;
}

#breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: blue;
}

#content {
	float: right;
	width: 812px;
}

h2#title {
	color: #602904;
}

#page-menu {
	display: none;
}

#page-title a {
	text-decoration: none;
}

#page-content {
}

#footer {
	clear: both;
	padding: 30px 0 0 0;
	background: transparent url("/images/CCUAwebbottom.gif") no-repeat 50% 0%;
	padding-left: 120px;
}

#footer a {
	text-decoration: none;
}

#bottomnav {
	display: none;
}

#license a {
	text-decoration: none;
	clear: both;
}

#license a, 
#license a:link,
#license a:visited {
	color: #fff;
}

#license a:hover {
	color: blue;
}

#blog-content {
	width: 68%;
}

#primary {
	width: 25%;
}

