/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}
#wrapper {
	margin: 0 auto;
	width: 1200px;
}
#header {
	color: #333;
	width: 1180px;
	float: left;
	padding: 10px;
	height: 40px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/harrykernwordmark.gif);
	background-repeat: no-repeat;
	background-position: 27px 25px;
}
#leftcolumn {
	color: #FFF;
	margin: 0px;
	width: 163px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	height: 375px;
}
#rightcolumn {
	float: right;
	color: #FFFFFF;
	border: 1px none #ccc;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 980px;
	display: inline;
}

#homecolumn {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 680px;
	width: 1180px;
	display: inline;
	background-image: url(../images/harrykern-02.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#widecolumn {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 50px;
	height: 680px;
	width: 1100px;
	display: inline;
}


#footer {
	width: 1180px;
	clear: both;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Menu */

ul#menu { width: 700px; height: 23px; font-size: 0.85em; font-family: Verdana, sans-serif; font-weight: normal; list-style-type: none; padding: 0; float: right; margin: 5px 35px 0 0; }
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
ul#menu li a { height: 23px; color: #777; text-decoration: none; display: block; float: left; line-height: 100%; padding: 8px 15px 0; }
ul#menu li a:hover {
	color: #FFFFFF;
}
ul#menu li a.current{
	color: #870D0E;
	padding: 5px 15px 0;
	background-image: url(../images/current-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Submenu */

#navcontainer {
	width: 160px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 100px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#navcontainer a:link, #navlist a:visited
{
color: #777;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Footer */
#wrapper #footer a {
	color: #CCCCCC;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #FFFFFF;
}
#wrapper #rightcolumn p {
	line-height: 24px;
}
#wrapper #rightcolumn p a {
	color: #777;
}
