/*  
Description: Irelands Own Radio
Version: 1.0
Author: Andrew Pease
Author URI: http://www.elemental-net.ca
*/

/* \*/
	 	* html .gainlayout { height: 1%; }
/* */

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 640px;
}
#body {
	text-align: left;
	margin: 8px auto 0 auto;
	width: 1024px;
}

#header {
	border: 0px;
	margin: 0px 0px 0px 0px;
	width: 1024px;
	height: 105px;
	clear: both;
}
#sidebar {
	border: 0px;
	margin: -4px 50px 0px 0px;
	float: left;
	width: 68px;
}
#main {
	float: left;
	width: 600px;
	padding-bottom: 50px;
	margin: 0px 0px 8px 0px;
}

#footer {
	clear: both;
	text-align: center;
	margin-left: 100px;
}

/* Global Fonts & Colors */
body {
	font: 70%/150% Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
cite, input, textarea, select {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}


/* Default Link Styles */
a:link, a:active { text-decoration: underline; color: #17A; padding: 2px 0; }
a:visited { text-decoration: underline; color: #035; padding: 2px 0; }
a:hover, a:focus { text-decoration: underline; color: #6BD; padding: 2px 0; }

.bg {
	background: #e4d9cd url(images/back_knot.gif) no-repeat right center;
}

.picture {
	float: right;
	font-style: italic;
	text-align: right;
}	

.heading1 {
	font-size: 200%;
	font-weight: bold;
}
.heading2 {
	font-size: 150%;
	font-weight: bold;
}