/*	Reset	*/

* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

/*	Text	*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color: #333;
}
p {
	margin: 1em 0;
}

/*	Headings	*/

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	margin-bottom: .5em;
}
h3, legend {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin: 1em 0 .5em 0;
}

/*	Links	*/

a {
	color: #231F20;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.inline a {
	margin: 0 5px;
}
.inline a.first-child {
	margin-left: 0;
}

/*	Messages	*/

div.message {
	margin: 1em 0;
	font-weight: bold;
	font-size: 15px;
	background-color: #F3F3F3;
	padding: 5px 10px;
}
div.message.error {
	color: #f00;
}

/*	Main Layout	*/

#header, #content {
	margin: 0 10%;
	width: 80%;
	position: relative;
}
#header {
/*	background: url(/img/header_bk.gif) no-repeat center 0;*/
	overflow: hidden;
}
h1 {
	line-height: 70px;
	height: 70px;
	vertical-align: middle;
}
h1 a:hover {
	text-decoration: none;
}
#logo {
	background: url(/img/rain_logo.gif) no-repeat 0 center;
	width: 74px;
	height: 70px;
	margin-right: 10px;
	display: block;
	float: left;
	text-indent: -5000px;
}
#nav {
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-bottom: 2px solid #00A4E4;
}
#content {
	padding-top: 15px;
}

