/*
	Designed by Ben Vermaas (www.guerilla.co.za) for Upstart Technologies (www.upstart.co.za)
	Coded by Guy Morel
*/

body {
	background: #D9D3D3;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Various bgcolors*/
.lightcontent {
	background: #CCCCCC;
	padding: 5px;
}
.darkcontent {
	background: #333333;
	padding: 5px;
}
.darkcontent p, .darkcontent h1 {
	color: #CCCCCC;
}
.blackcontent {
	background: #000000;
	padding: 5px;
}
/* Gray vertical lines at the side.*/
.divider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
}
/* Footer Area*/ 
#footer {
	background: #000000;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Row Colors*/
.row1, .row2 {
	background: #000000;
	color: #FFFFFF;
	padding: 5px;

}

/* galleries*/
.thumb {
	border: 1px solid #FF0000;
	padding: 0px;
	margin: 5px;
}
.category {
	font-style: italic;
	font-weight: bold;
}
