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: #ffffff;
 /*background-image: url("images/0305logo.gif");*/
 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("images/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("images/h2bg-parp.gif");
 background-repeat: repeat-x;
/* width: auto;*/
/* height: auto;*/
 margin: -10px -10px 1em -10px;
 padding: 5px;
 color: #ffffff;
 font-size: 100%;
 font-weight: normal;
 text-transform: capitalize;
}

div#wrapper h2#fullstory {
 background-image: url("images/h2bg-gray.gif");

}

div#wrapper h3 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 160%;
 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: 150px;
 padding: 0;
 margin-bottom: 10px;
 background-color: transparent;
 text-align: left;
}

#home div#banner {
 background-image: url("images/img-PS_home.jpg");
 background-repeat: no-repeat;
 background-position: 0 0;
}

#inside div#banner {
 background-image: url("images/img-inside.jpg");
 background-repeat: no-repeat;
 background-position: 0 0;
}

div#banner p {
 color#333333;
 text-indent: -9999px;
}


/* div#latestarticle*/
div#latestarticle {
 margin: 0px 0px 10px 200px;
 padding: 10px;
 border: 1px solid #f0f0f0;
}


/* div#sidebar */
div#sidebar {
 float: left;
 display: inline;
 margin: 0px 0px 0px 0px;
 padding: 10px 30px 10px 30px;
 border: 1px solid #f0f0f0;
}

div#sidebar h2 {
 margin:  -10px -30px 0px -30px;
 margin-bottom: 1em;
 color: #ffffff;
 font-size: 100%;
 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;
}
