@CHARSET "ISO-8859-1";

#content{
	position: relative;
	background: transparent;
	padding: 25px 0 0 0px;
	width: 787px;	
	min-height: 22px;
}

#big .line-left{
	width: 557px;
	text-align: right;	
}

#big .line-right{
	width: 557px;
	text-align: left;
}

#big ul li a.feedback{
	text-decoration:none;
	font-weight: bold;
}

#small{
	float:left;
	background: transparent;
	width: 230px;	
}

#delimenter{
	float:left;
	background: transparent;
	width: 20px;	
}



#big{
	float:left;
	background: transparent;
	width: 557px;
	min-height: 120px;	
}

#banner{
	position: relative;
	width: 230px;
	background: transparent;
}

#bannertop{
	background:transparent url(../images/bannertop.jpg) no-repeat;
	width: 230px;
	height:67px;
	clear: both;
	float: left;
}

#bannercontent{
	float: left;
	background-color: #DEDEDE;
	width: 230px;
	height: 115px;
	text-align: center;
}

#bullet ul{
	list-style-image:url(../images/bullet.gif);
	list-style-position:inside;
}

#bullet ul li{
	vertical-align: top;	
	margin-top: 15px;
}

#bullet p {
	font-weight: bold;	
}


#big .photo{ 
	float:left;
	border:  1px dotted black;
	padding: 4px 2px 2px 2px;
	width: 134px;
	height: 183px;
	text-align: center;	
	background-color: rgb(219,167,195);
}

.description{
	text-indent: 15px; 		
	margin-left: 15px;
}



#projectlinks ul {
	float:left;
	background: transparent;
	min-height: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#projectlinks ul li {
	background: transparent;
	list-style: none;
	float: left;
}
#projectlinks ul li a {
	float: left;
	white-space: nowrap;
	background: transparent;
	border: 1px dotted black;
	font-weight:bold;
	font-size: 12px;
	padding: 4px 5px 0px;
	text-decoration:none;
	color:back;
}
#projectlinks ul li a:hover {
	color:back;
	text-decoration:none;
	font-weight: bold;
}

.tip_box {
   background: #dba7c3;
}
.tip_top div {
   background: url(../images/tip/tl.png) no-repeat top left;
}
.tip_top {
   background: url(../images/tip/tr.png) no-repeat top right;
}
.tip_bottom div {
   background: url(../images/tip/bl.png) no-repeat bottom left;
}
.tip_bottom {
   background: url(../images/tip/br.png) no-repeat bottom right;
}

.tip_top div, .tip_top, 
.tip_bottom div, .tip_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.tip_content { margin: 0 20px; }



.menu_box {
   background: #c2719d;  
  
}
.menu_top div {
   background: url('../images/menu/tl.png') no-repeat top left;    
}
.menu_top {
   background: url('../images/menu/tr.png') no-repeat top right;
}
.menu_bottom div {
   background: url('../images/menu/bl.png') no-repeat bottom left;
}
.menu_bottom {
   background: url('../images/menu/br.png') no-repeat bottom right;
}

.menu_top div, .menu_top, 
.menu_bottom div, .menu_bottom {
   width: 150px;
   height: 20px;
   font-size: 1px;
}
.menu_content { margin: 0 0px; width: 150px;}

#smallprojects{
	float:left;
	background: transparent;
	
}

#projectsmenu {
	 background: transparent;	
}	

#projectsmenu ul {
	background: transparent;
	min-height: 22px;
	list-style: none;
	padding: 0;
	margin: 10;	
		
}

#projectsmenu ul li {
	background: transparent;
	list-style: none;	
}
#projectsmenu ul li a {
	white-space: nowrap;
	background: transparent;
	border-bottom: 0;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px;
	text-decoration:none;
	color:white;
}
#projectsmenu ul li a:hover {
	color:white;
	text-decoration:underline;
	font-weight: bold;
	background-color: transparent;
}

#projectsmenu ul li a.selected {
	color:white;
	text-decoration:underline;
	font-style:italic;
	font-weight: bold;
	background-color: transparent;
}


.odd {
	background: #DBA7C3;
}