@charset "UTF-8";
/* CSS Document */

body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#header h1 {
    margin: 0;
    padding: 0;
	background-color:#f2983c;
}
#header h1 a {
    background-color: #ccc;
	background-color:black;
    border-bottom: 2px solid #ff9a36;
    color: white;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#header h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#222), to(#393b3a));
}

#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#content, #sidebar {
    padding: 10px;
}

#footer_out{
	margin-top: 15px;
	width: 100%;
	height: 45px;
	border-top: 2px solid #f2983c;
	background-color:white;
	padding-top:10px;
}

#footer{
	height: 45px;
	width: 90%;
	margin: auto;
	bottom: -5px;
/*	background-color:#f3f3f3;
	background-repeat:repeat-x;
	border-top: 2px solid #fe9b36; */
	position:inherit;
	bottom:0px;
	font-size:11px;
	color:#999999;
	padding-left:10px;
}
