/*** HTML  **************************************/

.randomImg {
float: right;
}

.csc-textpic-imagewrap {

}

body{
	margin:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 11px;
}

.slideshow-pagebrowser {
	text-align: right;
	float: right;
	width: 99px;
}
.slideshow-description {
	float: left;
	width: 400px;
} 


/*** LAYOUT  ***********************************/
#main {
	width: 760px;

}
.logo h1 {
	font-size: 14px;
}
.logo a {
	color: #000;
	text-decoration: none;
}
#cLeft{
	width: 250px;
}

#cRight {
	width: 500px;
	float: right;
}

.topMenu {
	width: 500px;
	border: 1px solid #fff;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.leftMenu {

}

.contentMiddle {
	
}


/*** CONTENT   ***********************************/

/** ContentBox Global ****************/

.cBox{
	text-align: justify;
	margin: 0 0 5px 0;
}

.cBox h1{
	font-size:14px;
	color:#000;
	margin: 0px;
	margin-bottom: 5px;
}
.cBox h2{
	font-size:14px;
	color: #fff;
	margin-bottom: 0px;
}

.cBox p{
	color: #000;
}

.cBox a{
	color:#cc00cc;
	text-decoration: none;

}
.cBox a:hover{
	color: #000;
	text-decoration: none;

}
.cBox img{
	margin: 0 0 5px 0;
}
.clearer{
	clear: both;
}
