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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
	
#wrap {
	width:925px;
	margin:0 auto;
	border:4px solid #0066fe;
}

#foot {
	width:925px;
	margin:0 auto;
	font-size:10px;92
}

#header {
	height:183px;
	width:100%;
	background:url('images/title.jpg') no-repeat top center;
}

#menu {
	width:100%;
	height:19px;
	background:#0066fe;
	top:163px;
	position:relative;
	padding:4px 0 0 0;
	text-align:center;
}
#menu ul {
	margin-left:-40px;
}
#menu ul, #menu li, #menu li a {
	display:inline;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover {
	color:#999;
}



.footertext{
	float:left;
	width:525px;
	text-align:center;
	color:#0066fe;
	margin-top:20px;
}

.footerhead {
	font-size: 18px;
	font-style: italic;
}

.footerbottom {
	font-size: 13px;
	font-weight: bold;
}

.footerleft {
	float:left;
	margin-left:100px;
}

.footerright {
	float:right;
	margin-right:100px;
}

.clear {
	clear:both;
}

.post {
	padding:20px 60px 0;
	min-height:350px;
}
