body {
 margin: 0;
 padding: 0;
 color: #333333;
 background-color: #ffffff;
 text-align: center;
 font-family: Palatino, Geogia, Times, 'Times New Roman', serif;
 font-size: 95%;
}

/* master init styles */

h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: none;
}

a:link, a:visited {
 color: #990000;
}

a:active, a:hover {
 color: #006633;
}

ul {
 list-style-type: none;
 margin-bottom: 2em;
}

li {
 list-style-position: outside;
}

/* contents styles */

div#container {
 width: 740px;
 height: auto;
 margin: 0 auto;
 padding: 0;
 background-color: transparent;
 text-align: left;
}

/* div#header */
div#header {
 width: auto;
 height: 60px;
 padding: 10px 0;
 background-color: transparent;
 background-image: url("img/logo-g.jpg");
 background-repeat: no-repeat;
 background-position: 0 10px;
 text-align: left;
}

div#header h1 {
 color#ffffff;
 font-size: 120%;
 font-weight: bold;
 text-indent: -9999px;
}

div#header p {
 color#ffffff;
 font-size: 90%;
 font-weight: normal;
 text-indent: -9999px;
}

/* div#navigation */
div#navigation ul {
 margin-bottom: 2em;
}

div#navigation li {
 display: inline;
 width: auto;
 padding-right: 2em;
 font-size: 100%;
 font-weight: bold;
 text-transform: lowercase;
}

div#navigation a:link, div#navigation a:visited {
 color: #000000;
}

div#navigation a:active, div#navigation a:hover {
 color: #990000;
}

#home div#navigation li#index a, #home div#navigation li#index a:link, #home div#navigation li#index a:visited {
 color: #990000;
}

#home div#navigation li#index a:active, #home div#navigation li#index a:hover {
 color: #000000;
}

#inside div#navigation li#coding a, #inside div#navigation li#coding a:link, #inside div#navigation li#coding a:visited {
 color: #990000;
}

#inside div#navigation li#coding a:active, #inside div#navigation li#coding a:hover {
 color: #000000;
}

/* div#wrapper */
div#wrapperbg {
 width: 760px;
 height: auto;
 padding: 5px;
 background-image: url("img/bgpattern.gif");
 background-repeat: repeat;
}

div#wrapper {
 width: 740px;
 height: auto;
 margin: 0;
 padding: 10px 10px 2em 10px;
 position: relative;
 overflow: hidden;
 background-color: #ffffff;
}

div#wrapper h2 {
 background-image: url("img/h2bg-b.jpg");
 background-repeat: repeat-x;
 width: auto;
 height: auto;
 margin: -10px -10px 1em -10px;
 padding: 5px;
 color: #ffffff;
 font-size: 120%;
 font-weight: normal;
 text-transform: capitalize;
}

div#wrapper h2#latest{
 background-image: url("img/h2bg.gif");

}

div#wrapper h3 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 100%;
 font-weight: normal;
}

div#wrapper h3.patitle {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 115%;
 font-weight: bold;
}

div#wrapper h4 {
 margin: 0.5em 0;
 color: #333333;
 font-size: 100%;
 font-weight: bold;
}

div#wrapper p {
 margin-bottom: 1em;
 color: #666666;
 font-size: 100%;
 font-weight: normal;
 line-height: 150%;
}

div#wrapper p img {
 float: left;
 width: auto;
 height: auto;
 border: 1px solid #877628;
 margin-right: 1em;
 margin-bottom: 0.5em;
}

/* div#banner */
div#banner {
 width: 740px;
 height: 450px;
 padding: 0;
 margin-bottom: 10px;
 background-color: transparent;
 text-align: left;
}

#home div#banner {
 background-image: url("img/ad.gif");
 background-repeat: no-repeat;
 background-position: 0 0;
}

#column div#banner {
 background-image: url("img/b-sky.jpg");
 background-repeat: no-repeat;
 background-position: 0 0;
}

#about div#banner {
 background-image: url("img/ad2.gif");
 background-repeat: no-repeat;
 background-position: 0 0;
}

div#banner p {
 color#333333;
 text-indent: -9999px;
}

/* div#contents */
div#contents {
 float: left;
 position: relative;
 margin: 0;
 padding: 0;
 width: 540px;
 height: auto;
}

div#news {
 position: relative;
 width: 520px;
 height: 400px;
 overflow: auto;
 margin: 0 0 10px 0;
 padding: 10px;
 border: 1px solid #f0f0f0;
 }

div#news p {
 margin-bottom: 1em;
 color: #999999;
 font-size: 90%;
 font-weight: normal;
 line-height: 130%;
 }

/* div#latestarticle & div#article */
div#latestarticle, div#article {
 position: relative;
 width: 520px;
 height: auto;
 margin: 0 0 10px 0;
 padding: 10px;
 border: 1px solid #f0f0f0;
 }

div#article p {
  margin-bottom: 1em;
 color: #999999;
 font-size: 90%;
 font-weight: normal;
 line-height: 130%;
 }

/* div#pastarticle */
div#pastarticle {
 float: left;
 display: inline;
 width: 300px;
 height: auto;
 margin: 0 15px 0 0;
 padding: 10px;
 border: 1px solid #f0f0f0;
}

div#pastarticle p {
 margin-bottom: 1em;
 color: #999999;
 font-size: 95%;
 font-weight: normal;
 line-height: 130%;
}

div#column {
 float: left;
 display: inline;
 width: 300px;
 height: auto;
 margin: 0 15px 0 0;
 padding: 10px;
 border: 1px solid #f0f0f0;
}

div#column p {
 margin-bottom: 1em;
 color: #999999;
 font-size: 95%;
 font-weight: normal;
 line-height: 130%;
}

/* div#links */
div#links {
 float: left;
 display: inline;
 width: 180px;
 height: auto;
 margin: 0;
 padding: 10px;
 border: 1px solid #f0f0f0;
}

/* div#sidebar */
div#sidebar {
 float: right;
 top: 170px;
 right: 10px;
 width: 170px;
 height: auto;
 padding: 10px;
 border: 1px solid #f0f0f0;
}

div#sidebar h3 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 125%;
 font-weight: normal;
}

div#sidebar p {
 margin-bottom: 1em;
 color: #999999;
 font-size: 95%;
 font-weight: normal;
 line-height: 130%;
}

/* address#footer */
address#footer {
 width: auto;
 height: auto;
 margin-top: 1em;
 padding-top: 5px;
 text-align: center;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 font-size: 90%;
 font-weight: normal;
 text-transform: lowercase;
 font-style:normal;
}

