#wrapper              /*-----------------------outer div-------------------------*/
{
width:100%;
background:#fff;

}
#subwrapper  /*-----------------------position of page-------------------------*/
{
width:980px;
}
#logo   /*-----------------------logo section-------------------------*/
{
float:left;
width:35%;
height:160px;
text-align:left;
}
#logo a      /*-----------------------logo link-------------------------*/
{
text-decoration:none;
}
#right		/*-----------------------div on right side-------------------------*/
{
width:64%;
float:right;
}
#text
{
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
text-align:justify;
}
#text h1   /*-----------------------CLICK.....-------------------------*/
{
color:#6F3030;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
}
#content  /*-----------------------paragraph------------------------*/
{
height:760px;
font-family: Arial, Helvetica, sans-serif;

}
#image			/*-----------------------image on page1 etc-------------------------*/
{
width:30%;
float:left;
padding-right:10px;
}
#image1  /*-----------------------image of people-------------------------*/
{
width:35%;
float:left;
}
#image1 img
{
border:3px solid #6F3030;
}
#image2  /*-----------------------close buttons etc-------------------------*/
{
width:60%;
float:left;
}
#arrow  /*-----------------------arrow-------------------------*/
{
padding-left:6px;
width:100%;
float:left;
}
#clear
{
height:3px;
}
#maincontent/*-----------------------qoutes-------------------------*/
{
width:63%;
float:left;
text-align:left;
}
#maincontent p
{
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
}
.text_nav 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

a {
	color: #6F3030;
}

.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
	color: #000000;
}
/*-----------------------STYLE OF TABLES-------------------------*/
#bleft
{
width:100%;
height:100%;
background:url('images/left.gif') repeat-y top left;
}
#bright
{
width:100%;
height:100%;
background:url('images/right.gif') repeat-y top right;
}
#btop
{
width:100%;
height:100%;
background:url('images/top.gif') repeat-x top left;
}
#bbottom
{
width:100%;
height:100%;
background:url('images/bottom.gif') repeat-x bottom left;
}
#blefttc
{
width:100%;
height:100%;
background:url('images/lefttc.gif') no-repeat top left;
}
#brighttc
{
width:100%;
height:100%;
background:url('images/righttc.gif') no-repeat top right;
}
#brightbc
{
width:100%;
height:100%;
background:url('images/rightbc.gif') no-repeat bottom right;

}
#bleftbc
{
width:100%;
height:100%;
background:url('images/leftbc.gif') no-repeat bottom left;
}
#in
{
padding:15px 15px 15px 20px;
}
#icon		/*-----------------------ARTICLE LEARN BUTTONS-------------------------*/
{
width:94%;
}
/*-----------------------FORM IN LEARN PAGE-------------------------*/
#contact_form {
	position:relative;
	left:0px;
	width:325px;
	z-index:4;
	background-color: #F5EBEB;
	border: medium solid #6F3030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	height:500px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6F3030;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
}
