
	.container
	{
		width: 1200px;
		margin: 0px auto;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}


/*********************************************************************************/
/* Major Styles                                                                  */
/*********************************************************************************/

	.major
	{
		overflow: hidden;
		margin-bottom: 1.5em;
		text-align: center;
		background:url('../img/bg_main_line2.gif') repeat-x left center;
		}
	}
	
	.major h2
	{
		letter-spacing: 0.10em;		
		font-size: 18px;
		font-weight: 700;
		color: #00155b;
		background:#eeeeee;
	}

	.major .byline
	{
		display: block;
		padding-top: 0.2em;
		font-weight: 300;
		font-size: 2em;
	}




/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin: 1em 0em;
		padding: 1em 3em 1em 3em;
		background: #7b7b7b;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
	}
		


/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#cont
	{
		float: left;
		width: 588px;
		padding-bottom:20px;
		margin-bottom:100px;
		
	}
	
	#cont .title
	{
		padding-bottom: 2em;
		text-align: left;
	}
	
	#cont h2
	{
		font-size: 2em;
	}
	
	#cont .byline
	{
		padding-top: 0;
		font-size: 1.5em;
	}



	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 280px;
		margin-top:0px;

	}
	
	.column1,
	.column2
	{
		float: left;
		margin-right: 24px;
	}
	
	.column3
	{
		float: left;
	}
	
	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		padding-top:15px;
		padding-bottom:20px;
		margin-bottom:30px;
		
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
	}
	
	#portfolio img
	{
		margin: 0;
		padding: 0;
	}
	
	#portfolio .box
	{
		padding: 20px;
		background: #FFF;
		border-bottom: 2px solid #7C7C7C;
		border-right: 1px solid #DADADA;
		border-left: 1px solid #DADADA;
		
	}
	#portfolio .box h3
	{
	font-family: 'Nanum Gothic ', arial;
	color:#000;
	font-size: 15px;
    text-align:left;
	padding-bottom:13px;
	}
	.boxtext {font-size:12px;
		line-height:20px;
		height:85px;}

.coltable{
position:relative;
float:left;
clear:both;
border:1px #000 solid;
margin:0px;
height:280px;}