body {
    color:		#000000;
    font-family:	Tahoma;
}
#title, #menu {
    background-color:	#00458A;
    position:		absolute;
    left:		0px;
    margin:		0px;
    color:		#CCCCCC;
}
#title {
    top:		0px;
    width:		100%;
    height:		50px;
    background-image:	url(img/debian.png);
    background-repeat:	no-repeat;
    background-position:center right;
}
#menu {
    top:		50px;
    width:		150px;
    margin-bottom:	auto;
    height:		100%;
}
#main {
    position:		absolute;
    top:		50px;
    left:		150px;
    margin:		5px 7px;
}
#main h1 {
    font-size:		20px;
    margin-bottom:	0px;
}
#main h2 {
    margin-top:		0px;
    margin-bottom:	0px;
    font-size:		16px;
}
#main h3 {
    margin-top:		0px;
    font-size:		12px;
}
#main p {
<!--    text-indent:	20px; -->
    font-size:		14px;
}
#main p.top {
    text-indent:	0px;
    text-decoration:	underline;
    font-weight:	bold;
}
#main a {
    color:		#000000;
}
#main a:hover {
    text-decoration:	underline;
}

#main form {
    margin-top:		15px;
}
#main td {
    vertical-align:	top;
}
#main .nounder {
    text-decoration:	none;
}
.inmenu {
    border:		#EEEEEE 1px solid;
    margin:		10px 20px;
}
.inmenu h1 {
    margin:		0px;
    font-size:		11px;
    text-align:		center;
    border-bottom:	1px solid #CCCCCC;
    background-color:	#AAAAAA;
    color:		#FFFFFF;
}
.inmenu h1#noborder {
    border-bottom:      none;
}
.inmenu ul {
    margin:		0px;
    padding:		0px;
    list-style-type:	none;
    font-size:		12px;
}
.inmenu li {
    margin-left:	3px;
}
a {
    text-decoration:	none;
}
.inmenu h1 a {
    color:		#FFFFFF;
}
.inmenu li a {
    color:		#CCCCCC;
}
.inmenu .center {
    text-align:		center;
    border-bottom:	1px solid #CCCCCC;
    border-top:		1px solid #CCCCCC;
    margin-left:	-3px;
}
.inmenu .counter {
    text-align:		center;
    letter-spacing:	2px;
    font-size:		13px;    
}
.inmenu input {
    width:		95px;
    margin-top:		3px;
    margin-bottom:	-8px;
}
#title h1 {
    margin:		5px 0px 0px 10px;
    font-size:		19px;
    color:		#EEEEEE;
}
#title h2 {
    margin:		0px 0px 0px 10px;
    color:		#BBBBBB;
    font-size:		12px;
}
