body {
	background: #d1e3f7 url(bg.jpg) fixed;
	font-family:Palatino,georgia, serif;
	color: #2d363b;
	margin:0;
	padding:0;
	}
	
h1 {
	font-size:12px;
	letter-spacing:5px;
	padding:0 0 0 15px;
	margin-left:10%;
	margin-top:40px;
	text-transform: uppercase;
}

a {
	font-family:'lucida grande', 'trebuchet ms', verdana, sans-serif;
	background-color:#e2ebf7;
	text-decoration: none;
	letter-spacing:1px;
	font-weight:normal;
	color: #2d363b;
	text-transform: uppercase;
	font-size:12px;
	padding:2px 4px;
}

a:hover {
	background-color: #99b3ca;
	color: #fff;
}


#container {
	background: transparent url(bg.png) repeat;
	width:35%;
	padding:15px;
	margin-left:10%;
	margin-bottom:20px;
	border:#e2ebf7 solid 1px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius:10px; 
	-webkit-border-bottom-right-radius:10px; 
}

#footer {
	margin-left:10%;
	margin-bottom:0;
	background: transparent url(bg.png) repeat;
	width:35%;
	padding:15px;
	border:#e2ebf7 solid 1px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius:10px; 
	-webkit-border-top-right-radius:10px; 
}

#footer a {
	background-color: transparent;
	font-size:25px;
	line-height:25px;
	font-weight: normal;
	font-family:Baskerville,'hoefler text', palatino, georgia, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: none;
}

#footer a:hover {
	background-color: transparent;
	color:#55a0c8;
}

p {
	font-size:15px;
	line-height:22px;
	margin:15px 0;
}

.indent p {
	text-indent: 5px;
}

.indent > p:first-child {
	text-indent: 0px;
	margin:15px 0;
}

h2 {
	font-size:25px;
	line-height:25px;
	font-weight: normal;
	font-family:Baskerville,'hoefler text', palatino, georgia, serif;
	margin:35px 0 0 0;
	font-style: italic;
	letter-spacing: 1px;
}

#container > h2:first-child {
	margin-top:0 !important;
}


