/*
Design by Delicious Webdesign
http://www.delicious-webdesign.com
*/

body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF3399;
	background-color: #FFFFFF;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}

h1 {
	font-weight: normal;
	font-size: 237%;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #325EE1;
	font-size: 14px;
}

a:hover {
	border-bottom: none;
	color: #FC06CB;
}

img {
	border: 3px solid #7F7772;
}

img.left {
	float: left;
	margin-top: 20px;
	margin-right: 10px;

}

img.right {
	float: right;
	margin-top: 20px;
	margin-left: 12px;
}

.bg1 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg2 {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg3 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg4 {
	background: url(images/img08.gif) no-repeat left bottom;
}
.bg5 {
	background: url(images/img09.gif) no-repeat left bottom;
}
.bg6 { background: url(images/img10.gif) no-repeat right bottom; }
.bg7 { background: url(images/img11.gif) no-repeat right bottom; }



.box {
	float: left;
	width: 257px;
	padding-right: 3px;
}

.box .title {
	height: 10px;
	text-transform: lowercase;
	font-size: 167%;
	padding-top: 55px;
	padding-right: 10px;

}

.box .content {
	text-align: left;
	margin-right: 5px;
}

.list {
	list-style: none;
	background-position: left;
	text-align: left;
}

.list li {
	background-image: url(images/img07.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* Header */

#header {
	width: 765px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/iblogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header h1, #header p {
	font-weight: normal;
	color: #000000;
}

#header h1 {
	float: left;
	text-transform: lowercase;
	line-height: 72px;
	font-size: 72px;
	padding-top: 58px;

}

#header p {
	float: right;
	padding: 11px 0 0 0;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header p a {
	font-size: 167%;
}

#header a {
	border: none;
	color: #000000;
}

/* Page */

#page {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 520px;
}

#content p, #content ul, #content ol {
	line-height: 1.8em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #DCDCDC;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	background: url(images/img07.gif) no-repeat 0 10px;
	border-top: 1px dotted #DCDCDC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebar li li.first {
	border-top-color: #FFFFFF;
}

#sidebar h2 {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border-bottom: 1px dotted #666666;
}

/* Footer */

#footer {
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #000000;
}

#footer p {
	background: #000000;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer a {
	border: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

#legal {
}

#legal strong {
	display: block;
	padding: 20px 0 0 0;
	background: url(images/img12.gif) no-repeat center top;
	text-transform: lowercase;
	letter-spacing: 3px;
	font-size: 182%;
	font-weight: normal;
}

a:link {
	color: #375FD8;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F402B8;
}
a:active {
	text-decoration: none;
}
.noborder { border: 0px}
