body,td,p { margin: 0; font-family: "Myriad Pro", Verdana, Arial, sans-serif; font-size: 12px; color: #41093F; }
#content a { color: #41093F; }
#content a:hover { color: #CFB15C; }

.title1 { font-size: 14px; font-weight: bold; }
.c1 { color: #41093F; }
.c2 { color: #CFB15C; }
.c3 { color: #D0C5A3; }

/*
	Main block positioning
*/
#top {
	position: absolute; top: 0; left: 0;
	background-color: #41093F;
	background-image: url(../gfx/top_bkg.jpg);
	background-repeat: no-repeat;
	width: 100%; height: 185px;
}
#top2 {
	position: absolute; top: 185px; left: 0;
	background-color: #41093F;
	width: 100%; height: 1px;
}
#menubar {
	position: absolute; top: 187px; left: 0;
	margin: 0; padding: 0;
	width: 100%;
	height: 24px;
	background-color: #CFB15C;
	color: #FFF;
	z-index: 200;
}
#menubar .homemenu { position: absolute; right: 10px; bottom: 30px; text-align: right; }

#content { position: absolute; top: 300px; width: 100%; margin: 0 auto; z-index: 100; }
#bottom {
	position: relative;
	bottom: 0px;
	background-color: #41093F;
	width: 100%;
	height: 10px;
	background-image: url(../gfx/c0_c1_h10.jpg);
	background-repeat: no-repeat;
}
td { vertical-align: top; }
#col0 { width: 136px; }
#col1 { width: 320px; text-align:right; }
#col2 { width: 54px; }
#col3 { width: 300px; text-align:justify; }
