html {
	background-color: #E4BAD3;
	background-image: url(../images/gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	background-image: url(../images/clouds.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #525252;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-type: circle;
}

#page_container_home {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 83px 0px 0px 0px;
	min-height: 649px;
}

#page_container {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 83px 0px 0px 0px;
	min-height: 649px;
	background-image: url(../images/barely_born_logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#navigation {
	width: 148px;
	float: left;
}

#credit {
	font-size: 10px;
	margin-left: 30px;
	margin-top: 50px;
}

#credit a {
	text-decoration: none;
}

#content_home {
	width: 466px;
	float: left;	
}

#content {
	margin-top: 36px;
	width: 466px;
	float: left;	
}

.indent {
	padding: 0px 30px 0px 22px;
}

.first_para {
	font-size: 14px;
	font-weight: bold;
}

.message {
	font-weight: bold;
}

.jump {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
}

.jump a {
	text-decoration: none;
}


.link_para {
	background-image: url(../images/link_dots.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 15px;
}

/*	EVENT PANEL
----------------------------*/
#event_panel {
	width: 133px;
	float: right;
	margin-right: 13px;
	margin-top: 36px;
	background-image: url(../images/event_panel_tile.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#event_panel_content {
	background-image: url(../images/event_panel_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 96px 17px 0px 19px;
	min-height: 246px;
}

#event_panel_bottom {
	background-image: url(../images/event_panel_btm.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 133px;
	height: 24px;
}

#event_panel h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #35A4D8;
}

#event_panel h1 a {
	color: #35A4D8;
	text-decoration: none;
}

#event_panel h2 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #D34F97;
}

#event_panel h2 a {
	color: #D34F97;
	text-decoration: none;
}

#event_panel p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #525252;
}

.spacer { clear: both; }

#print_footer { display: none; }

/*	FORM ELEMENTS
----------------------------*/
.field_text {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 500px;
}

.field_text_small {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 200px;
}

.field_textarea {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 500px;
	height: 200px;
}

.field_button {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	background-color: #CCCCCC;	
}

.field_button_over {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #FFFFFF;
	background-color: #5A5E59;	
	cursor: pointer;
}

label {
	font-style: italic;
	color: #333333;
}