html body
{
	font-family:"Georgia","Serif";
	text-align: left;
	min-width: 500px;
	background: #647086 /*url(/ups/sideback.gif)*/ no-repeat fixed top left;
}
h2
{
/*	text-transform: capitalize;*/
	text-align: center;
	display: block;
	font-weight: bold;
}
#navigation
{
	border: 0px blue dashed;
	margin: 0;
	padding: 0;
	background-color: #C5B993;
        border-top: 1px black solid;
        border-bottom: 1px black solid;
}
#navigation ul
{
	text-align: center;
	margin: 0;
	padding: 0;
}
#navigation li
{
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	font-weight: bold;
	text-align: center;
}
#navigation li:first-child
{
    border-left: 0px;
}
#navigation li a
{
	text-decoration: none;
	margin-right: 0px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
    border-right: 1px #C5B993 solid;
    border-left: 1px #C5B993 solid;
}
#navigation li a:hover
{
	/*color: red;*/
	background-color: #D9D1B9;
	border-right: 1px black solid;
	border-left: 1px black solid;

}
#navigation li a:visited, #navigation li a, #navigation li:first-child a
{
	color: black;
}

#header
{
	background: url(/images/everest_top.jpg) top left no-repeat;
	border: 0px red dotted;
	margin: 0;
	padding: 0;
	display: block;
	width: 700px;
	height: 80px;
}
#header h1
{
	color: white;
       text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 60px;
        letter-spacing: 15px;
        display: block;
        padding: 0px;
        margin: 0px;

}
#header a
{
	color: white;
	text-decoration: none;
}
#container
{
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #AEB6C2;
	display: block;
	border: 0px dashed black;
}
#menu
{
	overflow: hidden;
	height: 100%;
	background-color: #C5B993;
	padding-bottom: 15px;
	padding-top: 5px;
	text-align: left;
	margin-bottom: 20px;
    float: right;
    clear: both;
    text-align: left;
    width: 150px;
    margin-top: 10px;
    margin-right: 5px;
	border: 1px solid black;
}
#menu div.menu_separator
{
	position: absolute;
	margin-left: -1px;
	height: 50px;
	width: 150px;
	background-color: #AEB6C2;
	border-left: 1px solid #AEB6C2;
	border-right: 1px solid #AEB6C2;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#menu h4
{
	text-align: center;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#menu ul
{
    display: block;
    list-style-type: square;
}
#menu ul.noindent
{
    padding: 0px;
    margin: 0px;
    list-style-type: circle;
}
#menu ul.archive
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	list-style-type: none;
	text-align: left;
}
#menu ul.archive a:visited
{
	color: gray;
}
#menu img
{
	border: 0px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 0px black dashed;
}
#menu li
{
}
#menu li a:link, #menu li a:visited
{
	text-decoration: none;
	color: black;
}
#menu li a:hover
{
	text-decoration: underline;
}
div.blog_entry
{
    background-color: #C1CFDB;
    margin: 5px;
	margin-bottom: 12px;
    padding: 5px;
}
span.blog_date
{
	position: absolute;
	margin-top: -12px;
	margin-bottom: 10px;
    background-color: #5A6F81;
    color: white;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
    height: auto;
}
div.blog_comments
{
    text-align: right;
    border-top: 1px dotted black;
}
div.blog_entry a:link, div.blog_entry a:visited
{
    border: 0px white solid;
    color: #fff;
	text-decoration: none;
}
div.blog_entry a:hover
{
	text-decoration: underline;
}
div.blog_entry h3
{
    border-bottom: 1px dotted black;
    margin-top: 10px;
    margin-bottom: 5px;
}
#google_ads
{
	margin-left: 15px;
	margin-bottom: 0px;
}
#content
{
	background-color: #C5B993;
	padding: 2px;
	margin-top: 10px;
	width: 500px; 
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	border: 1px solid black;
	padding-left: 10px;
	clear: none;
}
#lastmodbox
{       
        background-color: #C5B993;
        padding: 2px;
        margin-top: 10px;
        width: 500px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        display: block;
        border: 1px solid black;
        padding-left: 10px;
        clear: none;
}

#content ul.biglist
{
	margin-left: 0px;
	list-style-type: square;
	
}
#content emphasized
{
	font-style: italic;
}
#content key, #content dd
{
	border-bottom: 1px dashed black;
	color: white;
}
#content dt
{
	border-bottom: 1px dashed gray;
}
#content pre
{
	overflow: auto;
	border: 1px dashed white;
	padding: 10px;
	margin: 10px;
	background-color: black;
	color: white;
	font-family: "Courier", "Fixed", "Lucida Grande", Arial, monospace;
	width: 450px;
}
#content pre.source_code
{
	height: 200px;
}
#content pre.dmesg
{
	height: 200px;
}
#content img.small_picture
{
	border: 1px black solid;
	text-align: center;
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 10px;
	clear: none;
}
#content img.small_picture:hover
{
	border: 1px black dashed;
}
#content ul
{
	list-style-type: upper-roman;
}
#content p a:link, #content li a:link
{
	text-decoration: none;
	color: #073B68;
}
#content li a:visited, #content p a:visited
{
	text-decoration: none;
	color: #073b39;
}
#content p a:hover, #content li a:hover
{
	text-decoration: underline;
}
#content input
{
	background-color:white;
	border: 1px dotted black;
	margin: 5px;
	font-weight: bold;
}
#content table
{
	width: 500px;
	border: 0px dashed gray;
	overflow: auto;
}
#content td.a
{
	background-color: transparent;
	background-color: #758EA3;
	/*border-top: 1px dashed white;*/
	/*border-bottom: 1px dashed white;*/
	color: black;
}
#content td.b
{
        background-color: transparent;
        background-color: #758EB3;
        /*border-top: 1px dashed white;*/
        /*border-bottom: 1px dashed white;*/
        color: black;

}
#content td a:visited
{
	color: #616161;
}
#content td a:link
{
	/*color: #995915;*/
	color: black;
	text-decoration: none;
}
#content td a:hover
{
	text-decoration: underline;
}
#content td.first-row
{
	font-weight: bold;
	background-color: #4C6579;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer h6
{
    text-transform: capitalize;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
	text-decoration: underline;
	/*position: relative;
	top: 50%;
	color: wfont-style: italic;font-style: italic;hite;
	bfont-style: italic;order: 0px red dotted;
	margin: 0px;
	padding: 0px;*/
	display: inline;
}
#footer img
{
	border: 0px;
}
#footer
{
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: url(/images/everest_bottom.jpg) bottom left no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	height: 50px;
}
#footer ul
{
    text-align: center;
    margin: 0;
    padding: 0;
	margin-top: 10px;
}
#footer li
{
	display: inline;
}
#content p
{
	/*line-height: 20px;*/
	margin-bottom: 10px;
	margin-top: 0px;
}

#content p.introduction
{
	margin-top: 10px;
}
#content p.introduction:first-letter
{
	font-size: 300%;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 1px;
	padding-top: 0px;
	margin-top: 0px;
}
