/* COMMON */
* { margin: 0; padding: 0; }
* html img.transparent { /*transparent png's in IE6*/
	background:expression(transparent(this));
}
html {
	overflow: auto;
}
html, body, #container {
	height: 100%;
}
html > body #container {
	height: auto;
	min-height: 100%;
}
body {
	font: 100%/110% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/main/bgrnd-common.jpg) top center repeat-y;
	color: #666666;
}
img {
	border: 0;
}
#container {
position: relative;
}
#header {
width: 100%;
text-align: center;
}
#content {
background: transparent url(../images/main/bgrnd-topmiddle.jpg) top center no-repeat;
padding-top: 1px;
padding-bottom: 98px;
width: 100%;
min-height: 200px;
z-index: 10;
}
#footer {
background: transparent url(../images/main/footer.jpg) top center no-repeat;
height: 98px;
position: absolute;
padding: 0px;
bottom: 0;
width: 100%;
}
#footer p {
color: #FFFFFF;
font-size: 75%;
font-weight: bold;
text-align: left;
margin: 74px 0px 0px 40px;
}
#inside {
width: 1000px;
margin: 0  auto;
text-align: center;
}
/* start CLEARFIX*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header-img { /*kill spaces between images in IE6 */
	font-size: 0px;
}
.clearimg { 
	clear:both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}
/* end CLEARFIX*/
/* END COMMON */

/* start NAVIGAINO*/
#nav {
	margin: 0 auto;
	padding: 0px 20px 0px 70px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	text-align: left;
	list-style: none;
	margin-right: 50px;
}
#nav a, 
#nav a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}
#nav a:hover {
	text-decoration: underline;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#drop{background: transparent url(../images/baloon/baloon.gif) top left no-repeat;height: 200px;width: 250px;}
#drop7{background: transparent url(../images/baloon/baloon7.gif) top left no-repeat;height: 200px;width: 250px;}
#drop6{background: transparent url(../images/baloon/baloon6.gif) top left no-repeat;height: 200px;width: 250px;}
#drop5{background: transparent url(../images/baloon/baloon5.gif) top left no-repeat;height: 200px;width: 250px;}
#drop a, #drop a:visited {font-size: 0.9em; color: #FFFFFF; font-weight: 500;}
#drop a:hover {color: #8cd7ff;}
#drop7 a, #drop7 a:visited {font-size: 0.9em;color: #FFFFFF; font-weight: 500;}
#drop7 a:hover {color: #8cd7ff;}
#drop6 a, #drop6 a:visited {font-size: 0.9em;color: #FFFFFF; font-weight: 500;}
#drop6 a:hover {color: #8cd7ff;}
#drop5 a, #drop5 a:visited {font-size: 0.9em;color: #FFFFFF; font-weight: 500;}
#drop5 a:hover {color: #8cd7ff;}

li ul{ /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 3em;
	background: transparent;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
}
/* end NAVIGATION*/

/* start MainContent */
.mainContent{
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	margin: 1em 2em 2em 2em;
}
.mainContent_left{
	background: transparent;
	float: left;
	width: 700px;
	padding: 5px;
}
.mainContent_right{
	background: transparent;
	float: right;
	width: 140px;
	padding: 20px;
	text-align: center;
}
.mainContent a,
.mainContent a:visited,
.mainContent a:hover {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #006699;
}
.mainContent ul {
	margin-top: 1em;
}
.mainContent li {
	margin: 0em 0em 0.5em 3em;
}
h1 {
	color: #666666;
	font-size: 1.2em;
	font-weight: 800;
	margin: 0.5em 0.5em 0.5em 2.4em;
}
h2 {
	color: #666666;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0.5em 0.5em 0.5em 2em;
}
h3 {
	color: #999999;
	font-size: 1.2em;
	font-weight: 800;
	margin: 0.5em 0.5em;
}
/* end MainContent */

/* start PHOTO PREVIEW*/
div.tumb {
background: url(../images/main/tumb01.gif) no-repeat;
width: 160px;
float: left;
margin: 0 30px 20px;
}

div.tumb img {
margin: 3px;
border: 0;
width: 154px;
}

div.tumb p {
background: url(../images/main/tumb02.gif) no-repeat 0 100%;
font: 75% Verdana, Arial, sans-serif;
color: #333;
margin: 0;
padding: 0 5px 20px 5px;
}

div.tumb a {
	text-decoration: none;
}
/* end PHOTO PREVIEW*/

/* start VIDEO PREVIEW*/
.vtmb {
width: 180px;
padding: 20px 20px 20px 60px;
float: left;
}
.ttmb {
width: 500px;
padding: 20px;
float: left;
}
/* end VIDEO PREVIEW*/