/*-------------------------------------------------
  NCMS Stylesheet - bundled with version 3.2
  Rob Dose Moonrise v-2.0
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-attachment:fixed;
	background-color: #fff;
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size: 16px;
	padding: 0px 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h2
{
	font-family: 'Molengo', arial, serif;
        font-size: 30px;
        font-weight: normal;
	margin: 0;
        text-align:left;
}

.contenttitle a:link, .contenttitle a:visited
{
	color: #000;
}
.contenttitle a:hover, .contenttitle a:active
{
	color: #000b74;
}

/* Links */
a:link, a:visited
{
	color: #000b74;
	text-decoration: none;
}
a:hover, a:active
{
	color: #0011b4;
}

#mpdiv 
{
        width:480px;
        float:left;
        text-align:center;
}
#mpspan
{
        line-height:30px; 
        font-size:14px;
        background-color:#fafafa; 
        padding: 8px 15px 8px 15px;
}


