/* CSS for hardhatsforchrist.org
	 Hand coded by Matthew Farnell
	 Copyright 2007 Matthew Farnell */
	 

/* Body
-------------------------------*/
body {
	font: 14px arial, sans-serif;
	margin: 0;
	padding: 0;
}


/* Layout
-------------------------------*/
#home {
    background: url(/images/front-page.jpg) no-repeat; 
    width: 720px; 
    height: 460px;
}

html>body #home {
    margin-top: -18px;
}

#home h1 {
    display: none;
}

#home h2 {
    font-family: arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 28px 0 0 41px;
}

#home p {
    padding: 30px 17px 0 406px;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23px;
}

#home h2.rv {
    font-size: 18px;
    padding: 60px 0 0 275px;
    color: #AA6B04;
    LETTER-SPACING: 1px;
}


/* Link Appearance
-------------------------------*/
a:hover {
	text-decoration: none;
}

.link {
    text-align: center;
    font-weight: bold;
}

/* Support the Ministry Page
-------------------------------*/
#donation th {
    background: #0E1531;
    color: #fff;
    font-size: 14px;
}

#donation {
    border: 2px solid #E4B04B;
    background: #eee;
    width: 100%;
}

#donation td {
    text-align: center;
    width: 50%;
}

form {
    margin: 0;
    padding: 0;
}

input.search {
    width: 80px;
}
