/*  edstyles.css :: v.1
    :: base education styles
    :: todo: search results */

/* base */

* { margin: 0; padding: 0; }

body {
    font: normal x-small/135% verdana, arial, sans-serif;
	background-color: #e2e2e2;
}

	
h2 {
    font-size: 1.6em; font-weight: bold; color: #fff;
}
	
p {
	margin-bottom: 10px;
}

a:focus {
    outline: none;
}
.smaller {
    font-size: 82%;
}


/* general structure */

#pageContainer {
    width: 900px; margin: 0 auto 10px auto;
	background-color: #e2e2e2;
}

#mainContainer {
	height: 790px;
	background: url(./images/photography-bg.jpg) #e2e2e2 top left no-repeat;
	position: relative;
}

#formBox {
	padding-top: 340px;
	padding-left: 560px;
	width: 265px;
	}


/* page header */

#siteHeader {
    position: relative; clear: both;
    background-color: #eee;
	border: 1px solid #999; border-top: none;
}
    .siteLogo {
		margin: 18px 0 12px 45px;
		border: none;
	}
    #siteHeader p {
        margin: 0 30% 10px 5px;
    }
	
