@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#999999;
	font-size: 13px;
	list-style-image: url(../images/list.gif);
	list-style-type: square;
	line-height:19px;
}

#text {
   margin:auto;
   width:100%;
   height:100%;
   }
   
.small_spacer {
	margin:auto;
	width:100%;
	height:5px;
	background-image: url(../images/small_spac.gif);
	background-repeat: repeat;
   }
a:link {
	color: #00CCFF;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #0066FF;
	font-weight:bold;
}
a:active {
	color: #0066FF;
	font-weight:bold;
}

.variant_text {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#666666;
	font-size: 13px;
}

.subtitle {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#FF6600;
	font-size: 14px;
	font-weight:bold;
	padding:8px;
}

.subsec {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding:12px;
}

.work {
	width:435px;
	height:110px;
	margin-top:6px;
	margin-left:40px;
	border:1px dashed #FF3300;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#FF6600;
	font-size: 9px;
	list-style-image: url(../images/list.gif);
	list-style-type: square;
	line-height: 12px;
	padding:5px;
	}
	
.work_descr {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 9px;
	color:#666666;
    }

.work_descr a{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration:underline;
    }
	
.work_descr a:hover{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 9px;
	color:#0066CC;
	font-weight:bold;
    }
img a{
	text-decoration:none;
}

.work_com {
	width:435px;
	height:110px;
	margin-top:6px;
	margin-left:40px;
	border:1px dashed;
	border-color:#CC3366;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#CC0066;
	font-size: 9px;
	list-style-image: url(../images/list.gif);
	list-style-type: square;
	line-height: 12px;
	padding:5px;
	}

.pic_thmb {
	width:80px;
	height:80px;
	margin:5px;
	background-color:#FFFFFF;
	border:medium solid #CCCCCC;
	float: left;
   }

.pic_container{
   width:490px;
   height:100px;
   margin:auto;
}
