#frame {
margin-left:auto;
margin-right:auto;
width:900px;
}
#header {
	float:left;
	width:900px;
	height:300px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header .menu {
	margin-top: 270px;
	padding-left: 28px;
	color: #FFFFFF;
}
#header .menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	padding-left: 12px;
	font-weight: bolder;
}
#header .menu a:hover {
	color: #442727;
}
.dsi {
	color: #311E1B;
}

#content {
	width:820px;
	padding-top: 45px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	background-color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.8em;
	color: #333333;
}
#content a {
	font-size: 0.85em;
	color: #6eb43f;
	font-weight: bolder;
	text-decoration: none;	
}
#content a:hover {
	
}
#content h1 {
	color: #6eb43f;
	font-size: 1.6em;
	font-weight: lighter;
	padding-bottom: 15px;
}
#content h2 {
	color: #002D6B;
	font-size: 1.3em;
	font-weight: lighter;
}

#footer {
	float:left;
	width:900px;
	height:60px;
	color:#999999;
	font-size:.7em;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#header2 {
	float:left;
	width:900px;
	height:700px;
	background-image: url(images/default.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header2 .menu {
	margin-top: 670px;
	padding-left: 28px;
	color: #FFFFFF;
}
#header2 .menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	padding-left: 12px;
	font-weight: bolder;
}
#header2 .menu a:hover {
	color: #442727;
}
.images {
	border: 1px dashed #6B6460;
	padding: 10px;
}
