/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 3em;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -3em; /* negative value of footer height */
	height: 3em;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */@charset "utf-8";

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS Document */

/*
*****************************************************************************************************************************************************
*/
a {
	border:0;
	text-decoration:underline;
	color:#000;
}

img {
	border: 0;

}
.floatl {
	margin: 0px 15px 15px 15px;/**/
	float: left;
}


object {
	outline:none;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.3em;
}

.big {
	text-align:center;
	font-variant:small-caps;
	font-size:1.5em;
	line-height:1em;
	font-weight:bold;
}

.tag {
	text-align:center;
	font-variant:small-caps;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	font-stretch:condensed;
	color:#660000;
}

.info {
	text-align:left;
	font-size:1em;
	font-weight:bold;
	font-stretch:condensed;
	color:#000;
}

.intro {
	text-align:right;
	font-size: 1.3em;
	line-height: 1.3em;
}


.bigger {
	text-align:center;
	font-variant:small-caps;
	font-size:2em;
	line-height:1em;
	font-weight:bolder;
}

#main {

}

body {
	background-color:#000;
}

#wrap{
	margin: 0 auto;
	width:944px;
	background-image:url(glowbg1.gif);
	background-repeat:repeat-y;
}

	

#container {
	margin: 0 auto;
	width: 900px;
}

#leftside {
	width: 210px;
	float: left;
/*	background-color: #900; /*crimson*/
}

#rightside {
	width: 690px;
	float: left;
/*	background-color: #C60; /*orange*/
}

#header1 {
	width: 690px;
	height: 60px;
	background-color:#000;
}

#header2 {
	width: 690px;
	height: 60px;
	background-color:#FFF;
/*	background-color: #FF6; /*yellow*/
}

#maincontent {

	padding: 20px 30px 0px 40px;
/*	background-color: #060; /*green*/
}

.rightlink {
	float: right;
	clear: both;
}

#footer {
	text-align:center;
}

#footer p{
	font-size:.8em;
}

.hnd  {
	cursor: pointer;
	cursor: hand;
}
