* {
   margin: 0px;
   padding: 0px;
}

body {
	background: #ffffff url(images/body.gif) repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
  
/* Page */  
  
#page {
	margin: 0 auto;
	background: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	width: 970px;
	text-align: justify;
	color: #191970;
}

a:link {
	color: #483d8b;
}

a:hover {
	text-decoration: none;
	color: #4169e1;
}

a:visited {
	color: #B66411;
}

img {
	border: none;
}

/* Header */

#header {
	height: 350px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

/* Logo */

#logo {

   width: 970px;
   height: 220px;
   text-align: left;
   padding-left: 20px;
   padding-top: 20px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo h1, h2 {
	display: none;
   font-size: 12px;
}

/* Menu */

#menu {
   width: 970px;
   height: 40px;
   padding-left: 0px;
   background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;
}

#menu li {	
	display: inline;
}

#menu a {
	float: left;
	width: 138px;
	height: 27px;
   display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: url(images/img03.jpg) no-repeat right 50%;
	font-weight: bold;
	padding-top: 14px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu .last a {
	background: none;
}

#menu a:hover {
	width: 138px;
	height: 40px;
	color: #FFF8B3;
	text-decoration: none;
	background: url(images/menu_r.gif) repeat-x;
}

/* Content */

#content {
   width: 970px;
   padding-top: 0px;
}

#content p, #content ul, #content ol {
	line-height: 1.8em;
}

#left {
	width: 220px;
}

#left h3 {
  width: 175px;
  height: 27px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 45px;
  padding-top: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: url(images/title.gif) repeat-x;
}

#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(images/title_back.gif) repeat-x top;
	border: 0px;
	padding-top: 60px;
}

#left li {
	padding: 14px;
}

#arc li {
   padding-left: 5px;
}

#left a {
	color: #191970;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#left a:hover {
	color: #4169e1;
}

#left a:visited {
	color: #4169e1;
}

#left p {
   padding: 10px;
}

#right {
   float: right;
   width: 710px;
   padding-right: 10px;
}

#right h4 {
	margin: 0;
	padding: 0px;
	font-size: 18px;
	color: #191970;
	font-weight: bold;
}

#right h5 {
	margin: 0;
	padding: 0px;
	font-size: 16px;
	color: #191970;
	font-weight: bold;
}

#right a {
	color: #4169e1;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h5 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #191970;
}

#right ol, #right ul {
   margin-left: 30px;
}

#right img {
	border: none;
}

#right img.left {
	float: left;
	margin: 0px 20px 5px 0;
}

#right img.right {
	float: right;
	margin: 5px 0 0 20px;	
}

#right_2 {
   float: right;
   width: 970px;
   padding-right: 10px;
}

#right_2 h4 {
	margin: 0;
	padding: 0px;
	font-size: 17px;
	color: #191970;
	font-weight: bold;
}

#right_2 a {
	color: #4169e1;
	text-decoration: none;
}

#right_2 p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right_2 h5 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #191970;
}

#right_2 ol, #right_2 ul {
   margin-left: 30px;
}

#right_2 img {
	border: none;
}

#right_2 img.left {
	float: left;
	margin: 0px 20px 5px 0;
}

#right_2 img.right {
	float: right;
	margin: 5px 0 0 20px;	
}

/* Footer */

#footer {
	clear: both;
	width: auto;
	height: 140px;
	background: url(images/footer.gif);
	
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}