/* CSS Document 
copyright 2007 Nguyet Vuong
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;p
}


body { line-height: 1.5; background: #555555}

body {
  min-height: 100%;
  text-align: center;
  font-size: 10pt;
  color: #464646; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

* html body {
  height: 99%;
}


/* Nav
-------------------------------------------------------------- */


#nav ul {
  list-style: none;
  margin: 0px auto;
  text-align: right;
  padding: 10px 0 9px 10px;
  font-weight: normal;
  font-family: "hutlog", "Goudy Old Style", "Book Antiqua", Georgia; 
}

#nav ul li {
  list-style: none;
  color: #fff;
  display: inline;
}

#nav a {
  padding: 10px 10px 9px 10px;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  font-family: font-family: "hutlog", "Goudy Old Style", "Book Antiqua", Georgia; 
}

#nav a:link, #nav a:visited {
  color: #ffffff;
}

#nav a:hover, #nav a:active {
  color: #555555;

}



/* Footer
-------------------------------------------------------------- */
.footer {
    padding: 2em 0 0 0;
    font-size: 1em;
	color: #e1e1e1;
}



/* TYPOGRAPHY
--------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #555555; 
  font-family: "hutlog", "Goudy Old Style", "Book Antiqua", Georgia; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em;color: #939393;}
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #464646; text-decoration: none; background: #feca00;}
a           { color: #e5bb16; text-decoration: underline; }




/* =========================================================================================== */
/* layout */

#header, #about-header, #contact-header, #nav, #contentwrapper, #header-portfolio, #footer {
  width: 800px;
  margin: 0px auto;
}

#header {
  position: relative;
  height: 90px;
} 


/* Nav
-------------------------------------------------*/

#nav {
	position: relative;
	float: right;
	text-align: center;
	top: 40px;
	height: 42px;
	width: 450px;
}


#logo {
	float: left;
	padding: 20px 0 0 0;
	width: 279px;
	height: 49px;
}


#logo-port {
	float: left;
	padding: 35px 20px 0 0;
	width: 245px;
	height: 118px;
}



#contentwrapper {
	text-align: left;
	min-height: 400px;
  	padding: 0 0 20px 0;
}

#content {
	background-color: #ffffff;
	overflow: auto;
	width: 100%;
	
	
}

#colright {
	width: 770px;
	padding: 15px;
}

#colright-contact {
	padding: 15px 0 25px 25px;
	width: 450px;
	float: left;
}


#colleft {
	width: 270px;
	float: left;
	padding: 40px 0 0 25px;
	height: auto;
}
	
#flashcontent {
	width: 770px;
	text-align: center;
}

#text-area {
	width: 770px;
	padding: 30px 0 15px 0;
}


#text-area-contact {
	width: 450px;
	padding: 30px 0 15px 0;
	float: left;
}

/* about */

#picture {
	width: 275px;
}

.clear:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }

#picture ul{
	margin: 7px 0 0 0;
}

#picture li{
	padding: 5px;
	float: left;
	list-style: none;
}

#picture li a {
	float: left;
}

#picture li:hover {
	border: 0;
}




/* footer */

#footer {
	position: relative;
	clear: both;
	padding: 20px 0 0 0;
	width: 800px;
	
	
	}
	
	#footer p {
	font-size: .9em;
	text-align: left;
	color:#e1e1e1;
	}
