@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family: "돋움", "굴림";
	font-size: 12px;
	color: #333;
}

img{
	border:none;
}


/*	layout  
============================================*/
body {
	text-align: center;
}



#wrap {
	width: 1024px;
	height: 1000px;
	margin: 0 auto 0 auto;
	text-align:left;
	background-image: url(../images/subBgTop.gif);
	background-repeat: no-repeat;
}
#wrap #header #topMenu {
	float: left;
	height: 100px;
	width: 1024px;
}

#wrap #header {
	float: left;
	height: 280px;
	width: 1024px;
}
#wrap #contTitle {
	float: left;
	height: 93px;
	width: 750px;
}


#sidebar {
	float: left;
	height: 300px;
	width: 274px;
	margin-top: 10px;
}

#cont {
	float: left;
	min-height: 500px;
	height:auto !important;
	height:500px;
	width: 750px;
	background-image: url(../images/subBgMid.gif);
	background-repeat: repeat-y;
}

#cont #mainCont {
	width: 650px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	display:inline;
}



#contFooter {
	background-image: url(../images/subBgBottom.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 129px;
	width: 1024px;
}

/* text style
==========================================*/

#cont #mainCont p {
	font-family: "돋움", "굴림";
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 20px;
	text-align: justify;
}

.stBlue {
	font-weight: bold;
	color: #00F;
}


.stRed {
	font-weight: bold;
	color: #F00;
}

.stUnderline{
	color:#033;
	font-weight:bold;
	text-decoration:underline;
}

.stUnderline2{
	text-decoration:underline;
}

