/****** CUSTOM STYLES FOR INDIVIDUAL PAGES *****/

#content { /* Overrides previous CSS */
	padding-top: 210px;
	background-image: url(../_images/afdelinger_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content a:link { color: #E1481B; text-decoration: none; }
#content a:visited { color: #069; text-decoration: none; }
#content a:hover { color: #E1481B; text-decoration: underline; }
#content a:focus { color: #E1481B; text-decoration: underline; }
#content a:active { color: #E1481B; text-decoration: none; }

/************************************************/

.clearRight	{ clear: right; }
.clearLeft	{ clear: left; }
.clearNone	{ clear: none; }
.clearBoth	{ clear: both; }