﻿body 
{
	font-size: 70%;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #e8eef5;
	margin: 13px 0 13px 0;
	padding: 0;
	text-align: center;
}

#container_wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #c7d5e4;
}

#container
{
	background-color: #ffffff;
	width: 734px;
	border: solid 13px #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../Image/bkg_contentholder.gif);
	background-repeat: repeat-y;
}

img {
	border: 0;
}

#logo
{
	float: left;
}

#picture
{
	float: left;
}

#navigation
{
	background-image: url(../Image/bkg_navigation.gif);
	background-repeat: repeat-x;
	width: 733px;
	height: 28px;
}

#content_holder
{
	width: 626px;
	float: left;
}

#categories
{
	width: 626px;
	height: 64px;
}

#content
{
	height: 235px;
	padding: 5px 0px 5px 40px;
	background-image: url(../Image/bkg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_box {
	width: 130px;
	float: left;
	padding-right: 15px;
}

#left_bar {
	background-image: url(../Image/bkg_leftbar.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 214px;
	float: left;
}

#footer {
	background-image: url(../Image/bkg_footer.gif);
	background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
	width: 704px;
	height: 44px;
	color: #7ea2c0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 160%;
	color: #115c9c;
}

/* SECONDARY PAGES */
#secondary_left_bar
{
	width: 107px;
	height: 213px;
	background-image: url(../Image/bkg_secondary_leftbar.gif);
	background-repeat: no-repeat;
	float: left;
}

#secondary_content_holder
{
	width: 734px;
	background-image: url(../Image/bkg_contentholder.gif);
	background-repeat: repeat-y;
}

#secondary_content
{
	width: 581px;
	background-image: url(../Image/bkg_secondary_content.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 45px 0px 130px 45px;
}

.clearleft
{
	clear: left;
}

.clearboth
{
	clear: both;
}

hr
{
	border: none;
    height: 1px;
    width: 100%;
    background-color: #ffb400;
    color: #ffb400;
}