@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------- */
/* STANDARD HTML TAGS                              */
/* ----------------------------------------------- */

body, h1, h2, h3, p, ul, li {
border:0;
margin:0px;
padding:0px;
}

body {
background-image:url(../../images/bgImage.jpg);
color:#FFFFFF;
font-family:sans-serif;
font-size:16px;
}

a:link { text-decoration:none; color:#999999; }
a:visited { text-decoration:none; color:#999999; }
a:hover { text-decoration:underline; color:#FFFFFF;}
a:active { text-decoration:none; color:#FFFFFF; }

/* ----------------------------------------------- */
/* PAGE ELEMENTS                                   */
/* ----------------------------------------------- */

#container {
	margin:0;
	width:1004px;
}

	/* ----------------------------------------------- */
	/* HEADER NAVIGATION BAR                           */

	#header {height:75px; width:1004px;}

	/* ----------------------------------------------- */
	/* PAGE INDICATOR                                  */

	#pageIndicator {width:1004px; height:25px; text-align:right; padding-top: 1px;}

	/* ----------------------------------------------- */
	/* CONTENTS                                        */

	#contents {width:1004px;}
	
		/* ----------------------------------------------- */
		/* LEFT CONTENTS                                        */

		#leftcontentTop {width:613px; height:200px; float:left; padding-left:25px; padding-top:15px;}
		#leftcontentBottom {width:613px; height:260px; float:left; padding-left:25px; padding-top:15px;}

		/* ----------------------------------------------- */
		/* RIGHT CONTENTS                                  */

		#rightcontent {width:282px; height:450px; float:right; padding-top:20px;}

	/* ----------------------------------------------- */
	/* FOOTER                                          */

	#footer {
	width:979px; 
	height:25px; 
	float:left; 
	margin:0px; 
	padding-left:25px; 
	padding-top:25px; 
	padding-bottom:25px;
	font-size:10px; 
	color:#666666;
	}
	
	
	
	
	
	














