html, body {
    height: 100%;
}

html>body #page {
    height: auto;
	}

body {
	background-color:#fff;
	background-image:url(../_img/head-bg2.png);
	background-repeat: repeat-x;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	color:#000;
}

br.clear {
	clear: both;
}

#container{
	width:100%
	min-height:100%;
	height:100%;
	height: auto !important;
}

#page {
	width:990px;
	padding:auto;
	border-left: solid 0px #ccc;
	border-right: solid 0px #ccc;
	text-align:left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	voice-family: "\"}\"";
	voice-family: inherit;
}

#header {
	clear:both;
	text-align:center;
}

#mainarea {
	width:960px;
	clear:both;
	padding-top:10px;
}

#toparea {
  margin-top:-11px;
	width:915px;
	padding-left:45px;
	/*	border: solid 1px #000;	*/
}

#contentarea {
	float:left;
	width:540px;
	padding-left:45px;
	margin: 0 10px 10px 0;
}

#sidebar {
	float:right;
	width:360px;
	margin-top:10px;
	/* border:1px solid green; */
}

#sidebar img {
	border:4px solid #55e855;
}

#contentarea2 {
	width:960px;
	height:150px;
	clear:both;
	padding-left:45px;
}

#contentarea2 img {
	border:4px solid #55e855;
}

#left2 {
	float:left;
	width:360px;
	padding-bottom:5px;
}

#right2 {
	float:right;
	width:540px;
	padding-right:30px;
}

.img-border {
	border:1px solid green;
}

.img1 {
	float:clear;
	display:block;
	padding:0 0 50px 0;
	margin:0 0 50px 0;
	position:absolute;
	width:270px;
	height:180px;
	border:1px solid #000;
}

.img2 {
	float:clear;
	display:block;
	padding:0 0 50px 0;
	margin:200px 0 50px 0;
	position:absolute;
}

#bottomarea {
	width:930px;
	padding-left:45px;
	padding-bottom:8px;
	text-align:center;
}

#footer {
	width:100%;
	height:120px;
	background: url(../_img/footer.png) repeat-x center top;
	clear:both;
	postion:absolute;
	margin-top:120px;
	bottom:0;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

#footercontainer {
	width:900px;
}

#footerleft {
	float:left;
	margin: 10px;
	color:#FFFFFF;
	text-align:left;
}

#footerright {
	float:right;
	margin: 10px;
	color:#FFFFFF;
	text-align:right;
}

h2 {
	font-style:oblique;
}

h3 {
	font-style:oblique;
	font-size:16px;
}

.a-general {
	color:#642a42;
	text-decoration:underline;
}

.a-general:hover {
	color:#de7800;
	text-decoration:none;
}

.a-general:active {
	color:#de7800;
	text-decoration:none;
}

h4 {
	font-size: 14px;
	color:#ff0000;
}

a {
font-weight:bold;
color:#00f;
text-decoration:none;
}

a:hover {
color:#ff0000;
text-decoration:underline;
}


#footercontainer a {
font-weight:normal;
color:#000;
text-decoration:underline;
}

#footercontainer a:hover {
color:#fff;
text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #faa545; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #faa545; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #faa545; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

