/* created for yourauctionconnnection1.com by Keith Krieger and Krieger Technology Management */
/* last update October 17, 2005 */
/* updated November 28, 2005 */
/* added rules for list indents, dl indents */
/* modified width for whatwesell_content and whatshot_content,
	footer a:link, h5 bottom margin */

body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:76%;
	color:#333333;
	}

p {
	font-size:1em;
	background-color:#fff;
	}
	
h1 {
	font-size:2em;
	background-color:#fff;
	margin:0em 0em;
	}
	
h2 {
	font-size:1.8em;
	background-color:#fff;
	margin:0em 0em;
	}
	
h3 {
	font-size:1.6em;
	background-color:#fff;
	margin:0em 0em;
	}
		
h4 {
	font-size:1.4em;
	background-color:#fff;
	color:#0D6825;
	margin:0em 0em;
	margin-bottom:-7px;
	
	}
		
h5 {
	font-size:1.2em;
	background-color:#fff;
	color:#0D6825;
	margin:0em 0em;
	margin-bottom:-10px;
	}
	
#howitworks_content h4 {
	margin-bottom:3px;
	}
		
#whatwesell_content h5, #howitworks_content h5 {
    margin-top:3px;
	margin-bottom:2px;
	}
			
#whatwesell_content h6, #howitworks_content h6 {
	margin-top:4px;
	margin-bottom:2px;
	}
	
h6 {
	font-size:1.1em;
	background-color:#fff;
	color:#0D6825;
	margin: 0em 0em;
	
	}
	
a:link {
	color:#0D6825;
	}
	
a:visited {
	color:#333;
	}
	
a:hover {
	color:#fff;
	/* background-color:#0D6825; */
	text-decoration:none;
	}	
	
a:active {
	color:#333;
	background-color:#0D6825;
	text-decoration:none;
	}	

	

	
#masthead a:link, #masthead a:visited, #masthead a:active, 
#masthead a:hover  {
	padding: 0em 0.5em 0em 0.5em;
	}


#howitworks_content ul li, #whatwesell_content ul li {
	/*bullets looked more balanced when pulled into the left margin */
	margin-left:-15px;
	}
	
#whatshot_content dd, #howitworks_content dd, #whatwesell_content dd { /*definition terms looked more balanced with additional left margin  */
	margin-left:15px;
	}
	
/* layout styles */
#wrapper {
	background-color:#fff;
	width:700px;
	/* height:718px; */
	margin:10px auto;
	text-align:left;
	z-index:1;
	}

#header {
	/* removed absolute positioning
	position:absolute; 
	left:15px; 
	top:2px; */
	background-color:#fff;
	margin:0em 0em;
	margin-bottom:.5em;
	padding-bottom:5px;
	width:600px; 
	height:93px;
	/* padding-bottom:3px; */
	border-bottom-color:#f00180;
	border-bottom-style:solid;
	border-bottom-width:1px;
	z-index:2;
	}

#logo {
	width:200px;
	height:93px;
	margin:0em 0em;
	padding:0em 0em;
	float:left;
	background-image:url(images/yac_logo.jpg);
	background-repeat:no-repeat;
	}
	
/* using #topmenu instead of #masthead for the moment */	
#masthead {
	width:300px;
	height:93px;
	margin:0em 0em;
	padding:0em 0em;
	float:left;
	text-align:right;
	background-color:#680d4f;
	}
	
#topmenu {
	/* position:relative; removed for float
	top:30px;
	right:20px; */
	width:400px;
	float:left;
	background-color:#fff;
	text-align:right;
	padding-top:25px;
	}
	
	#topmenu ul {
		list-style:none; /* remove bullet */
		padding:0px; /* remove left indent */
		margin:0px;
		}
	
	#topmenu ul li {
		display:inline; /* set list items to display in a row rather than a block */
		padding-left: 10px; /* add space between each item in the list */
		}
	
	#topmenu a:link, #topmenu a:visited {
		color:#0e6826;
		text-decoration:underline;
		/* font:bold 1.1em Verdana,Arial,Helvetica,sans-serif; using body rules */
		}

	 #topmenu a:hover, #topmenu a:active {
		color:#fff;
		background-color:#f33799;
		text-decoration:none;
		}
		
/* 	removed to use absolute positioning for the top menu
#masthead p {
	padding-top:65px;
	}
*/
	
#howitworks_content {
	/* removed absolute positioning 
	position:absolute; 
	left:5px; 
	top:98px; */
	width:299px; 
	/* height:275px; */
	float:left;
	z-index:3;
	}
	
#whatwesell_content {
	/* removed absolute positioning
	position:absolute; 
	left:305px; 
	top:98px; */
	width:274px; 
	/* height:275px; */
	margin-left:10px;
	float:left;
	z-index:4;
	}

#whatshot_content {
	/* removed absolute positioning
	position:absolute; 
	left:4px; 
	top:376px; */
	width:274px; 
	margin-left:10px;
	/* height:175px; */
	z-index:5;
	}
	
#page_width_content {
	width:599px;
	}
	
#footer {
	color:#fff;
	width:600px;
	margin:0em 0em;
	padding:0em 0em;
	text-align:center;
	background-color:#0D6825;
	}
	
#footer a:link {
	color:#fff;
	}
	
#footer a:visited, a:active {
	color:#fff;
	}
	
#howitworks_content a:link {
	color:#0D6825;
	}
	
a.current {
	color:#333;
	text-decoration:none;
	}
	
.clear {
	clear:both;
	}
