body {
	font:normal 12px Helvetica,Arial,Verdana;
	background: #46190a url("/r/modules/campus/img/pattern.jpg");
	text-align: center;
	color: #511f08;
}

a, a:hover, a:visited {
	color: #333333;
	text-decoration: none;
}

#flashcontent {
	margin: 0;
	width: 100%;
	height: 100%;
}

/* --- ALTERNATE --- */

#alternate {
	width: 980px;
	margin: 0 auto;
	background: #1e2d3c;
}

#header {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#page {
	text-align: left;
	width: 980px;
}

#footer {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}


/* --- NAVIGATION --- */

#topNavigations {
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	background: #ffffff;
}

#mainNavigation {
	font-size: 13px;
	float: leftM;
}

.nav_item {
	float: left;
	color: #b1b3b4;
	margin: 0 10px;
	list-style-type: none;
	text-transform: uppercase;
}

#mainNavigation .nav_item a {
	color: #C6D3DD;
}

#mainNavigation .nav_item a:hover {
	color: #1A171B;
}

#mainNavigation .active a {
	color: #1A171B;
}


#magazineNavigation {
	font-size: 11px;
	float: right;
}

#magazineNavigation .nav_item a {
	color: #B79E55;
}

#magazineNavigation .nav_item a:hover {
	color: #1A171B;
}

#magazineNavigation .active a {
	color: #1A171B;
}

#metaNavigation {
	width: 575px;
	height: 25px;
	color: #1E2D3C;
	font-size: 9px;
	line-height: 25px;
	background: #ffffff;
}

#metaNavigation .nav_item a {
	color: #1E2D3C;
}

#metaNavigation .nav_item a:hover {
	color: #1A171B;
}

#metaNavigation .active a {
	color: #1A171B;
}

/* --- LANGSWITCH --- */

#langSwitch {
	position: absolute;
	right: 0;
	top: 100px;
}

#langSwitch li {
	float: right;
	color: #B79E55;
	margin-left: 5px;
}

#langSwitch li a {
	color: #B79E55;
}

/* --- SPACER --- */

.space_10 {
	width: 100%;
	height: 10px;
	display: block;
}

.space_15 {
	width: 100%;
	height: 15px;
	display: block;
}

.space_20 {
	width: 100%;
	height: 20px;
	display: block;
}

.space_30 {
	width: 100%;
	height: 30px;
	display: block;
}