/***** Global Settings *****/

@import url(reset.css);

body, html { 
	background: url(../images/bg4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	height: 100%; width: 100%;
	font-size: 12px; }

/***** Font Styles *****/


/***** Layout Elements (from top left to bottom right) - for 1024px width *****/

#outer {
	height: 100%; 
	width: 100%;
	overflow: visible; 
	position: relative; }
	
#outer[id] { display: table; position: static; }

#middle {
	position: absolute; 
	top: 50%; } /* for explorer only*/
	
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner { 
	background: white;
	opacity: 0.85;
	position: relative; 
	width: 792px; 
	margin-left: auto; margin-right: auto;
	padding: 1px;
	border: 2px solid #fff;
	top: -50%; } /* for explorer only */
	
#toppart {
	width: 100%;
	height: 28px;
}
	
#left {
	position: relative;
	left: 0px;
	width: 266px;
	background: url(../images/pink.gif);
	height: 560px;
}

#left #item1 {
	font-family: "Arial Rounded MT Bold", arial, sans-serif;
	font-size: 15px;
	color: white;
	padding: 60px 20px 30px 20px;
	line-height: 18px;
}

#left #item2 {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: black;
	padding: 15px;
	line-height: 15px;
}

#left #item3 { 	padding: 30px 10px; }

#left #item3 h1 {
	font-family: "Arial Rounded MT Bold", arial, sans-serif;
	font-size: 13px;
	color: white;}
	
#left #item3 ul {
	margin-left: 12px;
	padding: 0; }
	
#left #item3 li {
	margin: 5px;
	padding: 0;
	list-style-type: disc; }
	
#center {
	position: absolute;
	left: 268px;
	top: 2px;
	width: 265px;
}

#center #item2 {
}

#center #item3 img {
	margin-left: 17px;
	padding-top: 10px;
}

#center #item2 h1 {
	font-family: "Arial Rounded MT Bold", arial, sans-serif;
	font-size: 18px;
	padding: 15px 15px 0 15px;
	color: #ff88cc;
}

#center #item2 span {
	display: block;
	font-family: arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #ff88cc;
	padding: 14px;
	text-align: center;
	letter-spacing: -0.4px; }

#center #item2 h2 {
	font-family: arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 2px 15px 6px;
	text-align: center;
	letter-spacing: -0.2px;
}

#center #item2 ul {
	margin-left: 22px;
	padding: 0 ; }
	
#center #item2 li {
	margin: 5px;
	padding: 0;
	list-style-type: disc; }
	
#right {
	position: absolute;
	left: 533px;
	top: 2px;
	width: 261px;
}

	
#right #item1 img {
	margin: 25px 18px 24px ;
}

#right #navbar {
	position: absolute;
	top: -30px;
	right: -2px;
	height: 0;
	text-align: center;
}

#right #navbar a {
	display: block;
	padding: 6px;
	width: 60px;
	margin: 1px;
	float: left;
	font-size: 11px;
	color: black;
}

#right #navbar a:hover {
	color: white;
	font-weight: bold;
}