*{
	margin:0px;
	padding:0px;
	border:none;
	font-size:12px;
	font-family: Helvetica, "Times New Roman", Times, serif;
}
a{
	color:#000;
	text-decoration:none;
}
.spacer{
	clear:left;
}

.layout{
	margin-top:10px;
	margin-left:30px;
	width:1100px;
}
.leftCol{
	float:left;
	width:230px;
}
/************************* MENU */
.title{}
.menu{
	margin-top:10px;
	margin-bottom:20px;
	width:230px;
	float:left;
}
.menuSection{
	float:left;
	margin-left:10px;
	width:100px;
}
.menuSection a{
	font-weight:bold;
}
.menuItems{
	float:left;
	width:100px;
}
.menuItem{
}
.menuItem .selectedItem{
	font-weight:bold;
}


/************************* WORK */
.work{
	text-align:justify;
	font-size:11px;
}


.work .left {
	float:left;
	width:210px;
}
.work .left .text p{
	margin-left:10px;
	margin-bottom:20px;
}
.work .left .text .line{
	margin-bottom:20px;
}
.work .left .logo{
	margin-top:20px;
}

.right  {
	margin-left:40px;
	float:left;
	width:800px;
}
.right .video{
	margin-bottom:20px;
}
.right .video object{
	margin-bottom:20px;
}

.right .images img{
	margin-bottom:20px;
}

/************************* ABOUT */
.about{
	text-align:justify;
	font-size:11px;
	width:550px;
	clear:left;
}
.about p {
	margin-left:10px;
	margin-bottom:20px;
}
.about .line {
	margin-bottom:20px;
}

/************************* LINK */
.links{
	text-align:justify;
	font-size:11px;
	width:550px;
	clear:left;
}
.links p {
	margin-left:10px;
	margin-bottom:20px;
}

.linkTitle{
	font-weight:bold;
	margin-top:10px;
}
.links a {
	text-decoration:underline;
}
/************************* CONTACT */
.contact{
	text-align:justify;
	font-size:11px;
	width:550px;
	clear:left;
}
.contact p {
	margin-left:10px;
	margin-bottom:20px;
}
.contactTitle{
	font-weight:bold;
	margin-top:10px;
}
.cat{
	clear:left;
	float:left;
	font-weight:bold;
}
.value{
	float:left;
}
.value a{
	text-decoration:underline;
}

/************************* BLOG */
.blog-item{float:left;width:800px;margin-bottom:30px;}
.blog-title{font-weight:bold; font-size:14px; margin-bottom:10px;}
.blog-content{}
.blog-image{font-weight:bold;margin-bottom:10px;}
.blog-image img{margin-top:20px;}



