html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
line-height:22px;
text-align: left;
}

.style1 {color: #FF0000}
.style2 {
	color: #00CC00
}
.style3 {
	color: #000000;
	font-weight: bold;
}

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}
p.topquote{
color:#FF0000;
}
p.bottomquote{
}


/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
/*background: #a99190 url(containerBg.gif) bottom left repeat-x fixed; */
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url(../images/headerBg.gif);
}

#header {
	width: 740px;
	margin: 0 auto;
}

h1 a {
font-size: 30px;
letter-spacing: -1px;
float: left;
color: #FFFFFF;
margin:10px 0px 0px 0px;
text-decoration: none;

}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 15px;
display: block;
font-size: 17px;
color: #fff;
text-decoration: none;
}

ul#navigation li a:hover{
color: #CCCCCC;
text-decoration: none;
}
h1 a:hover{
color: #CCCCCC;
text-decoration: none;
}
/************* Content *************/
#content {
width: 740px;
margin: 7px auto 0;
background: #fff;
/*border: 1px solid #fff; */
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	


/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 182px;
background: url(../images/header.jpg) no-repeat;
/*border: 1px solid #44434c; */
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#content h2 {
	font-size:20px;
	color:#999999;
	margin: 15px 0px 15px 0px;
	border-bottom: 1px solid #666666;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(../images/arrow.gif);
}

/************* Main *************/

#main {
margin: 0 20px;
width: 430px;
float: right;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 220px;
margin-left: 20px;
float: left;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #CCCCCC;
width: 740px;
color: #FFFFFF;
border: 1px solid #CCCCCC;
clear: both;
text-align: center;
}
.design{
position: relative;	
clear: both;
margin: 0 auto;
width: 740px;
text-align:right;
}
.design a{
font-size:12px;
color: #CCCCCC;
text-decoration: none;
text-align:right;
}

.form{
margin:25px 0px;
}
.float-left{
float:left;
margin-right:10px;
}
.float-right{
float:right;
margin-left:10px;
}
.style4 {
	color: #0066CC;
}
.con-loz{
margin-bottom:0px;}
