body {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, sans;
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
}

#wrap {
	position: absolute;
	left: 828px;
	top: 100;
	width: 180px;
}

#wrap_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 780px;
}

#navigation {
	padding: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #d1d1d1;
}

#contact {
	margin-top: 48px;
	padding: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #d1d1d1;
}

h2 {
	margin: -12px;
	margin-bottom: 12px;
	padding: 4px;
	background-color: #d1d1d1;	
}

h2 {
	font-family: helvetica, sans;
	font-size: 1.2em;
	font-weight: normal;
	color: #003ca0;
	text-align: center;
}

a.menu {
	display: block;
	padding: 4px;
	margin-left: -4px;
}

a.menu {
	font-family: helvetica, sans;
	font-size: 1em;
	color: #000;
	line-height: 1em;
	text-decoration: none;
}

a.menu:hover {
	background-color: #72a2da;
}

#content {
	padding: 48px;
	background-color: #ffc;
}

h1 {
	margin: 0;
	padding: 4px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003ca0;
}

h1 {
	font-family: helvetica, sans;
	font-size: 1.2em;
	font-weight: normal;
	color: #003ca0;
}

#footer {
	padding: 12px;
	padding-left: 48px;
}

#footer {
	font-family: helvetica, sans;
	font-size: 0.8em;
	color: #d1d1d1;
}

a.link {
	font-family: helvetica, sans;
	font-size: 1em;
	color: #d1d1d1;
	text-decoration: none;
}


