/*
@author Tim Pick
Visual stuff for PyWrath website.
A simple console looking colour scheme.
pywrath.sourceforge.net

*/
body {
font-size: larger;
font-family: mono,sans-serif;
/*background-color: #ceecc4;*/
background-color: #617C62;
color: #000000;
padding: 0px;
margin: 0px;
}
a:link {color: #034517;}
a:visited {color: #034517;}
a:hover {color: #6C1F25;}
a:active {}

.menu_item {
display: block;
text-align: right;
/*border-right: 5px solid #35B7FF;*/
border-bottom: 5px solid #004073;
border-right: 5px solid #004073;
padding-left: 0px;
margin-left: 0px;
background-color: #617C62;
}

.menu {
position: absolute;
left: 15px;
top: 115px;
width: 169px;
border: 0px solid;
z-index: 111;
background-color: #000;
}

.main {
position: absolute;
top: 95px;
left: 20px;
background-image: url('https://pywrath.sourceforge.net/armytank.gif');
background-repeat: no-repeat;
background-color: #c4d3c4;
background-position: bottom right;
padding-right: 20px;
padding-left: 200px;
margin-right: 0px;
z-index: 10;
border: 5px solid #004073;
min-height: 400px;
right: 20px;
}

.header {
position: absolute;
top: 0px;
left: 20px;
right: 20px;
height: 80px;
border-bottom: 5px solid #004073;
border-left: 5px solid #004073;
border-right: 5px solid #004073;
overflow: hidden;
background-color: #000
}

#banner {
}

#head_space{
float: right;
top: 0px;
height: 0px;
}

#menu_top{
border-top: 0px;
border-bottom: 5px solid #004073;
border-right: 0px;
border-left: 5px solid #004073;
height: 40px;
background-color: #c4d3c4;
}

#menu_bottom{
}

#menu_home{
border-top: 5px solid #004073;
}

p {
z-index: 12;
}

tank {
z-index: 11;
}

#spacer {
border: 0px solid;
height: 400px;
width: 0px;
float: right;
}

h1,h2,h3,h4,h5,h6 {
color: #004073;
}