@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
 
body{
	font-family: arial, helvetica;
	font-size: 20px;
	background-color: #FFF;
}
body,p,ul,li {
	color: rgba(243, 146, 0, 0.75);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	/*width: 400px;*/
	position: relative;
}
h1,h2{
	/*color: rgba(202, 93, 10, 0.9);*/
	color: rgba(243, 146, 0, 1);
}
h1{
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2{
	padding-top: 35px;
	padding-bottom: 5px;
}
p{
	padding-top: 10px;
	padding-bottom: 5px;
}

a{
	/*color: rgba(137, 180, 0, 0.9);
	color: rgba(0, 149, 252, 0.8);
	color: rgba(171, 80, 9, 0.8);*/
	text-decoration: underline;
	
}
a:hover{
	/*color: rgba(137, 180, 0, 0.5);
	color: rgba(0, 149, 252, 0.5);
	color: rgba(171, 80, 9, 0.5);*/
	color: rgba(243, 146, 0, 0.5);
}

.section ul {
    padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.section{
	text-align:left; 
	padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
}

img.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fullPage {
	margin-left: auto;
    margin-right: auto;
	max-width: 960px;
	padding-top: 30px;
    padding-bottom: 50px;
}
