/*-------------------------MAIN STYLES-----------------------------*/
html, body {
	width:100%;
	height:100%;
}

* html #container {
	height:100%;
}

body {
	font:13px Tahoma, Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	width:100%;
	height:612px;
}

#wrapper, #container, #header, #flash, #menu{
	margin-left:auto;
	margin-right:auto;
}

#container {
	width:984px;
}

/*-------------------------HEADER STYLES-----------------------------*/

#header{
	width:934px;
}

#flash {
	width:934px;
	height:348px;
}

#menubg {
	width:934px;
	background:#AE8945;
	height:34px;
}

#menu {
	width:788px;
	background:#685738;
	height:34px;
}


/*-------------------------CONTEBT STYLES---------------------------*/

#shadow_content {
	width:984px;
}

#content{
	width:934px;
}


/*-------------------------FOOTER STYLES----------------------------*/

#footer{
	width:934px;
	height:50px;
}

#text p, #text2 p {
	padding:0;
	margin:0;
	text-align:left;
}

#text, #text2 {
	display:inline;
	float:left;
	position:relative;
	margin-top:10px;
}

#text {
	width:400px;
	margin-left:10px;
	
}

#text2 {
	float:right;
	margin-right:10px;
	
}


/*--------------------SAITODROM STYLES-------------------------*/


a {
   text-decoration:underline; 
   color:#6C4800; 
   font-size:14px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }
a:visited {
   color:#888888; 
   }
a:active {
   color:#000000; 
   }
a:hover {
   color:#E10915; 
   }
.nna { 
   text-decoration:underline; 
   color:#6C4800; 
   font-size:14px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }
.nna:visited {color:#888888; }
.nna:active {color:#000000; }
.nna:hover {color:#E10915; }
.nna:focus {color:#6C4800; }
.nna:link {color:#6C4800; }

.vlink {
   text-decoration:underline; 
   color:#888888; 
   font-size:14px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }

.alink {
   text-decoration:underline; 
   color:#000000; 
   font-size:14px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }

.hlink {
   text-decoration:underline; 
   color:#E10915; 
   font-size:14px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }


/* new headers classes */
h1{
	color : #000000;
	font-family : Arial;
	font-size : 30px;
	font-weight : normal;
	font-style : normal;
}

h2{
	color : #000000;
	font-family : Arial;
	font-size : 24px;
	font-weight : normal;
	font-style : normal;
}

h3{
	color : #000000;
	font-family : Arial;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
}
h4{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


td{
	color: #000000;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 14px;
}
p,.paragraph,li,ul {
	color: #000000;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 14px;
	line-height: 130%;
        margin-bottom: 5px;
        padding-bottom: 5px;
}                    

.blue h1, .blue h2, .blue h3{
        color:#818bff;
}

.blue p {
        color:#8e97ff;
}

.orange h1, .orange h2, .orange h3{
        color:#5f3e00;
}

.pink h1, .pink h2, .pink h3{
        color:#340149;
}

.kal h1, .kal h2, .kal h3{
        color:#8B7E67;
}