@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/design/bgDragon.jpg);
	background-repeat:repeat;
        height: 100%;
}

#wrap{width:725px;
	margin:0 auto;
	z-index: 2;
	height: 100%;
} /* "auto" makes the left and right margins center the wrapper */
	
#mainContent {
	position: relative;
	width: 700px;
	bottom: 0px;
	padding: 10px;
	border-left-color:#5e4530;
	border-left-width:thin;
	border-left-style:solid;
	border-right-color:#5e4530;
	border-right-width:thin;
	border-right-style:solid;
	background-color:#fff;
}

#navbar{
	position: relative;
	top: -50px;
}

#leftColumn{
	position: relative;
	top: -60px;
	width: 330px;
	padding-left:10px;
	padding-bottom: 130px;
	z-index: 1;
}

#rightColumn{
	position: absolute;
	top: 163px;
	left: 370px;
	width: 330px;
	z-index: 2;
}

#fish{
	position: relative;
	bottom: -10px;
	left: -10px;
}

#flashDiv{
	position: relative;
	top: -50px;
}

body,td,th {
	font-size: 12px;
	color: #5e4530;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

a {
     outline: none; 
}

img
{
border-style: none;
text-decoration: none;
}
