/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #323131;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.layout-topBar-1 {
	background-color: #656565;
	height: 1px;
}
.layout-topBar-2 {
	background-color: #FFFFFF;
	height: 3px;
}
.layout-topBar-3 {
	background-color: #DF4114;
	height: 7px;
}
.layout-bottomOutline {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 37px;
}
.layout-pageBorder-top {
	background-image: url(../images/layout/pageBorder-top.gif);
	height: 6px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.layout-pageBorder-bottom {
	background-image: url(../images/layout/pageBorder-bottom.gif);
	height: 6px;
	background-position: center top;
	background-repeat: no-repeat;
}




