@charset "UTF-8";
/* Standard best-practices CSS for almost any website. */



/* RESET STYLE from Yahoo Developers********* */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}





body {
	margin:0px; padding:0px;
	border:0px;
	text-align:center;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.03em;
	line-height:16px;
	color:#333;
	
	}


h1, h2, h3 {
    margin:0px;
    padding:0px;
    }

h1 {
	font-size:2em;
	}

#headerDiv {
	position:relative;
	width:960px;
	height: auto;
	margin:0px auto;
	padding-bottom:30px;
	
	background-color:#fff;
	}

#otherDiv {
	position: relative;
	height:500px;
}

#mainDiv {
	position:relative;
	width:900px;
	height:800px;
		
	margin:0px auto;
	padding: 0 30px 30px 30px;

	text-align:left;
	
	background-color:#fff;
	}

#mainContent1 {
	position:absolute;
	clear:both;
	left:30px;
	top:0px;
	width:500px;
	height: auto;
}

#mainContent2 {
	position:absolute;
	clear:both;
	left:210px;
	top:0px;
	width:320px;
	height: auto;
}

#mainSideBar1 {
	position:absolute;
	clear:both;
	left:30px;
	top:0px;
	width:150px;
	height: auto;
}

#mainSideBar2 {
	position:absolute;
	clear:both;
	left:560px;
	top:0px;
	width:370px;
	height: auto;
}


#otherDiv2 {
	position: relative;
	height:100px;
}


#footerDiv {
	position:relative;
	width:960px;
	height: auto;
	margin:0px auto;
	padding: 50px 0 50px 0;
	
	font-size:.8em;
	
	background-color:#CCC;
	}

.footerCopy {
	font-size: 10px;
	color: #EEE;
	}
