
#endwhite, #endwhite a { color:#000; text-decoration:none; font-size:1.0em; text-align: center; }

p a {
text-decoration: none;
color:#00cc27;
}

p a:visited {text-decoration: none;

	}



ol {
	list-style: none;
}
ol li {

font-weight:bold;
	padding-left: 30px;
	background: url(images/ball.png) no-repeat 5px 0px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 800px;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:transparent url("images/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #555555;
	border-top:1px solid #919191;
	
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#8c3a3a;
	text-decoration:none;
	font-weight:bold;
	padding:7px 30px 0px 30px;
	height:36px;
	background:transparent url("images/divider.png") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/hover.gif") no-repeat top right;	
	}



html,body {height:100%}

* {
margin: 0;
padding: 0;

}

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

}


/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 0px;
padding-top: 15px;
position: relative;

background: url(images/gradient.png)  repeat-x; 
}

* html #container {
	height: 100%;
	
}



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

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

h4 {


color: #00cc27;
text-decoration: none;
}


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

}





#contentHeader {
margin: 0px auto;
width: 800px;
height: 176px;
background: url(images/bg1.jpg) no-repeat;
position: relative;
}

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

#content h1 {
	font-size:20px;
	color:#00cc27;
	margin: 15px 0px 15px 0px;
	border-bottom: 1px solid #8c3a3a;
}

#content h2 {
	font-size:20px;
	color:#00cc27;
	margin: 15px 0px 15px 0px;
	border-bottom: 1px solid #8c3a3a;
}

#main {
margin: 0 0px;
width: 520px;
float: right;

}

#main2 {
margin: 0 0px;
width: 800px;
float: right;

}




.post {
text-align: justify;
}


#secondary {
width: 240px;
margin-left: 0px;
float: left;
text-align: justify;

}


#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #00cc27;
width: 800px;
color: #FFFFFF;
border: 1px solid #CCCCCC;
text-align: center;
}
#footer a {
background: #00cc27;
color: #FFFFFF;
}


.design{
font-size:12px;
position: relative;	
clear: both;
margin: 0 auto;
width: 800px;
text-align:center;
color: #828683;
}
.design a{
font-size:12px;
color: #828683;
text-decoration: none;
text-align:right;
}


.float-left{
float:left;
margin-right:10px;
}
.float-right{
float:right;
margin-left:10px;
margin-top:10px;
}

.line{border-bottom: 1px solid #8c3a3a;
margin-top: 10px;
margin-bottom: 10px;


}