* {padding:0; margin:0;}
body {
	background-color: #c7af9a;
	text-align: left;
	font-size: 0.8em;
	color: #694c2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageouter
{
	position: absolute;
	width: 744px;
	height: auto;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	background-color: #3a1703;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footer
{
	font-size: 0.7em;
	color:#FFFFFF;
	text-align:center;
	float: left;
	width: 744px;
	height: 25px;
	background-color: #3a1703;
	padding-top: 8px;
}
#pageinner
{
	float:left;
	width: 744px;
	height: auto;
	background-color: #e6d7b6;
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-y;
}
#header
{
	width: 744px;
	height: 206px;
	float:left;
	background-image: url(images/Wu%20Shi%20Taiji%20Quan%20and%20Qi%20Gong%20Association.jpg);
	background-position: left top;
}
h1
{
    display:none;
}
.row
{
	width:100%;
	float:left;
}

#menu
{
	float:left;
	width: 148px;
	height: auto;
	min-height: 347px;
}
#content
{
	float:left;
	width: 596px;
	height: auto;
	min-height: 347px;
	background-image: url(images/bg_yinyang.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.innershadedcornermenu
{
	float:left;
	width: 4px;
	height: 5px;
	background-image: url(images/bg_corner.jpg);
}
.innershadedtopmenu
{
	float:left;
	width: 143px;
	height: 5px;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}
.innershadedtopcontent
{
	float:left;
	width: 100%;
	height: 5px;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}
.pagetext
{
	width:566px;
	float:left;
	margin: 15px;
}
.menutext
{
	width:128px;
	float:left;
	margin: 15px;
}
h2
{
	color: #77411b;
	font-size: 1.0em;
	margin: 0px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h3
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
p
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 12px;
    padding-top: 4px;
}

a 
{
	color: #77411b;
	text-decoration: none;
}
a:link 
{
	color:#77411b9;
	text-decoration: none;
 }
a:visited 
{
	color:#77411b;
	text-decoration: none;
 }
a:hover 
{
	color:#f5b90d;
	text-decoration: none;
}
a:active 
{
	color:#f5b90d;
	text-decoration: none;
}

img.right {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.left {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.centered {
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.centered
{
	text-align:center;
}
.border
{
	border: 1px solid #77411b;
}