/* Start of CMSMS style sheet 'schodystylesheet' */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	background-image: url(uploads/images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#divcontent {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	height: auto;
	width: 470px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#divcontent img {
	margin: 0px;
	padding: 0px;
	float: left;
}


#contents {
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background-color: #FFFFFF;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #000000;
	width: 70%; /* See note below */
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	height: 33px;
	padding-top: 17px;
	padding-right: 15%;
	padding-bottom: 0px;
	padding-left: 15%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#main {
	margin-bottom: 5em;
	height: auto;
}

#toplittle {
	background-color: #000000;
	height: 5px;
	width: 500px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#divpicture {
	background-color: #DA251C;
	height: 250px;
	width: 500px;
	float: left;
	text-align: center;
}
#divpicture img {
	padding-top: 34px;
	padding-bottom: 34px;
}
#gallerycontainer {
	width: 440px;
        float: left;
        height: auto;
	padding-right: 30px;
	padding-left: 30px;
        padding-bottom: 65px;
        margin: 0;
}
#imagegallery {
        float: left;
        width: 440px;
        margin: 0;
        padding: 0;
}
.thumb {
	margin: 15px;
	padding: 0;
	float: left;
	text-decoration: none;
	border: none;
	height: 80px;
	width: 80px;
}

.thumb img, .thumb a img, .thumb a:link img{
	width: 80px;
	height: 80px;
	border:none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 500px;
	text-align: left;
	display: inline;
}
#navigation li a {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 21px;
	padding-bottom: 18px;
	padding-left: 21px;
}
#navigation ul {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 19px;
}
#navigation ul li {
	display: inline;
}


#navigation li a:hover {
	color: #DA251C;
}

                    

/* End of 'schodystylesheet' */

