
body {
	font:16px/1.8em 'Yu Gothic';
	color:#484848;
	background:#fff;
	margin:0px;
	padding:0px;
}

#envelop-infor {
	width:1000px;
	text-align:justify;
	line-height:20px;
	margin:0px auto;
}

#envelop-logo {
	height:60px;
}

#envelop-logo img { padding-top:20px;}

#envelop-head {
	height:312px;
	background:url(../images/banner.jpg) left top repeat-x;
}

#navigation {
	width:275px;
	float:left;
	padding-right: 0px;
	padding-bottom: 0px;
}

#envelop-main {
	float:right;
	width:700px;
	padding:40px 0px 0px;
}

#bodycontainer {
	background:#dadada;
	padding:40px 65px 40px 60px;
}

#envelop-foot {
	margin:30px 0px 0px 0px;
	background:url(../images/footer.gif) center top repeat-x;
}

#footer {
	font:1em 'Yu Gothic';
	width:1000px;
	height:60px;
	padding:30px 0px 0px;
	margin:0px auto;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}


.floated {
	float:left;
	margin:0px 0px 10px 0px;
}

.sub {
	float:left;
	margin:10px 0px 25px 0px;
}

h1{ margin:0; padding:0}

h2 {
	color:#000;
	padding:0px 0px 25px 0px;
	margin:0px;
	font-family: 'Yu Gothic';
	font-size: 28px;
	font-weight: normal;
}

h3 {
	color:#1465e9;
	font-family: 'Yu Gothic';
	font-size:20px;
	font-weight: normal;
	font-weight:bold; 
	padding:0px 0px 5px 0px;	
	margin:5px 0 5px;
}

p {
	font-size: 1em;
	line-height:1.8em;
	padding: 0px 0;
	margin: 0 0 8px 0;
	color:#333;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#1465e9;
}

.envelop-navi {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.envelop-navi ul {
	margin:0px;
	padding:0px;
}

.envelop-navi ul li {
	padding:25px 0px 5px 0px;
	list-style:none;
	border-bottom:1px solid #eee;
	margin:0px;
}

.envelop-navi li a {
	font:1em Myriad Pro, Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	text-transform:uppercase;
	background:url(../images/topdisc.png) 0px 0px no-repeat;
	text-decoration:none;
	padding:0px 0px 10px 25px;
}

.envelop-navi li a:hover {
	color:#1758a7;
}

#footer p {
	color:#444;	text-align:center;

}

#footer a {
	color:#444;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}




