body {
	background: url('../images/bkground.jpg') center top repeat-y;
	margin: 0;
}
body, td, input, textarea, select {
	font: 12px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;;
	color: #00000;
}
hr {
	color: #00000;
	background-color: #00000;
	border: 0;
	height: 1px;
}
img {
	border: 0;
}
a {
	color: #b62f40;
}
h1 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.img_png { 
	behavior: url('iepngfix.htc'); 
}
.page_title {
	background: url('../images/bkground_title.png') no-repeat;
	behavior: url('iepngfix.htc');
	height: 33px;
	font-size: 12px;
	padding: 7px 0 0 40px;
	margin-bottom: 10px;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.page_title_long {
	background: url('../images/title-text-longer.gif') no-repeat;
	behavior: url('iepngfix.htc');
	height: 33px;
	font-size: 21px;
	padding: 7px 0 0 40px;
	margin-bottom: 10px;
}


#wrapper {
	background: url('../images/bkground_top.jpg') no-repeat center top;
	padding-top: 27px;
	behavior: url('http://www.discoverthejourney.org');
}
#main {
	width: 900px;
	margin: 14px auto 0 auto;
}


/* TOP MENU */
#header {
	BACKGROUND: url(../images/bkground_topmenu.jpg) no-repeat right top; MARGIN: 0px auto; WIDTH: 878px; HEIGHT: 50px; position:relative;
}

#linkhomepage {
	position:absolute;
	width:265px;
	height:60px;
	left: 1px;
	top: -10px;
}
#linkhomepage a, #linkhomepage a:visited, #linkhomepage a:hover {
	 border:none; text-decoration:none;
}
#linkhomepage img {
	 width:265px; height:60px; border:none;
}

/*
#header {
	width: 878px;
	margin: 0 auto 0 auto;
	height: 50px;
	background: url('../images/bkground_topmenu.jpg') no-repeat right top;
}
*/

/* BOTTOM MENU */
#footer {
	width: 758px;
	height: 20px;
	margin: 40px auto 0 auto;
	text-align: center;
}
#footer a {
	color: #00000;
	margin: 0 30px 0 30px;
	font: bold 9px 'MS Serif', 'New York', sans-serif;
	text-decoration: none;
}
#designby {
	text-align: center;
	padding: 5px 0 7px 0;
	font-size: 10px;
}
#copyright {
	text-align: center;
	padding: 5px 0 7px 0;
	font-size: 10px;
	font-weight: bold;
	color: #00000;
}



/* SIDETEXT */
.sidetext_tbl {
	float: left;
	width: 284px;
	border: 0;
}
.sidetext_top {
	background: url('../images/sidetext_top.png') no-repeat;
	behavior: url('iepngfix.htc');
	height: 50px;
	padding: 0 20px 0 0;
	font-size: 21px;
	text-align: right;
}
.sidetext_left {
	background: url('../images/sidetext_left.png') repeat-y;
	behavior: url('iepngfix.htc');
}
.sidetext_main {
	background: #FFFFF;
	padding: 5px 5px 0 5px;
	width: 100%;
}
.sidetext_right {
	background: url('../images/sidetext_right.png') repeat-y;
	behavior: url('iepngfix.htc');
}
.sidetext_bottom {
	background: url('../images/sidetext_bottom.png') no-repeat;
	behavior: url('iepngfix.htc');
}

.sidetext_menu {
	list-style: none;
}
.sidetext_menu li {
	text-align: right;
}
.sidetext_menu li a {
	text-decoration: none;
	color: #FFFFF;
	font-size: 10px;
	font-weight: bold;
}
.sidetext_menu li a:hover {
	color: #FFFFF;
}



/* Main text */
.maintext_tbl {
	border: 0;
	margin-top: 20px;
}
.maintext_title {
	background: url('../images/bkground_title.png') no-repeat;

	behavior: url('iepngfix.htc');
	height: 30px;
	width: 198px;
	padding: 7px 20px 0 0;
	margin: 0 10px 0 0;
	font-size: 21px;
	text-align: right;
}
.maintext_corn_tl {
	background: url('../images/maintext_corn_tl.png') no-repeat;
	behavior: url('iepngfix.htc');
}
.maintext_top {
	background: #FFFFF;
}
.maintext_corn_tr {
	background: url('../images/maintext_corn_tr.png') no-repeat;
	behavior: url('iepngfix.htc');
}
.maintext_left {
	background: #FFFFF;
}
.maintext_main {
	background: #fffff;
	padding: 5px;
	width: 100%;
}
.maintext_right {
	background: #fffff;
}
.maintext_corn_bl {
	background: url('../images/maintext_corn_bl.png') no-repeat;
	behavior: url('iepngfix.htc');
}
.maintext_bottom {
	background: #FFFFF;
}
.maintext_corn_br {
	background: url('../images/maintext_corn_br.png') no-repeat;
	behavior: url('iepngfix.htc');
}


/* News */
.news_date {
	font-weight: bold;
	font-size: 10px;
}
.news_title { 
	font-weight: bold;
	color: #00000;
}
.news_content { 
	margin: 0 0 10px 0;
}
.news_content p { 
	margin: 3px 0 3px 0;
}
.more {
	font-size: 10px;
	font-style: italic;
}


/*******/
.rubber { width: 100%; }
.form_lable {
	font-weight: bold;
}
.form_input {
	font-weight: normal;
	width: 200px;
	border: 1px solid #00000;
}
.button {
	font-weight: bold;
}
.text_error {
	color: #000000;
}