/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0px 0;
	padding: 0;
	font: normal .72em/1.5em 'Kristen ITC', Trebuchet MS, sans-serif;
	color: #444;
	background: #3366ff;
	text-align: center;
	height: 100%;
	background-image:url(../images/bg_line.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 100%;
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
	background-color: #FFFFFF;
}
h1 { font-size: 1.4em; text-transform: uppercase;}
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}


/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	/* background: #FFF url(../images/wrap-bg.jpg) repeat-y; */
	height: 100%;
	min-height: 100%;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	border: 2;
	/* background: #E9E9E9; */
}
#content {
	width: 740px;
	height: 100%;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	padding-top: 20px;
	float: left;
}

/* sidebar */
.sidebarLeft {
	float: left;
	margin: 0 0 10px 0; padding: 0;
}

.sidebarRight {
	float: right;
	margin: 0 0 10px 0; padding: 0;	
}
#sidebarLeft {
	float: left;
	width: 330px;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	height: 500px;
		border-left: 3px ;
	border-bottom: 3px ;
	border-right:3px;
	border-color: #ff0000;
	background-image: url(../images/focus1.jpg);
	width: 330px;
}

#sidebarRight {
	float: right;
	width: 330px;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	height: 500px;
	background-image: url(../images/focus2.jpg);
	width: 330px;
}

/* --- Central Area  --- */
#focus1 {
	margin-right: 50px;
	background-image: url(../images/focus1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px; 
	width: 330px;
	}

#focus2 { background: url(../images/focus2.jpg) left top no-repeat; height: 500px;width: 330px; }

/* --- BANNER --- */
.banner { display: block; width: 330px; height: 500px; float: left; overflow: hidden;  }
.banner .title {
	display: block;
	width: 50%;
	overflow: hidden;
	text-indent: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 36px;
	float: left;
	height: 50px;
}
.banner .text {
	display: block;
	color: #000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 180px;
	padding-bottom: 10px;
}
.banner:hover { text-decoration: none; }

#content #cnt_inner { padding: 20px 0 20px 20px; background-color:#00FF00;  }
