
/* styles for the frames, the parent container -frame- is located in each specific page's css to individually specify the height 

	notes: the height of div.left_frame and div.right_frame are 200px less than div.frame height, located in the specific page CSS.

*/

div.frame{
	width:850px;
	height:2050px;
	background-color:#ffffff;
	margin:0px auto 0px auto; 
	padding:0px 0px 0px 0px;
}


div.frame div.top_frame {
	width:100%;
	height:200px;
	background: #ffffff url(../images/elements/frame/background_frame_large_01.png) no-repeat top center;
 }

div.frame div.left_frame {
	width:12px;
	height:1850px;
	background: #ffffff url(../images/elements/frame/background_frame_large_02.png) repeat-y;
	float:left;
 }
  
div.frame div.right_frame {
	width:12px;
	height:1850px;
	background: #ffffff url(../images/elements/frame/background_frame_large_04.png) repeat-y;
	float:right;
 }

div.frame div.botton_frame {
	width:100%;
	height:15px;
	background: #ffffff url(../images/elements/frame/background_frame_large_05.png) no-repeat top center;
	position:relative;
	float:right;
 }

ul{
	color:#e1a946;
	list-style-type:square;
	list-style-position:outside;
}

li{
	margin-top:10px;
}

.td_right_column{
	width:420px;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
}

.td_left_column{
	width:380px;
	vertical-align:top;
	padding:10px 0px 0px 10px;
}


