@charset "UTF-8";
/* CSS Document */

body {color:#000; background:#545454; font-family: Arial, Helvetica, sans-serif; margin:0;  padding:0;}

a {color:#036;}

#wrap {
	margin:0 auto;
}

img {outline:none;
border:none;}


#nav {
	background: url(../images/nav_bg.png) repeat-x bottom ;
	width:100%;
	margin:0 auto;
}

#nav img {
}

#nav a {
	color:#FFF;
	font-size:20px;
	padding:10px 20px;
	text-decoration:none;
	display:inline-block;
}

#nav a:hover {
	color:#000;
	background:#FC0;
}

#header {
	clear:both;
	background:url(../images/header_bg.png) repeat-x;
	margin:0 auto;
	width:100%;
}

#header_other {
	clear:both;
	background: url(../images/banner_other_bg.png) repeat-x;
	margin:0 auto;
	width:100%;
}

#title {
	background:url(../images/header-title.png) no-repeat center;
	width:960px;
	height:361px;
	margin:0 auto;
}

#title_other {
	background:url(../images/banner_other.png) no-repeat center;
	width:960px;
	height:165px;
	margin:0 auto;
}


.960 {
	width:960px;
	margin:0 auto;
}

#content {
	background:#CCC;
	padding:0 20px;
}

#inner {
	width:960px;
	margin:0 auto;
}

#inner_column {
	width:45%;
	display:inline;
	padding-top:20px;
	min-height:500px;
}

#footer {
	color:#FC0;
	clear:both;
	background:#545454;
	text-align:center;
	padding-top:10px;s
}

#footer a {color:#FFF; padding:10px 20px;}



.left {float:left; display:inline;}

.right{float:right; display:inline;}

.clear {clear:both;}
