
/*************************************************************************************************/
/* UNIVERSAL Selectors */
/*************************************************************************************************/
*
{
	padding: 0;
	margin: 0;
}

/*************************************************************************************************/


/*************************************************************************************************/
/* ELEMENT Selectors */
/*************************************************************************************************/

body
{
	background: #3d6974;
	font: 62.5%/1.2 Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul
{
	display: none;
}

a
{
	color: #231f20;
	text-decoration: underline;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/*************************************************************************************************/



/*************************************************************************************************/
/* STRUCTURE */
/*************************************************************************************************/

div#page
{
	background: url(../images/pageBg.jpg) 0px 0px no-repeat;
	height: 680px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 980px;
}

div#pageWrapper
{/*
	left: 0px;
	margin: -340px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 50%;
	width: 100%;*/
}

/*************************************************************************************************/

div#contact p.contactLink
{
	display: block;
}

div#contact p.contactLink a
{
	display: block;
	position: absolute;
	left: 533px;
	top: 15px;
	width: 170px;
	height: 20px;
	border: 1px solid #3d6974;
	text-indent: -9999px;
	overflow: hidden;
}

div#contact p.contactLink a:hover
{
	border: 1px dotted #ffffff;
}
