@charset "utf-8";
/* CSS Document */

div#template {
	text-align: left;
	
	margin: 0px auto 0px auto;

	width: 655px;
	
	background-color: white;
}

div#menu {
	height: 29px;
	
	margin: 2px 0px 2px 0px;

	background-image:url(../images/menu_background.gif);
	background-repeat:repeat-x;
}

div#menu ul {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
}

div#menu li {
	float: left;
	
	list-style: none;

	padding: 1px 8px 4px 8px;
	
	background-image:url(../images/menu_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div#menu a { color: white; font-weight: bold; text-decoration: none }
div#menu a:hover { color: yellow; text-decoration: underline }

div#canvas {
	padding: 32px 24px 64px 24px;
}

div#column_left {
	float: left;
	width: 280px;
}

div#column_right {
	float: right;
	width: 280px;
}

div#clear {
	clear: both;
}

div#portal {
	padding-left: 16px;
	margin-bottom: 24px;
}

div#footer {
	color: white;
	text-align: center;
	
	padding: 8px;
	margin-bottom: -12px;

	background-color: #4489ce;
}

div.pinstripe {
	background-image:url(../images/column_separator.gif);
	background-position: center;
	background-repeat: no-repeat;
}