* {
    margin: 0;
    padding: 0;
    border: 0 px none;
}
img {
    border: 0px none;
}
body {
    color: #000000;
    font-family: "Segoe UI", Verdana;
    font-size: 12px;
    background-color: #3496B0;
    background-image: url('../media/gradient.jpg');
    background-repeat: repeat-x;
}
td.td_thumbnail_title {
	text-align: center;
	vertical-align: top;
	max-width: 100px;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
td.td_thumbnail_image_on
{
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
img.img_thumbnail_image
{
    border: 5px solid #ECECEC;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px #ccc;
}
img.img_thumbnail_image_on {
    position: relative;
    top: -1px;
    left: -1px;
    border: 5px solid #DCDCDC;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px #9C9C9C;
}
table.thumbs_table
{
    border: 0px none;
    margin: 0 auto;
}
img.img_full_size_image
{
    border: 5px solid #ECECEC;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px #ccc;
	width: 100%;
	height: auto;
}
div.wrapper {
    width: 1016px;
    margin: 0 auto;
    background-image: url('../media/bg2.jpg');
    background-repeat: no-repeat;
}
div.inner {
    width: 970px;
    margin-left: 100px;
}
div.thumbs_wrapper {
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -khtml-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    background-color: #FFFFFF;
    clear: both;
    width: 100%;
    padding-top: 30px;
}
div.page_title {
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    clear: both;
    text-shadow: 2px 2px 2px #3496B0;
}
div.page_header {
    padding-top: 10px;
	padding-bottom: 10px;
    width: 90%;
    text-align:center;
	margin: 0 auto;
}
div.full_size_image {
    width: 100%;
    text-align:center;
}
div.footer {
    width: 100%;
    background-image: url('../media/footer_bg.jpg');
    clear: both;
    height: 158px;
    text-align: center;
    background-color: #3496B0;
}
div.navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align:center;
}
div.navigation a {
    border: 1px solid rgb(255, 207, 233);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 5px 8px;
    background-color: rgb(255, 230, 245);
    text-decoration: none;
    margin-right: 5px;
    color: #000000;
}
div.navigation a.active {
    border: 1px solid rgb(255, 207, 233);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 5px 8px;;
    background-color: rgb(202, 26, 117);
    text-decoration: none;
    margin-right: 5px;
    color: #000000;
	cursor: default;
	color: #FFF;
}
div.navigation a:hover {
    background-color: rgb(202, 26, 117);
    color: #FFFFFF;
}
p.copyright {
    color: #909090;
    padding-top: 15px;
}
a.copyright {
    color: #909090;
    text-decoration: none;
}
a.copyright:hover {
    text-decoration: underline;
}