/* CSS Document */

a:link {
	color:  #975d01;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #975d01;
	}
a:hover {
	text-decoration: none;
	color: #ffbf00;
	}
a:active {
	text-decoration: blink;
	color: #975d01;
	}

.menu a:link {
	color:#996600;
	text-decoration:none;
	}
.menu a:active {
	color:#996600;
	text-decoration:none;
	}
.menu a:visited {
	color:#996600;
	text-decoration:none;
	}
.menu a:hover {
	color: #ffaa00;
	text-decoration:none;
	}
	
body {
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	line-height:140%;	
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;	
	background-image:url(images/bg.jpg);
 	background-position:top center;
 	background-repeat:repeat-y;  		
	}

h1 {
	font:Verdana; 
	font-size:14px; 	
	FONT-WEIGHT: bold;	 
	margin:0 0 0 0;
	color:#975d01; 
	}

h2 {
	font:Verdana; 
	font-size:12px;
	color:#996600; 		 
	margin:0 0 0 0
	}

h3 {
	font:Verdana; 
	font-size:14px;
	color:#996600;  		 
	margin:0 0 0 0
	}
	
.title_color {
 color:	#996600;
 }
 
.wrapper {
 width: 950px;
 height:100%; 
 margin: 0 auto;
 padding: 0 auto ;
 
 }

 
.wrapper2 {
 width: 900px;
 height:100%; 
 margin: 0 auto;
 padding-bottom:0px;
 margin-bottom:0px; 
 }
 
#header {
 width:900px;
 height:141px;
 margin: 0 auto;
 padding: 0 auto; 
 display:block;
 float:left;
 display:inline;
 position:relative;
 text-align:right;
 }

 
#flash_intro {
 width:900px;
 height:450px;
 margin:0 auto;
 display:block;
 float:left;
 position:relative;
 }

#model_plan1 {
 width:900px;
 height:500px;
 margin:0 auto;
 display:block;
 float:left;
 position:relative;
 }
 	
#container {
	height:100%; 
	width:900px; 
	margin: 0 0 0px 0;
 	padding: 0 0 0px 0; 
 	position:relative;
 	display: block;
 	float:left; 	
	}


.left_column {
 min-height:50px; 
 width:480px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:40px;     
 position: relative;
 display: inline; /* IE Hack */
 float:left;  
 }


* html .left_column {height:50px} /* IE Min-Height Hack */

.right_column {
 min-height:50px; 
 width:370px;
 padding-top:70px;
 padding-bottom:30px;  
 display: inline; /* IE Hack */
 position: relative; 
 float:right;
 text-align: justify;
 line-height:130%;  
 }

* html .right_column {height:50px} /* IE Min-Height Hack */

.left_category {
 min-height:50px; 
 width:430px;
 padding-top:0px;
 padding-bottom:30px;
 padding-right:20px;     
 position: relative;
 display: inline; /* IE Hack */
 float:left;  
 line-height:130%;  
 }

* html .left_category {height:50px} /* IE Min-Height Hack */

.right_category {
 min-height:50px; 
 width:430px;
 padding-top:0px;
 padding-bottom:30px;  
 display: inline; /* IE Hack */
 position: relative; 
 float:right;
 text-align: justify;
 line-height:130%;  
 }

* html .right_column {height:50px} /* IE Min-Height Hack */

/* ------------------------ Model Plan Page -----------------*/

.box {
 height:auto; 
 width:100%;
 padding-top:20px;
 padding-bottom:20px; 
 border-bottom:1px solid #626262; 
 position: relative;
 display: inline; /* IE Hack */
 float:left; 
 }

.box2 {
 height:auto; 
 width:100%;
 padding-top:0px;
 padding-bottom:20px; 
 border-bottom:1px solid #626262; 
 position: relative;
 display: inline; /* IE Hack */
 float:left; 
 }
 
.photo_left {
 height:auto; 
 width:120px;
 padding-top:0px; 
 position: relative;
 display: inline; /* IE Hack */
 float:left; 
 }

.text_modelplan {
 height:auto; 
 width:360px;
 padding-top:0px;
 position: relative;
 display: inline; /* IE Hack */
 float:left; 
 }

.text_modelplan2 {
 height:auto; 
 width:auto;
 padding-top:0px;
 position: relative;
 display: block; /* IE Hack */
 float:right; 
 }


/* ------------------------ End Model Plan Page -----------------*/

.menu {
 width:900px;
 height:25px;
 margin-top:8px;  
 display:block;  
 float:left;
 position: relative;
 text-align: left;
 color:#996600;
 }
 
.menu_and_button {
 width:900px;
 height:72px;
 margin-top:8px;  
 display:block;  
 float:left;
 position: relative;
 text-align: left;
 color:#996600;
 }

.button {
 width:250px;
 height:auto;
 display:block;  
 float:right;
 position: relative;
 text-align: left; 
 }
 
.top_column {
 width:900px;
 min-height:50px;
 margin-top:0 auto;
 padding-top:30px;  
 display:inline;  
 float:left;
 position: relative;
 text-align: left; 
 }
* html .top_column {height:50px} /* IE Min-Height Hack */

.bellow_column {
 width:900px;
 min-height:50px;
 margin-top:0 auto;
 padding-top:0px;  
 display:inline;  
 float:left;
 position: relative;
 text-align: left; 
 }
* html .bellow_column {height:50px} /* IE Min-Height Hack */

.hotel_left_column {
 min-height:50px; 
 width:430px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:20px;     
 position: relative;
 display: inline; /* IE Hack */
 float:left;  
 }

* html .hotel_left_column {height:50px} /* IE Min-Height Hack */

.hotel_right_column {
 min-height:50px; 
 width:430px;
 padding-top:30px;
 padding-bottom:30px;
 padding-left:20px;     
 position: relative;
 display: inline; /* IE Hack */
 float:right;  
 }

* html .hotel_right_column {height:50px} /* IE Min-Height Hack */

img.float {
 float:left;
 margin: 5px 15px 5px 0px;
}


.footer {
	height:30px; 
	width:100%;
	top:10px;		
	padding-top:10px;			
	font-family:"Trebuchet MS";
	font-size:10px; 
	color:#666666;
	text-align: right; 
	position: relative;
	display: block;
	float:left;
	background-color: #0b0b0b;		
	}


.highlight {
scrollbar-face-color: #3e3023;
scrollbar-shadow-color: #36291f;
scrollbar-highlight-color: #af8f72;
scrollbar-3dlight-color: #3e3023;
scrollbar-darkshadow-color: #c2ad96;
scrollbar-track-color: #886b4d;
scrollbar-arrow-color: #e2d8cd;
}	
.left_column2 {
 min-height:50px; 
 width:800px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:40px;     
 position: relative;
 display: inline; /* IE Hack */
 float:left;  
 }
 .text_modelplan2 {
 height:auto; 
 width:600px;
 padding-top:0px;
 position: relative;
 display: inline; /* IE Hack */
 float:center; 
 }
 