
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#000; font:18pt Georgia,'Times New Roman',serif; letter-spacing:1; }

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:450px;
		width:920px; margin:0 auto; }


/* CONTENT */
#content { color:#fff; background-color:#000; width:820px; margin:0 auto; font-size:18px; }

#cnt_left {
	width:300px;
	float:left;
}
#cnt_right {
	width:375px;
	float:right;
	margin-top:20px;
}
.clear {clear:both; margin:0; padding:0;}

#footer_ {
	border-top:#999 solid 1px;
	text-align:left;
	font-size:16px;
	padding:10px 0;
	margin-top:20px;
}

#content h2 {
	font-size:24px;
	color:#F90;
	display:block;
}

#footer {
	border-top:#999 solid 1px;
	text-align:right;
	font-size:12px;
	padding:30px 0;
	margin-top:20px;
}

#footer a{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#F90;
	text-decoration:underline;
}

#banner {
	width: 920px;
	height: 450px;
}


