body {
	margin:0;
	padding:0;
	background-color:rgb(82,84,86);
	text-align:center;
	font-family:helvetica, sans-serif;
	font-size:8pt;
	color:#727272;
}

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
	text-align:left;
	background-color:#ffffff;
	width:770px;
	height:570px;
	padding:15px;
	
}

#menu {
	height:100%;
	width:180px;
	margin-right:10px;
	float:left;
	font-weight:bold;
}

#logo {
	position:absolute;
	bottom:16px;
	left:15px;
}

a {
	text-decoration:none;
	color:#727272;
}

a.active {
	color:#000000;
}

a:hover {
	color:#000000;
}


img {
	border:0;
}


	

#pictures {
	width:580px;
	float:right;
	height:460px;
}

#bottom {
	width:580px;
	float:right;
	padding-top:20px;
}

.bLeft {
	float:left;
	width:183px;
	margin-right:10px;
}

.bLeft strong {
	font-size:1.3em;
}

.bMiddle {
	float:left;
	width:183px;
	margin-right:10px;
}

.bRight {
	float:left;
	width:193px;
}

#mainMenu {
	font-size:1.8em;
}

#workmenu {
	font-size:1.2em;
	padding-top:0.8em;
}

#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.pinktitle {
	color: rgb(230,42,116);

}

.slideImage {
	overflow:hidden;
}

.jFlowPrev, .jFlowNext {
	font-weight:bolder;
	font-size:1.2em;
}

#rt_fade {
	position:absolute;
	width:10px;
	height:595px;
	top:5px; 
	right:-10px; 
	background:url('_images/rt_fade.jpg') top left repeat-y;
}

#bt_fade {
	position:absolute; 
	width:795px;
	height:10px;
	bottom:-10px; 
	left:5px; 
	background:url('_images/bt_fade.jpg') top left repeat-x;
}

#cn_fade {
	position:absolute; 
	width:10px; 
	height:10px; 
	bottom:-10px; 
	right:-10px; 
	background:url('_images/cn_fade.jpg') top left no-repeat;
}

#copyright {
	position:absolute;
	bottom:-25px;
	right:0px;
	text-align:right;
	color:rgb(163,165,170);
}

#copyright a {
	color:rgb(163,165,170);
}

#copyright a:hover {
	color:rgb(230,42,116);
}
	
