@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	margin: 0; 
	padding: 0;
	height: 98%; /* sticky footer */
}
a {
	text-decoration: none;
	color: #bb0000;
	}	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #535353;
	font-size: 14px;
	background-image: url(../img/background.png);	
	height: 98%; /* sticky footer */
	
}
#container {
	position: relative;
	width: 950px;
	min-height: 98%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -75px auto; /* sticky footer: the bottom margin is the negative value of the footer's height */
	}
#footer {
	clear:both;
	position: relative;
	margin: 10px auto 0 auto;
	height: 10px;
	width: 950px;
	text-align: center;
	font-size: 11px;
	padding: 40px 0 15px 0;
}
#menu {
	/*background-color:#000;*/
	height:30px;
	width:100%;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-size:25px;
	font-weight:normal;
	text-align:right;
}
#menu ul {
	list-style:none;
	
}
#menu ul li {
	float:left;
	margin-left:0px;
	margin-right:15px;
	padding-right:30px;
	background-image:url(../img/br_star.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
}
#menu ul li.last {
	background-image:none;
}
#menu a {
	color: #000;
}
#menu a:hover {
	color: #bb0000;
}
#menu a.active {
	color: #bb0000;
}
#content {
	margin-top:10px;
}

.column {
	width:300px;
	float:left;
	margin-right:25px;
}
.column.columnWide {
	width:600px;
	margin-right:50px;
}
.column.last {
	margin-right:0;
	
}
h1,h2,h3,h4,h5 {
	font-family:"Courier New", Courier, monospace;
	line-height:1.2em;
	font-weight:normal;
	color:#000;
}
h2 {
	font-size: 30px;
	text-transform:uppercase;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 12px;
}
p {
	line-height:1.3em;
	margin-bottom: 10px;
}
p.small {
	font-size:0.7em;
}
p.red {
	color:#F00;
}
p.push {
	margin-top: 7px;
}
#footer p {
	text-align: center;
	line-height:1em;
	}	
#footer img {
	margin: 0 10px -2px 10px;
}
.parabr {
	margin: 20px 0 0px 0;
	width: 100%;
	text-align: left;
	height: 33px;
	background-image: url(../img/br_column.gif);
	background-repeat: no-repeat;
	clear:both;
}
.parabr2 {
	margin: 20px 0 0px 0;
	width: 100%;
	text-align: left;
	height: 33px;
	background-image: url(../img/br_column_small.gif);
	background-repeat: no-repeat;
}
.parabr3 {
	margin: 7px 0 7px 0;
	width: 100%;
	text-align: left;
	height: 33px;
	background-image: url(../img/br_star_grey.gif);
	background-repeat: no-repeat;
	background-position: 50px;
	border-top: 1px solid #bbb;
}
.parabr4 {
	margin: 20px 0 0px 0;
	width: 100%;
	text-align: left;
	height: 33px;
	background-image: url(../img/br_column2.gif);
	background-repeat: no-repeat;
	clear:both;
}
.parabr_full {
	margin: 7px 0 0px 0;
	width: 100%;
	text-align: left;
	height: 33px;
	background-image: url(../img/br_star_full.gif);
	background-repeat: no-repeat;
	clear:both;
}
.parabr_full2 {
	margin: 0px 0 10px 0;
	width: 100%;
	text-align: left;
	height: 1px;
	border-top: 1px solid #979797;
	clear:both;
}
form input.text {
	border: 1px solid #999;
	padding:2px;
	width:180px;
}
form input.submit {
	padding: 2px 15px 2px 15px;
	border: 1px solid #999;
	color:#333;
}
img.leftFlow {
	text-align:left;
	margin:0 15px 15px 0;
}

.social {
	float:right;
	margin-top:-27px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000;
}
.social p {
	float:left;
	margin-top:14px;
	line-height:0em;
	margin-bottom:0;
}
#content .social {
	margin-top:-20px;
	
}
.social a.social_link {
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	float: left; 
	margin-left: 5px;
}
.social a.social_link.facebook {
	background:url(../img/icon_facebook.gif);
}
.social a.social_link.twitter {
	background:url(../img/icon_twitter.gif);
}
.social a.social_link.facebook:hover {
	background:url(../img/icon_facebook_over.gif);
}
.social a.social_link.twitter:hover {
	background:url(../img/icon_twitter_over.gif);
}
.social a.social_link.digg {
	background:url(../img/icon_digg.gif);
}
.social a.social_link.digg:hover {
	background:url(../img/icon_digg_over.gif);
}
.social a.social_link.delicious {
	background:url(../img/icon_delicious.gif);
}
.social a.social_link.delicious:hover {
	background:url(../img/icon_delicious_over.gif);
}
.social a.social_link.stumble {
	background:url(../img/icon_stumble.gif);
}
.social a.social_link.stumble:hover {
	background:url(../img/icon_stumble_over.gif);
}

#content img.right {
	margin: 0 0 0 40px;
	border: 1px solid #000000;
}
