@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 10;
}
html, body {height: 100%;}
body {
	color: #000;
	background-color:#DADADA;
	font: 14px century gothic;
	text-align: left;
}
h1 {
	font: bold 12px Verdana, sans-serif;
	text-align: left;
}
h2 {padding: 1em 0 .2em 0;font: normal 18px/1.5em;}
p {
	margin: 2em 0;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	font-weight: normal;
}
a {color: #666;font-weight: bold;text-decoration: none;}
a:hover {
	color: #000;
	text-decoration: underline;
}
#content-pri h2 {
	color:#F00;
	font-size:28px;
	text-align: left;
}

#container-page {
	margin: 0 auto;
	width: 760px;
	background: #FFF;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container-head {background: #DADADA; height:139px; position:relative;}
#head { margin-top:25px;}

#container-content {padding: 0 .5em 40px .5em;}
#container-content:after {clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;}
#content-pri {width: 700px;float: right; }
#content-sec {
	padding: 1em 0, margin-right
:1em;
	width: 120px;
	float: left;
	background-image: url(smallPic.jpg);
	background-repeat: no-repeat;
}

#container-foot {width: 100%;background: #000;position: absolute;bottom: 0 !important;bottom: -1px;height: 40px;}
#foot {line-height: 40px;padding: 0 1em; position:relative;}
#foot p { /*position:absolute; top:-15px; right:10px;*/ font-size:11px; text-align:center; color:#CCC; margin-top:5px;}
.quotes {
	font-weight: bold;
	color: #F00;
	text-align: left;
	font-size: 12px;
}
red {
	font-weight: normal;
}
.redNoBold {
	font-weight: normal;
	color: #F00;
}
.left {
	text-align: left;
}
.left {
	text-align: left;
}
