@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75.2%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
* {

          padding: 0;

          margin: 0;

          border: 0;

}



#holding {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	color: #666666;
	padding: 0px;
	background-image: url(../images/holding_bg.jpg);
	background-repeat: repeat-y;
}
#content {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 0px;
	background-image: url(../images/page_holding_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 300px;
}
#content p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
#holding h1 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.3em;
	background-image: url(../images/heading_bg.jpg);
	background-repeat: repeat-y;
	color: #FFF;
}
#logo {
	width: 830px;
	height: 214px;
}

#content .highlight {
	font-weight: bold;
	color: #399;
	font-size: 1.5em;
}

a:link {
	color: #366;
}
a:hover {
	color: #066;
}
a:visited {
	color: #366764;
}
#footer {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#content .highlight2 {
	font-weight: bold;
	color: #666;
	font-size: 1.3em;
}
