/* CSS Document */
html {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

body {
margin: 0 0 0 0;
padding: 0 0 10px 0;
background-color: #000000;
font-family: sans-serif;
color:#ffffff;
font-size: 12px;
}

div#container{
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 760px;
}

div#contentlayout {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 760px;
background-image: url(images/layout_03.jpg);
background-repeat: no-repeat;
}

div#navi {
margin: 0 0 0 0;
padding: 150px 0 0 0;
width: 200px;
float: left;
color: #999999;}

 ul {
list-style-type: square;
}


div#content {
margin: 0 0 0 0;
padding: 150px 0 0 0;
width: 540px;
float: right;
text-align: justify;
}

a:link, a:visited, a:hover, a:active {
font-weight: bold;
color:#ffffff;
text-decoration: none;
}

a:hover {
text-decoration: line-through;
}

div.clear{
clear: both;
}

fieldset, textarea, .pic, input, select {
background-color: #cccccc;
color:#000000;
border: 1px #666666 solid;
padding: 2px;
}

h1, h2 {
border-bottom: 4px #cccccc solid;
font-size: 16px;
text-transform: capitalize;
font-variant: small-caps;
text-align: right;
color: #999999;
}

#navi h1 {
border-bottom: 4px #cccccc solid;
font-size: 16px;
text-transform: capitalize;
font-variant: small-caps;
text-align: left;}

h2.posttitle {
border: none;
font-size: 14px;
text-transform: capitalize;
text-align: left;
color: #999999;}
