body {
	background: #42afdc url(wp-content/themes/itheme-1-1/images/main-bg.jpg) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;	
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#logo {
	display: block;
	margin: 10px auto 10px auto;
}
#wrapper {
	width: 545px;
	margin: 0px auto 0px auto;
	position: relative;
}
#nav {
	background: url(wp-content/themes/itheme-1-1/images/content-top-bg.png) no-repeat left top;
	height: 26px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background: #2e91c6 url(wp-content/themes/itheme-1-1/images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
#content {
	padding: 25px 25px 15px 25px;
	width: 495px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
#footer {
	background: url(wp-content/themes/itheme-1-1/images/content-bottom-bg.png) no-repeat;
	padding: 10px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

.info {
	background-image: url(images/info-icon.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: middle;
}
