@charset "utf-8";
/* CSS Document */
/* garysfishingstyles */

/* Universal style rule */
*{
/* Block all browser default margines and padding */
margin:0;
padding:0;
}

/* Wrapper contains the layout */
#wrapper{
width:48em;
background-color:#fff;
/* Center the wrapper, put 20 px margin above wrapper */
margin: 20px auto 0 auto;
}

body{
background-color: #369;
}

#leftcolumn{
	background-color:#fff;
	width:15em;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-style:italic;
	color:#369;
	padding:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/* Left margin must match leftcolumn width */
#content{
margin-left:15em;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
background-color:#6cf;
color:#000;
padding:10px;
}

/* Styles h1, h2, h3 elements in the content division */
#content h1, #content h2, #content h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#369;
font-weight:normal;
font-style:italics;
font-variant:small-caps;
letter-spacing:0.08em;
}
/* Size h1 headings in the content division */
#content h1{
font-size:2em;
}
/* Size h2 headings in the content division */
#content h2{
font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
font-size:1.25em;
}
/* Applies to all lists in the content division */
#content ul, #content ol{
padding:10px 20px;
}
/* Applies to all list items in the content divison */
#content li{
margin-bottom:10px;
}
#content p{
line-height:1.5em;
}
#content img{
padding:0 10px;
}
#footer{
	text-align:center;
	font-style: italic;
	font-size:0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
}
