body {
	margin: 11px 0 0 0;
	padding: 0;
	background: url(images/bg.gif) repeat-x;
	background-color:#D2D2D2;
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    font-size : 12px;
    text-align : justify;
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #397BCF;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 920px;
	height: 199px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 920px;
	height: 75px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 61px;
	padding: 8px 5px 0 5px;
	background: url(images/button.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	font-weight: normal;
	line-height:35px;
	color: #CCCCCC;
}

#menu a:hover {
	background-image: url(images/button2.gif);
	color: #FFFFFF;
}

#menu .active a {
	background-image: url(images/button3.gif);
	color: #000000;
}
/* Content */

#content {
	width: 920px;
	margin: 0 auto;
}

#navi {
	float: left;
	width: 160px;
}

#content2 {
	float: left;
	width: 540px;
	padding: 0 20px;
}

#navi_re {
	float: left;
	width: 160px;
}

#content3 {
	float: left;
	width: 700px;
	padding: 0 20px;
}
/* Content Elements */

#content h2 {
	height: 16px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	letter-spacing: normal;
	font-size: .9em;
	color: #0E40A1;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #ffffff;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 40px;
	padding: 7px 0 0 0;
	background: url(images/footer.gif) repeat-x;
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: 11px;
}
