/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #C0C0C0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #008000;
}

#main_wrap {
	background: #C0C0C0;
	
}

h1, h2, h3 {
    font-family: Celtic;
    font-size: 3em;
}

h2 {
    font-family: Celtic;
    font-size: 2em;
}

h3 {
    font-family: Celtic;
    font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #228B22;
}

a:hover {
    color: #32CD32;
	text-decoration: none;
}

img {
    border: none;
}


/* Logo */

#logo {
	background: url(hooleyrecs.png) no-repeat;	
	width: 1007px;
	height: 360px;
	margin: 0 auto;
	background-repeat: no-repeat;
    
}
/* Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: 15px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 25px 5px 0 15px;
	text-decoration: none;
	font-family: Celtic;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-transform: uppercase;
    font-size: 1.5em;
}

/* Content */

#content {
	/*background: url(shamrock_garden_transp.png) no-repeat;*/
	width: 900px;
	/*height: 822px;*/
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#recs {
	width: 500px;
	margin-left: 150px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #FFFFFF;
	
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar a {
}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 10px auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
