/* CSS Document */

#photobox {
	width: auto;
	height: 390px;
	float: right;
}

#textbox {
	float: left;
	width: 450px;
	height: 375px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

#columnFrame {
width: 960px;
height: auto;
}

#content {
color: #333;
background: #fff;
margin: 0px 0px 0px 0px;
padding: 20px 20px 20px 20px;
width: 920px;
height: auto;
float: left;
}


	.grey {
	font-weight: bold;
	color: #666;
	}
	
#content ul li {
	margin-left: 100px;
}

/*--- Bottom Column Main ---*/
#bottomColumnFrame {
width: 960px;
height: 300px;
text-align: left;
}
/*--- Column Header ---*/
#bottomColumnHeader {
font-size: 1.7em;
font-weight: bold;
color: #fff;
padding-left: 10px;
height: 27px;
width: 950px;
background: #DB2929;
}
/*--- Left Column ---*/
#leftcolumn { 
 color: #333;
 border-right: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 width: 232px;
 height: auto;
 float: left;
}
/*--- Left Middle Column ---*/
#leftmiddle { 
 color: #333;
 border-right: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 width: 232px;
 height: auto;
 float: left;
}
/*--- Right Middle Column ---*/
#rightmiddle { 
 color: #333;
 border-right: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 width: 232px;
 height: auto;
 float: left;
}
/*--- Right Column ---*/
#rightcolumn { 
 color: #333;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 width: 232px;
 height: auto;
 float: left;
}
/*--- Right Column Big Text ---*/
p.rightcol {
font-family: Helvetica, Arial, sans-serif;
font-size: 28px;
font-weight: bold;
}

/*Slider*/
.panelwrappers {
	overflow:	hidden;
}

#flickr_div {
			width: 800px;
			height: auto;
			margin: auto;
			margin-top: 15px;
			background-color: #fff;
			text-align: center; /* important */
		}
		
#flickr_count {
			width: 770px;
			margin: auto;
			margin-top: 15px;
			font-size: 14px;
			color: #000;
			padding: 15px;
			font-style: italic;
			font-weight:bold;
			background-color: #fff;
		}

