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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#121218;
	color: #333;
}
	
div#main {
	width:942px;
}

div#colmain {
	float:left;
}
div#colleft {
	float:left;
}
div#colright {
	float:right;
}

div.container {
	width: 466px;
	margin: 5px 12px;
	padding: 0 0 20px 0;
	background-color:#ccc;
	border: 2px solid #bbb;
	text-align:left;
}

div.smallcontainer {
	width: 198px;
	border-width:1px;
}

div.container div {
	padding: 5px 5px 0 5px;
}

div.label {
	width:188px;
	border-bottom: 1px solid #aaa;
	background: url(label-bg.jpg) #000 center repeat-x;
	color: #ddd;
}
div.label,div.biglabel span {
	font-size:14px;
	font-weight:bold;
}

span.message {
	color:#E80085;
	font-weight:bold;
}
span.cfoot {
	color:#666;
	font-size:9px;
}
span.smalltext {
	font-size:10px;
}

span.pseudolink {
	color:#1167E8;
}
span.pseudolink:hover {
	text-decoration:underline;
	cursor:pointer;
}
a.searchlink { 
	color:#333;
	font-weight:bold;
}
a.searchlink:hover {
	color:#555;
}
div.biglabel {
	width:456px;
	border-bottom: 1px solid #aaa;
	background: url(label-bg.jpg) #000 center repeat-x;
	color: #ddd;
}

div#photosWidget a, div#photosWidget img {
	border:none;
	text-decoration:none;
	}

