* {
	font-family: verdana,sans-serif;
}

p, li, div, a {
	font-family: verdana,sans-serif;
	font-size: 8pt;
	color: #666;
	line-height: 150%;
	
}

p {
	color: #666;
	padding-left: 10px;
}

a {
	color: #cc33cc;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #b3dd55;
}

h3 {
	color: #999;
	font-size: 10pt;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding-left: 7px;
	
}
h2 {
	color: #cc33cc;
	font-size: 12pt;
	margin: 0 0 10px 0;
	padding-left: 7px;
	padding-top: 10px;

}

html {
	background-image:url(images/grey-strip2.jpg);
	background-repeat:repeat-x;

}

body {
	margin: 0;
	text-align: center;
}
div#page {

	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	border: 1px solid white;

}
div#pageleft {
	float:left;
	width: 365px;

}


div#pageright {
	background-image:url(images/brackets-transparent.jpg);
	background-repeat:no-repeat;
	margin-left: 380px;
	margin-top:100px;
	height: 274px;
	text-align:center;
	
}
div#pagerighttext {

	margin-top:70px;
	margin-left:20px;
	text-align:left;
	
}

#footer
{

margin: 0;
padding: 1em;
height: 15px;
font:Verdana;
font-size:9px;
color:#ccc;
text-align:right;
clear:both;
}

div#navigation {

	margin-top:70px;
}

#navigation ul li {

	height:30px;
	width:100%;
	font-weight: bold;
	list-style-type: none;
	display: inline;
}
#navigation a {
	text-decoration: none;
	font-size:9pt;
	padding: 7px 7px 5px 0;
	color:#CCC;

}

#navigation li a:hover {
	color:#76776B;

}

div#lefttext {
margin-top:100px;
}

#large_image {
	margin: 0 auto;

}
div#righttext {
	margin-top: 50px;
	width:300px;
	padding-left: 20px;
	text-align:center;
}

.thumbnail{
	cursor: pointer;
	border: solid 1px gray;
}
.thumb_over {
	border: solid 1px #cc33cc;
}
