
html {
	background-color: black;
	height: 100%;
}

body {
	font: 62.5% 'Helvetica Neue LT Std', 'Helvetica Neue', 'Corbel', 'Calibri', 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin: 0 auto;
}


a { text-decoration: none; border-width: 0; }
img { border: none; }
p, h1, h2, h3, h4, h5, h6, li, td, dt, dd { font-size: 1.0em; font-weight: normal; }
p, ol, dl, blockquote, pre { font-size: 1.3em; line-height: 1.5em; margin: 0 0 1.0em; }
ul { line-height: 1.5em; }


#header a { 
	color : #608CBD; 
	line-height: 0em;
}
#header h1 {
	font-size: 5em;
	color: #608CBD;
	line-height: 0em;
}
#header h2 {
	font-size: 3em;
	color: #608CBD;
	line-height: 0em;
}
#header {
	left:0px;
	top:0px;
	width:780px;
	height:95px;
	background-color: black;
	margin: 0;
	text-align: left;
}

.whitebar {
	position: relative;
	width:780px;
	height: 2px !important;
	background-color: #FBEDD3;
}

.linkbar a { text-decoration: none; color: #FBEDD3; font-weight: bold; }
.linkbar a:hover { background: #C5FFFF; color: #608CBD }
.linkbar {
	position: relative;
	width: 780px;
	height: 19px;
	background-color: #608CBD;
	color: #FBEDD3;
	font-size:1.3em;
	text-align: right;
}


#mainarea h3 { font-size:1.5em; }
#mainarea p,ul { font-size: 1em; }
#mainarea {
	position: relative;
	width: 760px;
	background-image: url('background.jpg');
	color: #384E66;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.3em;
	text-align: left;
}

.textbox
{
	position: right;
	width: 400px;
}

.imagebox
{
	position: absolute;
	left: 450px;
	top: 30px;
	width: 300px;
}



#mainpage {
	position: relative;
	width: 780px;
	height: 388px;
	background-image: url('wesolve.jpg');
	color: #FBEDD3;
}

#footer {
	position: relative;
	width: 780px;
	color: #FBEDD3;
	font-size: 1.2em;
}


