body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }



body { 
	background-color: #3581b6;
	font-family: Arial, Helvetica, sans-serif; 
} 


.container {  
	width: 450px;  
	margin: 0 auto;
}  

.containerd {  
	width: 500px;  
	margin: 0 auto;
}  

img {
	border: 0px;
}

a {
	color: #fff;
	text-decoration: none;
}

#logo {
    background: url(images/logo.png) no-repeat;
    height: 111px;
    width: 285px; 
}

#logod {
    background: url(images/logo.png) no-repeat;
    height: 111px;
    width: 285px;
    margin-left: 25px;
}

#logo h1 {
    text-indent: -9999px;
}

#header {
	background-color: #3581b6;
	height: 100px;
    padding-top: 0px;
    padding-left: 85px; 
}

div.kimbiaDiv div.k_snippetDoor {
background-color:#3581b6;
color: #fff;
}

#content {
	background: url(images/bg_main.png) no-repeat; 
	height: 500px; 
	padding: 75px 85px; 
}

#contentdonate {
	background: url(images/bg_kimbia.png) no-repeat top center; 
	color: #00529b;
	font-size: 13px;
	height: 930px; 
	padding: 15px 30px 0px 30px; 
}

#kimbia {
	color: #00529b;
	font-size: 13px; 
	padding: 0px; 
}

#kimbia a {
	color: #87d8f2; 
}


#content p {
	color: #87d8f2;
	font-size: 11px;
	padding: 5px 0 10px 0; 
	line-height: 1.1em; 
	margin: 0;
}

#content h1 {
    color: #fff;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 23px;
	text-align: right;
}

#content h2 {
    color: #fff;
    font-size: 14px; 
    font-weight: bold;
	padding: 0 0 0 0; 
	margin: 0;
    text-decoration: none; 
}

#content h3 {
    color: #fff;
    font-size: 18px; 
    font-weight: bold;
	padding: 0 0 0 0; 
	margin: 0;
    text-decoration: none; 
}



#signup {
	height: 195px;
	width: 280px;
	float: left;
}

#signup input[type="text"] {
	border: 1px solid #f1efe4;
	padding: 8px;
	margin: 4px;
	float: left;
}

#signup input[type="image"] {
	border: 0px;
	padding: 0px;
	margin: 4px;
	float: left;
}

#video {
	height: 160px;
	width: 280px;
	float: left;
	padding-bottom: 10px;
}

#donate {
	height: 55px;
	width: 280px;
	float: left;
	border-top: 1px solid #d6d3c4;
	padding-top: 12px;
}

#donate img {
	border: 0px;
}

#links {
	width: 280px;
	margin: 35px 0 40px 0;
	float: left;
}

#links .left {
	width: 135px;
	height: 100px;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 15px;
}


#links .right {
	width: 110px;
	float: left;
	padding-left: 15px;	
}


#footer {
	background: #f3f1e9;
	height: 150px;
	border-top: 5px solid #00529b;
	margin: 0;
}


#footer p {
	color: #c7c4b3;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #c7c4b3;
	font-size: 10px;
	text-decoration: none;
}

#footer .credits {
	background: #f3f1e9;
	border: 1px solid #d6d3c4;
	padding: 5px 10px;
	margin: 20px 65px;
}


#kimbia input[type="text"] {
	border: 1px solid #f1efe4;
	padding: 5px;
	margin: 2px;
	float: left;
}

#kimbia input[type="image"] {
	border: 0px;
	padding: 0px;
	margin: 5px;
	float: left;
}




