﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url('../images/background_rpt.jpg');
	background-position:top center;
	background-repeat:repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#848484;
}
p {
				color:#634a3a;

}
h1 {

				font-size: 20px;
				color:#634a3a;
}
li {
	list-style-image:none;
	list-style-position:0px;
	list-style-type:circle;
	margin:20px;
	padding:5px;
	color:#634a3a;

}

#MyLi {

	list-style-position:0px;
	list-style-type:disc;
	margin:0px;
	padding:5px;
	color:#634a3a;
		
}

#MyGallery {

	margin:0px;
	padding:0px;
    width:750px;
		
}

#galleryList {
	clear:both;			
    list-style:none;
    padding:0;
    margin:0;
				
}
#galleryList li {
	display: block;
	width: 140px;
	height: 160px;
	overflow: hidden;
	font-size: 14px;
	color:maroon;
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
	margin: 0 10px 10px;
	float: left;
}

#galleryList li a {
	display: block;
	color:maroon;
}

#galleryList li .galleryThumb {
    height:120px;
    overflow:hidden;
	margin-bottom: 5px;
}


.contentbackground {
	width:810px;
	background-position:top center;
	background-repeat:repeat-y;
}
.topspace {
	width:810px;
	height:30px;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}
.whitecontent {
	width:810px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
.bottomspace {
	width:810px;
	height:5px;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	color:white;
}

.redbox {
    margin-left:10px;
    margin-top:10px;
	width:400px;
	height:18px;
	background-color:#644b3a;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	text-align:left;
	color:#FFFFFF;
	font-size:20px;
	float:left;

}

.lightgreytext {
	color:#c8c8c8;
}
.medgreytext {
	color:#a5a5a5;
}
.redtext {
	color:#eb0a00;
}

.redbackground {
	background-color:#eb0a00;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
