/* CSS Document */
/* start defining basic frame of web page*/
html, body{ 
		margin:0; 
		padding:0; 
		text-align:center; 
		background:#dedbca;
			} 
body {
		margin:0px 0px 0px 0px;
		background:url(../assets/t_body_background.jpg);
		background-repeat:repeat-x;
	}	
#pageframe {
		margin:0 auto;
		padding:0px;
		width:1024px;
		text-align: left;
		background:#FFFFFF;		
	}
#maincolumn {
		background-repeat:no-repeat;
		position:relative;
		top:0;
		left:0;
		padding:0;
		margin:0;
		display:block;
		margin-top:0px;
		height:681px;
}
#leftwing{position:absolute;
	top:0px;
	left:-119px;
	width:119px;
	height:100%;
	background:url(../assets/t_leftwing.jpg);
	background-repeat:no-repeat;
}
#rightwing{position:absolute;
	top:0px;
	left:1024px;
	width:119px;
	height:100%;
	background:url(../assets/t_rightwing.jpg);
	background-repeat:no-repeat;
}
/* end defining basic frame of web page*/

/* start defining basic fonts, hyperlinks, bullets and images*/
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
	color:#6A634F;
	font-weight:normal;
	margin-bottom:10px;
}	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#6A634F;
	line-height:18px;
	margin-bottom:10px;
}
p a:link,a:visited {
	color:#6A634F;
}
p a:hover{
	color:#333333;
}
img {
	border: 0px none;
}
/* end defining basic fonts, hyperlinks, bullets and images*/

/*start defining common elements in include file page_common_elements.htm*/
#t_topleftblock{
	position:absolute;
	top:0px;
	left:0px;
	width:723px;
	height:76px;
	background-color:#B3BBB1;
}
#t_middleright_vertical_line{
	position:absolute;
	top:0px;
	left:723px;
	width:2px;
	height:240px;
	height:647px;
	background-color:#627d79;
}
#t_toprightblock{
	position:absolute;
	top:0px;
	left:725px;
	width:299px;
	height:76px;
	background-color:#D7D1BF;
}
#t_logo{
	position:absolute;
	top:14px;
	left:744px;
	width:146px;
	height:54px;
}
#t_top_horizontal_line{
	position:absolute;
	top:76px;
	left:0px;
	width:1024px;
	height:7px;
	background-color:#58554B;
}
#t_second_toprightblock{
	position:absolute;
	top:83px;
	left:725px;
	width:299px;
	height:27px;
	background-color:#58554B;
	background-color:#627d79;
}
#t_third_toprightblock{
	position:absolute;
	top:110px;
	left:725px;
	width:299px;
	height:130px;
	background-color:#C6CBC4;
}
/*end defining common elements in include file page_common_elements.htm*/

/*start defining common flash elements in include file page_top_flash.htm and page_left_flash.htm*/
#t_top_flash_animation{
	position:absolute;
	top:83px;
	left:0px;
	width:723px;
	height:157px;
}
#t_left_flash_animation{
	position:absolute;
	top:274px;
	left:723px;
	width:301px;
	height:281px;
}
/*end defining common flash elements in include file page_top_flash.htm and page_left_flash.htm*/



