/* CSS Document */

body {
	background-color: #FFFFFF;
}

#header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#navigation {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#centerie #allholder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#content li {
	margin-left: 15px;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
