@charset "UTF-8";
/* CSS Document */

/*
1) Style changes
-hyperlink color
-scroll bar
-font [size/color] 
-leading and kerning
-tracking
-images
-bulleted list
-horizontal rule
-form

2) Layout changes

-div tag: width
-relationships: how does noe div relate to another

*/

/* Layout */

#wrapper {
	width:850px;
	margin: 0;
	text-align:left;
	position:	relative;
/*	border:0;
	background-repeat: repeat;
	background-color: #66FFFF/*	background-image:url(images/purchase.jpg);
	background-repeat: no-repeat;
	background-position: left;/*	margin: top;
	float: none;
	left: 50px;
*/
	/*height: auto;*/
}

#header {
	text-align:left;
	vertical-align: top;
	clear: right;
	height: 118px;
/*	background-image: url(../assets/images/images/header.jpg);
*/	background-repeat: no-repeat;
	border:none;
}

#navMenu {
/*	background-image: url(../assets/images/images/nav_bar.jpg);
*/	width: 800px;
	height: 30px;
	margin-top: 116px;
	float: left;
	text-align: center;
	clear: inherit;
	border:none;
}

#leftPanel {
	width: 200px;/*these numbers need to add up to the size of the wrapper*/
	float: left; /*these numbers need to add up to the size of the wrapper*/
	/*margin-top: 50px;*/
	/*height: 439px;*/
	border:none;
}

#rightPanel {
	width: 100px;/*these numbers need to add up to the size of the wrapper*/
	float: left;
	display: inline;
/*	clear: both;
	position: relative;
	height: 400px;*/
	border:none;
}

#footer {

clear:both; 
text-align:center;

}

/* -------------------------------------------------------------------------- */

/* Style - visual style changes */

#body { 

font-family:Arial, Helvetica, sans-serif; 
font-size:9pt;
padding:0;
/*margin:0;*/
/*height:100%;*/
 


}

		  
#conentArea {
	/*margin-left: 300px;*/
	/*vertical-align: top;*/
	/*clear: inherit;*/
	float: left;
	width: 500px;
	display:inline;
	/*margin-top: 40px;*/
/*	height: auto;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
*/}
/*#bg {
	background-image: url(images/purchase.jpg);
	background-repeat: no-repeat;
	border:none;
	position:inherit;
	width: 800px;
	height: auto;
	}*/

a { text-decoration:none;
	color: #66CCCC;

}
