body {
	background-image: url('./img/bg.jpg');
	background-repeat: repeat-x;
	color: #000;
	background-color : #031932;
  	
}

body#layout-naked {
	background-image: none;
	background-color: White;
}


#container {
    background-image: url('./img/innerbg.jpg');
	background-repeat: repeat-y;
	background-position: top;
    color : black;
}

#header {
	background-image: url('./img/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
   background-image: url('./img/menu.jpg');
	background-repeat: repeat-x;
	color: white;
}

q {
    background-color : #d6d7ca;
    color : black;
}


a:link, a:visited {
    text-decoration : none;
    background-color : inherit;
    color: #Blue;
    font-weight: bold;
}

a:hover, a:active {
    text-decoration : underline;
    background-color : inherit;
    color: #Blue;
}

h1, h2, h3 {
	text-align:center;
    background-color : inherit;
}

h2, h3 {

    color: Black;

}

h1 a {
    text-decoration : none;
}

h1 a:hover {
    background-color : inherit;
}

h1 a:visited {
    background-color : inherit;
}

th {
    color: #A03E19;
    background-color : #DEE2BD;
}


/* -------- Form color ---------- */
input, textarea {
    color: #000;
    background-color: White;
    border: #000 solid 1px;
}

input:focus, textarea:focus {
    background-color : #EDEDED;
    color : black;
}


input[type="submit"], input[type="button"]{
    color: #000;
    background-color: #EDEDED;
    border: 1px #000 outset;
    cursor : default;
    cursor : pointer;
}

.phpmaker {
width:auto;
background-color: White;
color: Black;
}

.hidescreen {display:none;}
