body
{
	margin:0px;
	background:#fff;
	font-family:arial;
	color:#000;
	font-size:12px;
}

a
{
	color:#007dc3;
}

a:hover
{
	color:#004c77;
}

a img
{
	border:0px;
}

#siteHolder
{
	width:960px;
	height:630px;
	/*position:absolute;*/
	margin-left:auto;
	margin-right:auto;
	/*top:50%;
	margin-top:-315px;*/
}

#siteHolder .intro
{
	width:960px;
	height:610px;
	border:1px solid #eee;
	border-top:0px;
	text-align:left;
}

#siteHolder .site
{
	width:960px;
	height:610px;
	border:1px solid #eee;
	border-top:0px;
	text-align:left;
	background:url("bridget.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
}

#siteHolder .site .header
{
	background:url("header-bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	height:42px;
	border-bottom:1px solid #007dc3;
}

#siteHolder .site .header .image
{
	float:right;
}

#siteHolder .site .header .text
{
	float:left;
	padding-left:15px;
	padding-top:11px;
}

#siteHolder .site .nav
{
	position:absolute;
	bottom:0px;
	left:0px;
}

#siteHolder .site .nav img
{
	border:0px;
}

#siteHolder .site .content
{
	width:655px;
	margin-left:auto;
	margin-right:auto;
	margin-top:55px;
	height:460px;
	overflow:auto;
}

#siteHolder .site .content h1
{
	font-family:tahoma;
	font-size:20px;
	margin:0px;
	margin-bottom:9px;
	font-weight:normal;
}

#siteHolder .site .content h2
{
	font-size:15px;
	margin:0px;
	margin-bottom:9px;
}

#siteHolder .site .content p
{
	margin-top:0px;
	text-align:justify;
}

#siteHolder .site .content .readtopic
{
	display:none;
}

#siteHolder .site .content .shareformHolder
{
	padding-top:15px;
}

#charsLeft
{
	display:inline; margin-right:5px;
}

.blue
{
	color:#007dc3;
}

form
{
	margin:0px;
}


/* SPEAK FORM */
#frmSpeak input[type="text"]
{
	font-size:11px;
	height:12px;
	width:308px;
}
#frmSpeak textarea
{
	font-family:arial;
	font-size:11px;
	width:308px;
	height:100px;
	overflow:auto;
}


/* SHARE FORM */
#frmShare input[type="text"]
{
	font-size:11px;
	height:12px;
	width:180px;
}
#frmShare select
{
	font-size:11px;
	width:186px;
}
#frmShare textarea
{
	font-family:arial;
	font-size:11px;
	width:308px;
	height:100px;
	overflow:hidden;
}

.asterisk
{
	font-size:24px;
	height:16px;
	color:#888;
}

/* SITE CREDITS */
#credits
{
	width:960px;
	height:20px;
	text-align:right;
	padding-top:5px;
}
#credits a
{
	text-decoration:none;
	font:10px Arial,Helvetica,Sans-Serif;
	color:#b1b3b6;
}
#credits a:hover
{
	color:#ed0c8d;
}

.input input,
.input textarea,
.input select
{
	border:1px solid #7F9DB9;
	width:100%;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	color:#555;
}

.input
{
	margin-bottom:9px;
}
