/******************************
	Basic Containers
******************************/

body {
	cursor: default;
	color: #444444;
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	line-height: 18px;
	background: #EEEEEE;
}

strong {
	font-weight: bold;
}

p {
	margin: 12px 0px;
}

/******************************
	Frames
******************************/

iframe#loginFrame,
iframe#registrationFrame {
	height: 185px;
}

/******************************
	Inputs
******************************/

a:link,
a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.navLink:link,
a.navLink:visited {
	cursor: pointer;
	outline: 0px;
	padding: 6px 10px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #2B7682;
	font-family: 'ArialNarrow';
	font-size: 12px;
	background: inherit;
}

/******************************
	Body/Content
******************************/

#page {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 996px;
	height: 612px;
	margin: -306px 0px 0px -498px;
	border: 1px dashed #CCCCCC;
	background: url('../img/background.jpg') no-repeat;
}

#content {
	width: 359px;
	height: 491px;
	margin: 30px 0px 0px 60px;
	padding: 30px 40px;
	border: 1px solid #C9D1B4;
	background: #DDE5C6;
}

#content header {
	overflow: hidden;
}

#content header #logo {
	float: left;
}

#content header nav {
	float: right;
	padding: 11px 0px 0px 0px;
}

img#secondary {
	position: absolute;
	left: 637px;
	top: 295px;
}

/******************************
	Content Text
******************************/

#contentBody {
	width: 325px;
	margin: 55px 0px 0px 0px;
	font-size: 16px;
}

#contentInnerBody {
	width: 325px;
}

/******************************
	Footer
******************************/

#content footer nav {
	position: absolute;
	bottom: 75px;
	right: 536px;
}