/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
img, a img {
	border: none;
	}
h1 {
	font-weight: bold; 
	font-size: 32px;
	}
h2 {
	color: #0072BC;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 22px;
	}
h3 {
	color: #0072BC;
	font-size: 18px;
	font-weight: normal;
	}
p {
	margin-bottom: 18px;
	}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
	}
#outside {
	border: 2px solid #0072BC;
	background-color: #fff;
	padding: 25px;
	width: 800px;
	margin: 25px auto;
	text-align: left;
	}
#container {
	width: 800px;
	height: 768px;
	background-color: #fff;
	}
#header {
	width: 800px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 253px;
	clear: both;
	}
#logo_side {
	width: 192px;
	float: left;
	}
#title_side {
	width: 577px;
	float: right;
	}
#title_side table {
	width: 530px;
	}
#title_side table td {
	text-align: center;
	font-size: 17px;
	}
#left_side {
	width: 375px;
	height: 515px;
	float: left;
	}
#right_side {
	width: 400px;
	height: 515px;
	float: right;
	text-align: right;
	background-image: url(images/right_side_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	font-size: 15px;
	font-weight: bold;
	padding-right: 15px;
	}
#right_side h2 {
	text-align: center;
	}
#nav_box {
	background-color: #8BD3E5;
	width: 237px;
	height: 260px;
	margin-bottom: 30px;
	line-height: 19px;
	}
#nav_box a {
	font-size: 17px;
	padding-top: 10px; 
	margin-bottom: 5px;
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 12px;
	}
#nav_box a:hover {
	color: #fff;
	}
#pic_box {
	width: 310px;
	height: 225px;
	padding: 5px;
	background-color: #0072BC;
	}
