@charset "utf-8";
/* CSS Document */

#content{
width:1024px;
margin:50px auto;
}

#content .column1{
width:470px;
float:left;
margin:0 0 80px 30px;
}

#content .column2{
width:340px;
background:#7d4659;
color:#FFF;
margin:60px 0 50px 94px;
padding:30px;
float:left;
}

#content .column3
{   width:330px;
    height:250px;
    background:none;
	margin-left:17px;
	float:left;
}

#content .title
{   width:980px;
    background:none;
	float:left;
	margin-top:5px;
	padding-left:20px;
	padding-bottom:5px;
	color:#CCC;
	font-size:45px;
	font-weight:800;
	border-bottom: dashed 1px #ebe8e6;
}

#content .text-lef
{   width:450px;
    background:none;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#content .text-rig
{   width:300px;
    background:none;
	float:left;
	margin-top:20px;
	margin-left:200px;
}

#content .image
{   float:left;
	margin-top:40px;
	margin-bottom:40px;
}

#content h2
{   color:#333;
    font-size:34px;
	font-weight:800;
}

#content .italic
{   font-weight:800;
    color:#999;
	font-style:italic;
}

#content .small
{   font-size:14px;
    color:#999;
}

div#content ul#link
{   float:left;
	list-style:none;
	font-weight:700;
}

div#content ul#link li
{   float:left;
}

div#content ul#link li a
{   color:#666;
    text-decoration:none;
}

div#content ul#link li a:hover,
div#content ul#link li.active a
{   color:#F00;
}