body,html  {
	background-color: rgb(25,25,25);
	font: normal normal normal 12px verdana;
	color: rgb(147,147,147);
	margin: 0;

	scrollbar-arrow-color: rgb(210,39,0);
	scrollbar-3dlight-color: rgb(160,160,160);
	scrollbar-darkshadow-color: rgb(160,160,160);
	scrollbar-face-color: rgb(228,228,228);
	scrollbar-highlight-color: rgb(220,220,220);
	scrollbar-shadow-color: rgb(220,220,220);
	scrollbar-track-color: rgb(240,240,240);
}

input,select,textarea {
	padding-left: 5px;
	font: normal normal normal 12px verdana;
	border: 1px solid rgb(186,186,186);
}

textarea {
	overflow: auto;
}

input:hover,textarea:hover,input:focus,textarea:focus {
	color: white;
	background-color: rgb(173,17,28);
}

a {
	color: rgb(232,86,97);
  	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
	border: 0;
}

p {
    text-align: justify;
}

h1 {
	margin: 15px 0 0 0;
    font-size: 24px;
    font-style: italic;
}

h1 span {

}

h2 {
    margin:  0px 0 0 60px;
    font-size: 18px;
    font-style: italic;
}

h3 {
	margin: 0;
}

h4,h4 a {
	margin: 0;
}

div.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
}

div#container {
	width: 1000px;
    min-height: 632px;
	margin: 50px auto;
    background : url(../../images/background.jpg) no-repeat center top;
}

div#header {
	width: 100%;
    height: 315px;
}

div#column_left {
	float: left;
background-color: blue;
}

div#content {
	float: left;
	width: 100%;

    background-color: white;
}

div#column_right {
	float: left;
background-color: purple;
}

div#footer {
    padding: 20px 20px;
    background-color: rgb(237,237,237);
    border-top: 1px solid rgb(76,73,71);
    font-size: 10px;
    color: rgb(137,137,137);
}

div#footer a {
    font-size: 10px;
}