@charset "utf-8";
#header {
	height: 157px;
}
#page_title {
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	color: #ffe3bd;
	height: 25px;
	width: 678px;
	margin-top: 18px;
	margin-bottom: 10px;
	background-color: #7da7d9;
}

#sidebar {
	width: 222px;
	padding-left: 18px;
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
}
#main {
	float: right;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	color: #5382b8;
	width: 696px;
}
p  {
	font-family:"Century Gothic";
	font-size:16px;
	font-style:normal;
	color:#5382b8;
	text-align: justify;
}
.p_color, .p_color a:link, .p_color a:visited, .p_color  a:active {
	font-family:"Century Gothic";
	font-size:16px;
	font-style:normal;
	color:#900;
	text-decoration: none;
}
.p_color a:hover {
	color:#FF9;
}
#footer, #footer a:link, #footer a:visited, #footer  a:active{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	color: #b68bab;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#footer  a:hover{
	color:#900;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999;
	background-repeat: repeat;
	background-image: url(images/body_bg.gif);
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 955px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffe3bd;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
