/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{   
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

#container
{
   position: relative;
   margin: 0 auto 0 auto; /* center on everything else */
   width: 682px;
   text-align: left;
}
#container-inner {
	position: static;
	width: auto;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody {
	position: relative;
	width: 100%;
}
#pagebody-inner {
	position: static;
	padding: 15px;
	width: auto;
}

/* basic page elements */

body, table, td
{
   font-family: verdana, 'trebuchet ms', helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #C2D2E6; text-decoration: underline; }
a:hover { color: #6D85A4; }

h1, h2, h3, h4, h5, h6
{
   font-family: verdana, 'trebuchet ms', helvetica, arial, sans-serif;
}

/* page layout */

body
{
   min-width: 682px;
   color: #D7E1EF;
   background: #000;
}

#container
{
   width: 682px;
   background: #123056;
}

#container-inner
{
   border-width: 6px 1px 6px 1px;
   border-style: solid;
   border-color: #2C64AC;
}

#banner
{
   width: 680px; /* necessary for ie win */
   background: url('http://xn--80abg7ahj4a.xn--j1adp.xn--p1acf/images/wingchun_01.jpg') no-repeat top left;
}

#banner-inner
{
   height: 107px;
   padding-top: 150px;
   padding-left: 20px;
}

h1 {
	font-size: 22px;
	padding-bottom: 10px;
}

.beta
{
   background: url('http://xn--80abg7ahj4a.xn--j1adp.xn--p1acf/images/back_inner2.jpg') no-repeat bottom right;
   padding-bottom: 45px;
   text-align: justify;
}

.imgtable img {
	border: 2px solid #C1C8D1;
}

.entry .entry-header {
font-weight: bold;
margin-bottom: 20px;
}

.entry {
margin-bottom: 30px;
}