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

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	color:#E2D3BC;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	vertical-align:top;
	color:#FC9;
	font-size: 36px;
}

a {
	text-decoration:none;
	color:#E2D3BC;
}

h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
h4 {
    margin-top: 0px;
    padding-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}
div#head {
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
}
div#inHead {
    position: relative;
	height:100%;
}

div#columns {
    position: relative;
    width: 750px;
    top: 100px;
    background-color: #CCCCCC;
}
div#side1 {
    position:absolute;
    width:150px;
    top: 0px;
    left:0px;
    background-color: #FF6666;
}
div#content {
    position: relative;
    width: 450px;
    top: 0px;
    left: 150px;
    background-color: #999999;
}
div#side2 {
    position:absolute;
    width:150px;
    top: 0px;
    left: 600px;
    background-color: #00FF66;
}
div#foot {
    position: relative;
    width: 750px;
    clear: both;
    margin-top: 100px;
    background-color: #99FFFF;
}
