/*
Theme Name: iCatchers Theme
Description: iCatchers Theme.
Author: Ally Gillespie
Version: 1.0
*/


* {

	margin: 0;

	padding: 0;

	}

	

body {

	background: url(images/back.gif);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;

	}

p {
	margin-bottom:16px;
}

img {border:0px;}

#wrap {

	width: 918px;

	margin: 5px auto 0px auto;

	padding: 0px 0px 40px 0px;


	}
	
div#headerleft {
	background: url(images/title.jpg);
	width:218px;
	height:171px;
	float:left;
}

div#headerright {
	height:171px;
	width:700px;
	float:left;
}

div#menu {
	clear:both;
	width:100%;
	text-align:center;
	background:#ac4f13;
	line-height:18px;
	font-size:12px;
	height:18px;
	color:#fff;
}
div#content {
	width:100%;
	background:#fff;
	min-height:400px;
}

div#sidebarleft {
	width:210px;
	float:left;
}

div#sidebarright {
	width:235px;
	float:right;
	text-align:center;
	margin-top:0px;
}

div#innersideright {
	background:url(images/top.jpg) no-repeat #CC9900;
	width:183px;
	padding: 10px 20px 15px;
}

div#contenttext {
	width:440px;
	float:left;
	padding:16px 20px 0 12px;
	font-size:12px;
	background:url(images/dot.jpg) repeat-y right top;
}

div#contenttext h2 {
	padding-bottom:20px;
}

.clearer {
	clear:both;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

