﻿/*
RJG WEB
*/
#menu img {
	margin-right: 20px;
	margin-left: 20px;
}
#content {
	padding: 10px;
}
#contentleft {
	width: 610px;
	float: left;
}
body {
	background-color: #DDDDDD;
	margin: 0px;
}
#wrapper {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#head {
	background-image: url('images/header_bg.png');
	height: 120px;
}
#menu {
	height: 30px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
}
#logo {
	margin-bottom: 10px;
}
#sidebar {
	float: right;
	width: 230px;
}
.clear {
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 150%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #001DDA;
	font-weight: normal;
	font-size: 20px;
}
.img_bottom_space {
	margin-bottom: 20px;
}
#footer {
	background-image: url('images/header_bg.png');
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.footerleft {
	width: 45%;
	float: left;
	margin-top: 20px;
}
.footerright {
	width: 54%;
	float: right;
	text-align: right;
}
#footer p {
	color: #FFFFFF;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
.style1 {
	text-align: center;
}
.style2 {
	border-width: 0px;
}
