a {
	color: #483828;
	font-weight: bold;
	text-decoration: none;	
}

a img {
	border: 0;
}

a:hover {
	color: #EFEFEF;
}

body {
	background-color: #000000;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

p {
	margin: 5px 0 5px 0;
}

ul {
	padding-left: 0;
	margin-left: 0;
	border-top: 1px dotted #666666;
	width: 200px;	
}

li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-bottom: 1px dotted #666666;
}

li a {
	color: #483828;
	font-weight: bold;
	text-decoration: none;
}

#mainContainer {
}

#topLeftBar a {
	font-size: 14pt;
	font-weight: bolder;
	color: #483828;	
	text-decoration: none;
	
	position: relative;
	top: 2px;
	left: 70px;
}

#topLeftBar a:hover {
	color: #EFEFEF;
}

#navigationLinks {
	width: 200px;
}

#navigationLinks a {
	font-size: 13pt;
	font-weight: bolder;
	color: #483828;
	text-decoration: none;
	
	position: relative;
	top: 48px;
	left: 75px;
}

#navigationLinks a:hover {
	color: #EFEFEF;
}

#titleBlock {
	width: 375px;
	color: #000000;
	font-size: 25px;
	font-weight: bolder;
	letter-spacing: 5px;
	
	position: relative;
	top: 176px;
	left: 280px;
}

#pagination {
	margin: 10px 0 10px 0;
}

#designTop {
	width: 730px;
	height: 248px;
	background-image: url(../../images/design_top.jpg);
}

/* width and height are reduced because of margins. It would otherwise be 730x400 */
#designMiddle {
	width: 710px;
	height: 370px;
	background-image: url(../../images/design_middle.jpg);

	padding: 20px 10px 10px 10px;
}



#designBottom {
	width: 730px;
	height: 89px;
	background-image: url(../../images/design_bottom.jpg);
}

#footer {
	color: #483828;
}

#footer a:hover {
	color: #FFFFFF;
}

.header {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.thumb {
	width: 175px;
	height: 150px;
	display:inline;
	float: left;
	margin-bottom: 25px;
}

.rightAlignedImage {
	border: 1px solid #000000;
	margin: 0 0 0 5px;
}

.leftAlignedImage {
	border: 1px solid #000000;
	margin: 0 5px 0 0;
}

.video {
	font-size: 14pt;
}
