@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	background-color:#e7ddc9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container {
	width: 810px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#content {
	padding: 0;
	background:#fff;
	width: 785px;
	}
	
#left {
	float:left;
	width:199px;
}

#right {position:relative;
	width: 755px;
	padding:40px 20px 10px 20px;
	
}

#header{
	text-align:center;
	height:66px;
}

h1 {margin:0;
color:#ff7d00;
font-size:13px;
}

a:link{
color:#ff7d00;
text-decoration:none;
}


a:visited{
color:#ff7d00;
text-decoration:none;
}

a:hover{
color:#ff7d00;
text-decoration:underline;
}


#logo {
	position:relative;
	/*background-image:url(../images/keyStartLogo.png);
	background-repeat:no-repeat;*/
	width:184px;
	height:66px;
	float:left;
	margin-left:15px;
	}


#separator {
	background-image:url(../images/separator.jpg);
	background-repeat:repeat-x;
	position:relative;
	width:778px;
	height:12px;
	left: 3px;
	top:26px;
	*top:0px;
}

#internalImage {
position:relative;
	background-image:url(../images/internalImage.jpg);
	background-repeat:no-repeat;
	width:778px;
	height:156px;
	margin-left:3px;
	top:28px;
	*top:3px;
	
}

#footer{
position:relative;
height:80px;
background:#fff;
width:785px;
}

#splashhome{
text-align:centre;
position:relative;
width: 555px;
margin:auto;
padding:60px 20px 10px 20px;
}

.splash{
color:#663300;
}