/*************************** Elements ************************************/
body {
	margin: 0px 0px 30px 0px;
	padding: 0px;

	font-family: Georgia, Times, Times New Roman;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	
	background-color: #ccd4cc;
}


p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}




/*************************** Text and Headers ************************************/

h1 {
	margin: 0px;
	padding: 0px;
	
	font-family: Georgia, Times, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
}

h2 {
	margin: 0px;
	padding: 0px;
	
	font-family: Georgia, Times, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	color: #000000;
}




/*************************** Links ************************************/
a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	color: #666666;
}






/*************************** Layout Components ************************************/
#shell1 {
	position: relative;
	width: 878px;

	margin: auto;
	padding: 0px;
}

#shell2 {
	position: relative;
	
	width: 878px;
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;

	width: 878px;
	background-image: url("../images/bg-gm.gif");
	background-repeat: repeat-y;
}

#content {
	margin: 75px 31px 0px 31px;
	width: 820px;
}

#logo {
	position: absolute;
	z-index: 10;
}

#nav {
	position: absolute;
	top: 0px;
	left: 31px;
	
	z-index: 2;
}


#brand {
	position: absolute;
	top: 25px;
	left: 30px;
}


#footer {
	position: relative;
	width: 878px;
	
	padding: 20px 0px 20px 0px;
	
	background-image: url("../images/bg-gb.gif");
	background-repeat: no-repeat;
	background-color: #ccd4cc;
	
	text-align: center;
}


