html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

div.homepage {
	width:905px;
	height:100%;
	margin:0px auto;
	padding:0px 0px 0px 50px;
	
	background-image:url(/imgs/design/background_rings.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.fadeToContent {
	width:100%;
	height:27px;
	
	background-image:url(/imgs/design/under_menu_fade.gif);
	background-repeat:repeat-x;
}

div.page_bottom_border {
	width:100%;
	height:10px;
	
	margin-top:15px;
	
	font-size:1px;
	
	background-image:url(/imgs/design/page_bottom_border.gif);
	background-repeat:repeat-x;
}
p.page_bottom_address {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#434343;
	
	margin-top:5px;
}

a {
    color:#fa8e00;
}

p.hereYouAre {
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#606060;
}
p.hereYouAre a {
	color:#606060;
}
p.hereYouAre a.page {
	color:#fa8e00;
}

h1 {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#fa8e00;
	
	background-image:url(/imgs/design/h1_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
	margin-top:15px;
	padding-bottom:5px;
}
h2 {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#fa8e00;
	
	margin-top:15px;
	padding-bottom:5px;
}

img {
	border:0px;
}

div.frontpageDots {
	background-image:url(/imgs/design/dots.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:25px;
	margin-bottom:5px;
	margin-right:30px;
}