﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#377abc url(images/bg_body_02.gif) top repeat-x;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	}
a img {
	border:none;
	}
a {
	color:#3f84c8;
	text-decoration:underline;
	font-weight:bold;
	}
#wrapper {
	width:847px;
	margin:0 auto;
	padding-top:20px;
	}
#header {
	position:relative;
	}
#header #icons {
	position:absolute;
	top:15px;
	left:580px;
	}
#main {
	background:#FFFFFF url(images/main_bottom_47.gif) bottom no-repeat;
	padding:20px 14px 20px 13px;
	}
#left {
	width:565px;
	float:left;
	}
#right {
	width:242px;
	float:right;
	}
#box1 {
	background:#f3f3f3;
	padding:20px;
	}
#box2 {
	background:#fcf8e8;
	padding:20px 30px;
	}
#box3 {
	background:url(images/box3_bg_40.gif) repeat-y;
	padding:10px 20px;
	}
#footer {
	font-size:11px;
	padding-top:10px;
	padding-bottom:20px;
	line-height:20px;
	text-align:center;
	}
#footer a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
.alignCenter {
	text-align:center;
	}
.swoosh {
	background:url(images/swoosh_42.gif) left no-repeat;
	padding-left:30px;
	}