/*
Tung CSS
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	background-color: #101627;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCC;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
	color: #FFF;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a:link {
color: #FFFFFF;
font-size:16px
}

a:hover {
	color: #FC0;
}

a:visited {
	color: #999;
}

/* Header */

#header {
	width: 900px;
	height: 193px;
	margin: 0 auto;
	background-image: url(images/header_tung_blue.jpg);
}

/* Menu */

#menu {
	width: 900px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/tung_menu.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 30px 7px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}


#menu a:hover {
	text-decoration: none;
	color: #FC0;
}

#menu #current_item {
	display: block;
	padding: 7px 30px 7px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 0px;
	min-height: 280px;
	background-image: url(images/wrapper_image.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#wrapper-top {
	width: 900px;
	background-image: url(images/wrapper_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content */

#content {
	float: right;
	width: 520px;
	margin: 0;
	padding: 20px 30px 0px 0px;
}
#content p {
	color: #EAE2B5;
}
#content photos slideshow {
	width: 426px;
}
#content video {
	margin-left: auto;
	margin-right: auto;
}
#table td{
	color: #EAE2B5;
	padding-right: 80px;
	font-size: 13px;
	padding-top: 2px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	padding: 20px 0px 0px 30px;
}
#sidebar h1 {
	color: #590000;
}


#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0px 0px 10px 0px;
}

#sidebar li {
	margin: 0;
	padding: 5px 0px 0px 0px;
	line-height: 28px;
	border-bottom: 1px dashed #590000;
	font-size: 1.3em;
	font-style: normal;
	color: #003;
}
#sidebar li span  {
	padding: 0;
	font-style: normal;
	margin-top: -10px;
	display: block;
	font-size: 0.8em;
	color: #590000;
}


#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

/* Footer */

#footer {
	width: 900px;
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 auto;
	background-image: url(images/footer_tung_edgy.jpg);
}


#footer p {
	margin: 0;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0px 0px 220px;
}

#photohome {
	width: 520px;
	height: 101px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px 15px 0px;
	background-image: url(images/home_image.jpg);
	background-repeat: no-repeat;
}
