/* CSS Document - layout */

/* ALEXANDER PARKER - Industrial Design */
/* Alexander Parker © 2006 */

body {
	font-family: Arial;
	font-size: 8pt;
	line-height:9pt;
	color:#675844;
	text-decoration:none;	
	background-color:white;
}

/********************************************************************************/
/* Master Div - Holds Everything */
#Container{
	width:760px;
	height:490px;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:2px;
	border-color:#dddddd;
	z-index:1;
	visibility:visible;
	}
/* End of Master Div */

/********************************************************************************/
/* Split Divs - Top for content and Bottom for major navigation */
#SplitTop{
	width:760px;
	height:405px;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	}

#SplitBottom{
	width:760px;
	height:85px;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background-image:url(../images/gradient.jpg);
	}

/* End of Split Divs */

/********************************************************************************/
/* Contact + Navigation Parent Div - Holds all of the Primary and Navigation Divs */
#Holder{
	width:760px;
	height:70px;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	}
	/* Contact+Navigation Child Divs */
		/* Navigation Divs */
		#Navigation{
			width:245px;
			height:60px;
			position:absolute;
			overflow:hidden;
			text-align:left;
			left:7px;
			border:none;
			}
			/* Logo Divs */
		#Logo{
			width:254px;
			height:60px;
			position:relative;
			overflow:hidden;
			text-align:left;
			float:left;
			border:none;
			}	
		/* Contact Divs */
		#Contact{
			width:245px;
			height:60px;
			position:absolute;
			overflow:hidden;
			text-align:right;
			right:7px;
			border:none;
			}
/* End of #Holder details */
/********************************************************************************/