/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #663333;
	min-width:800px;
	background-image: url(/images/OConnor_Hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(/images/OConnor_Bkg_Columns.gif);
	background-repeat:repeat-y;
}

/* Header Styles */
#header {
	width: 800px;
}

#topnav {
	background-color:#663333;
	padding-left:100px;
	margin-top:-3px;
}

/* End Header Styles */

/* 3 Column Structure */
#left { 
	float:left;
	width:143px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
}

#right { 
	float:right;
	width:139px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
}

#content { 
	margin-left:165px;
	margin-right:161px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:15px;
}
/* End 3 Column Structure */

/* Left Column Styles */
#left {
	background-color:D97F7F;
	text-align:center;
}

#left ul {
	text-align:left;
	font-size: 1.25em;
	list-style-type: none;
	line-height:1.40em;
}

#left a {
	color:#000000;
	text-decoration:none;
}

#left a:hover {
	color:#F9ECEC;
	text-decoration:underline;
}
/* End Left Column Styles */

/* Right Column Styles */
#right { 
	text-align:center;
	color:#8D000A;
}

#right a {
	color:#000000;
	text-decoration:none;
}

#right a:hover {
	color:#F9ECEC;
	text-decoration:none;
}
/* End Right Column Styles */

/* Body Styles */
#content {
	background-color:#F9ECEC;
	color:#663333;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.2em;
}

h2 {
	color:#000000;
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
	color:#663333;
}

h4 {
	padding:1px;
	font-size:1.2em;
	font-weight:normal;
	color:#663333;
}
h5 {
	padding:1px;
	font-size:2.5em;
	font-weight:normal;
	color:#663333;
}

/* Footer Styles */
#bottomfooter {
	width:470px;
	clear:both;
	text-align:center;
	padding-left:165px;
	padding-right:165px;
	padding-bottom:15px;
	padding-top:5px;
}

#bottomfooter a {
	color:#663333;
	text-decoration:none;
}

#bottomfooter a:hover {
	color:#AA5757;
	text-decoration:underline;
}
/* End Footer Styles


/* Misc Styles */
.buybutton {
	margin-left:81px;
}

.small {
	font-size:.9em;
}

.ingredients {
	width:150px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.ingredients ul {
	list-style-type: circle;
}

.directions {
	width:264px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	margin-left:165px;
	border-left:2px dotted #663333;
}	

.recipeimg {
	margin:5px;
}

	.rightcol {
	font-size: 1.25em;
}
