#wrap {
	width:770px;
	margin: 0 auto 0 auto;
	background: #D4D7D8 url('../images/wrap_bg.gif') repeat-y;
}
#contentwrap {
	width:740px;
	padding: 0 15px;
	background: url('../images/wraptop_bg.gif') no-repeat;
}
#left,
#right{
	float:left;
}
#left{
	width:280px;
}
#right{
	width:445px;
}

#head{
	height:100px;
}
#logo{
	float:right;
	margin: 15px 0 0 0;
}
#content{
	padding: 30px 0;
}

/* Footer */
#footer {
	width:740px;
	padding: 0 15px 14px 15px;
	background: url('../images/wrapbottom_bg.gif') no-repeat bottom;
}
.col3{
	float:left;
	padding: 7px 10px;
	font-size:11px;
	color:#888;
	width:225px
}
.col1_3{
	text-align:left;
}
.col2_3{
	text-align:center;
}
.col3_3{
	float:right;
	text-align:right;
}

/* Navi */
#navi{
	height:30px;
	margin:0px;
}
#navi li{
	display:block;
	float:left;
	width:auto;
	margin:0px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
#navi a,
#navi a:link,
#navi a:visited,
#navi a:hover{
	display:block;
	padding:7px 11px 7px 11px;
	text-decoration:none;
	text-transform:uppercase;
	border-right:1px solid #fff;
	font-size:11px;
	font-weight:bold;
	color:#4e4d4f;
	letter-spacing:1px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#navi a:hover{
	color:#fff;
}
#navi .last a{
	border-right:0px solid !important;
}
#navi .first a,
#navi .first a:hover{
	padding-left:0;
}
#navi .active a,
#navi .active a:hover{
	color:#fff;
}


/* Sub-Navi */
#subnavi{
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
}
#subnavi ul{
	display:block;
	margin:0px;
}
#subnavi li{
	display:block;
	float:left;
	width:auto;
	margin:0px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
#subnavi a,
#subnavi a:link,
#subnavi a:visited,
#subnavi a:hover{
	display:block;
	padding:0 10px 0 0;
	margin:2px 10px 5px 0;
	text-decoration:none;
	border-right:1px solid #999;
	font-size:11px;
	font-weight:normal;
	color:#4e4d4f;
}
#subnavi a:hover{
	color: #c20d07;
}
#subnavi .last a{
	border-right:0px solid;
}
#subnavi .first a{
	padding-left:0;
}
#subnavi .active a,
#subnavi .active a:link,
#subnavi .active a:visited,
#subnavi .active a:hover{
	color:#c20d07;
	font-weight:bold;
}

/* Footer Navigation */
#footer .col2_3 a,
#footer .col2_3 a:link,
#footer .col2_3 a:visited,
#footer .col2_3 a:hover{
	font-size:11px;
	color:#888;
	text-decoration:none;
	letter-spacing:0px;
}
#footer .col2_3 a:hover{
	text-decoration:underline;
}