/*MAIN***********************************************************************************************/
body {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
line-height:1.3;
color : #3e3e3e;
margin : 0;
padding : 0;
}
.btn {
background: transparent;
background-image:url(../images/contact/send.png);
font-size : 11px;
color : #d2d1d1;
border : none;
width : 103px;
height : 28px;
cursor : pointer;
}
.btn2 {
background-image:url(../images/bnt2.png);
border:none;
cursor:pointer;
background-repeat:no-repeat;
height:20;
width:43px;
background-color:#FFFFFF;
}

.breadcram{
	padding-top:8px;
	font-size:11px;
	color:#a6a6a6;
	text-align:right;
	padding-bottom:8px;
	font:Gulim;
}
.breadcram a{
	text-decoration:none;
	color:#a6a6a6;

}
.breadcram a:hover{
	color:#a6a6a6;
	text-decoration:underline;
}
/*HEADER***********************************************************************************************/
#header {
width: 100%;
}

/*CONTENT***********************************************************************************************/
#content-holder{
width:auto;
height:auto;
clear:both;
margin: 0 auto;
}
#content{
width : 950px;
height: auto;
margin : 0 auto;
}
#content-left{
width:207px;
float:left;
}
#content-right{
width:743px;
float:right;
}

/*menu*************************************************************************************************/


/******************************************************************************************************/
/*FOOTER***********************************************************************************************/
#footer {
	clear: both;
	margin: 0px auto;
	height: 100px;
	background-color:#686868;
	font-size:10px;
}
.footer {
margin: 0px auto;
color:#aaaaaa;
width:950px;
}

.footer a{
color:#aaaaaa;
text-decoration:none;
}
.footer a:hover {
text-decoration:underline;
}

