/* -----------------------------------------------------------------------

IndoChina Travel Company: Main Site Basic CSS

version: 1.0
email: hello@vanguardistas.net
web: www.vanguardistas.net

----------------------------------------------------------------------- */	

@import url(typography.css);
@import url(nav.css);

body {
	
	margin: 0;
	padding: 0;
	background-color: #111111;
	color: #fff;
	font-size: 11px;
	}
	
		

/* =Layout Divs
----------------------------------------------------------------------- */	

#wrapper {

	margin: 0px auto;
	margin-bottom: 105px;
	padding: 0;
	width: 798px;
	}
	
#header {

	margin: 0;
	padding: 0;
	background: transparent url(images/header.gif);
	height: 95px;
	}	
	
#head_flash {

	margin-left: 6px;
	height: 375px;
	}

		
#content {

	margin: 0;
	padding: 0;
	height: 1450px;
	background: transparent url(images/middle.gif) repeat-y;
	clear: left;
	}

#main_text {

	width: 746px;
	margin-left: 26px;
	padding: 0;
	clear: left;
	}


#footer {

	margin: 0;
	padding: 0;
	height: 105px;
	background: transparent url(images/footer.gif);
	}

img {
	margin: 0px 0px 20px 20px;
	}

/* =Text Styles
----------------------------------------------------------------------- */	

h1 {

	margin: 20px 0px 10px 0px;
	font-family:  Georgia, times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #DBDB94;
	text-align: center;
	}

p {

	font-family:  Georgia, times, serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 18px;
	color: #fff;
	}
	
a {

	color: #DBDB94;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {

	color: #DBDB94;
	font-weight: bold;
	text-decoration: underline;
	}

.intro_text {

	font-family:  Georgia, times, serif;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 22px;
	color: #ccc;
	text-align: left;
	}
	
.header_text {

	margin: 0px 20px 10px 0px;
	font-family:  arial, trebuchet, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	text-align: right;
	}

