* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: courier, courier new;
color: #333333;
background: #fff;
font-size:90%;
text-align:  justify;
}

h1 {
margin: 0;
padding: 0;
font-family: courier, courier new;
font-weight:normal;
text-align:  justify;
text-transform: uppercase;
}



h2, h3, h4, h5, h6 {
padding: 0;
font-family: courier, courier new;
font-size: 120%;
font-weight:normal;
color: #ff421d;
text-align: justify;
text-transform: uppercase;
}


h2 a:link, h2 a:visited {
color: #ff421d;
text-decoration:none;
}

h2 a:hover, h2a:active  {
color: #ff421d;
text-decoration:underline;
}

a:link, a:visited {
color: #612040;
text-decoration:none;
}

a:hover,a:active 
{
color:#612040;
text-decoration:underline;
}


img 
{
border:0px;
max-width: 100%;
decoration: none;
clear: both;
text-align: center;
}



a img 
{
border:0;
}

p {
	margin: 15px 0px 15px 0px;
	padding:0;
}

#top {
position: absolute;
height: 100px;
width: 800px;
top:0;
float: left;
margin: 0px 0px 50px 0px;
}

ul {
display: block;
padding: 0;
margin: 0;
float: left;
left: 0px;
}


li
{
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
float: left;
left: 0px;
}

#main {
width: 840px;
margin: 0 auto;
background:#fff;
}



#menu {
margin-left: 540px;
position:absolute;
width:300px;
top: 150px;
}

#sidebar {
width: 300px;
margin: 0 auto 0 auto;
position: relative;
padding-bottom: 10px;
}


#sidebar li {
	list-style-image: none;
	list-style-type: none;
	padding: 10px 0px 10px 0px;
}


.top li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 20px;
}


#searchform #s{
font-family: courier, courier new;
background: #ffffff;
width: 298px;
text-align: center;
color: #333;
border: solid 1px #dddddd;
left: 0;
padding: 0;
margin: 0;
}

/* Main */


#content {
float: left;
width: 500px;
top: 150px;
position: absolute;
margin: 20px;
}

.post {
	margin: 0px 0px 55px 0px;
	padding:0;
}

/* Comments  */


#commentform {
	margin-top: 10px;
}

#commentform input {
	font: 110%;
	width: 220px;
	border: 1px solid #dddddd;
text-align: left;
align: left;
}

#commentform .textbox {
text-align: left;
align: left;
}

#commentform textarea {
	font: 100% ;
	width: 500px;
	height: 200px;
	border: solid 1px #dddddd;
    text-align: justify;
align: justify;
}

#commentform #submit {
    float: center;
    text-align: center;
	border: solid 1px #dddddd;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#commentform #submit:hover {
    background: #ccc;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #dddddd;
}

/* COMMENT LIST COMMENT LIST */
.commentlist {
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
    text-align: justify;
align: justify;
list-style: none;
}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}



#print {
display:none;
}





