/* CSS Document */

HTML {
 	min-height: 100%;
 	height: auto;
}
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/layout/flower_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: left bottom;
}


.note {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFD7D7;
	border: 1px dashed #990000;
	margin: 5px;
	padding: 5px;
}


#wrapper {
	background-image: url(../img/layout/top_bg_graphic.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	padding-left: 40px;
	padding-top: 45px;
}
#header H1 {
	margin: 0px;
	padding: 0px;
}

#page {
	width: 960px;
}

.left_col {
	vertical-align: top;
	width: 185px;
	padding-bottom: 250px;
}
#left_col {
	margin-top: 80px;
	padding-bottom: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C5B4A4;
}
#left_col A {
	display: block;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	margin-right: 5px;
	padding-right: 30px;
	padding-bottom: 7px;
}
#left_col A.live {
	font-weight:bold;
}
#left_col A:HOVER {
	background-image: url(../img/layout/menu_block.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
}
#submenu {
	padding-bottom: 7px;
}
#submenu A {
	display: block;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin-right: 5px;
	padding-right: 42px;
	padding-bottom: 3px;
}
#submenu A:HOVER {
	background-image: url(../img/layout/menu_block_2.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	color: #666666;
}

.main_col {
	vertical-align: top;
}
#main_col {
	margin-top: 70px;
	margin-left: 67px;
	margin-right: 45px;
}
#main_col H1 {
	font-size: 28px;
	font-weight: normal;
}
#main_col H2 {}
#main_col H3 {}
#main_col H4 {
	font-size: 28px;
	font-weight: normal;
	color: #C5B4A4;
}
#main_col P {
	font-size: 12px;
	color: #666666;
}
#main_col A {
	color: #666666;
}
#main_col A:HOVER {
	color: #000000;
}
#main_col TH {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C5B4A4;
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
}
#main_col TD {
	font-size: 12px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
}
#main_col UL {}
#main_col UL LI {}
#main_col OL {}
#main_col OL LI {
	font-size: 12px;
	color: #666666;
}
#main_col IMG.border01 {
	padding: 3px;
	border: 2px solid #C5B4A4;
}

.right_col {
	width: 306px;
	vertical-align: top;
}
#right_col {
	text-align: right;
}
#right_col P {
	font-size: 12px;
	margin-right: 10px;
}
#right_col A {
	color: #666666;
}
#right_col A:HOVER {
	color: #000000;
}
#frame_01 {
	margin-bottom: 25px;
}
#frame_02 {
}

