/* 8/01/2006 Style */


* {
   padding:0;
   margin:0;
}

html, body {
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:#f0f6df;
}

#page {
	width:810px;
	margin:0 auto;
}

#header {
	width:810px;
	height:120px;
	margin: 0 auto;
	background: url('images/header.gif') no-repeat;
	padding:0px;

}

#content {
	padding:5px 30px 0 40px;
	background:url('images/content_bg.gif') repeat-y;
}

/**************************** content ****************************/

#info {
	float:right;
	background:url('images/content_mid.gif') repeat-y;
	width:533px;
}

.post_top {
	background:url('images/content_top.gif') no-repeat;
	width:533px;
	height:31px;
}

.post_btm {
	background:url('images/content_btm.gif') no-repeat;
	width:533px;
	height:31px;
}

.post {
	padding:0 0 15px 25px;
}

img {
	border:1px solid #fff;
	padding:5px;
	margin:3px;

}

a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

h1{
	color:#fff;
	font-weight:normal;
	font-size:32px;
	padding: 40px 0 10px 40px;
}

h2 a{
	position:absolute;
	top:32px;
	color:#666;
	font-size:16px;
	margin:0 0 0 575px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

/**************************** footer ****************************/

#footer{
	text-align:center;
	padding:40px;
	background:url('images/bottom.gif') no-repeat;
	height:42px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}

/************************** article *****************************/

.terminal {

        margin: 5px;
        margin-left: 0px;
        border: 1px solid black;
        background-color: #666666;
        color: #ffffff;
        list-style-type: none;
        font-family: monospace;
        font-size: 11px;
        padding: .5em;
        overflow: auto;
}

.terminal a:link { color: #FFFF00; }
.terminal a:visited { color: #FFFF00; }

.file {

        margin: 5px;
        margin-left: 0px;
        border: 1px dashed black;
        background-color: #ffffff;
        color: #000000;
        list-style-type: none;
        font-family: monospace;
        font-size: 11px;
        padding: .5em;
        overflow: auto;
}

