* {
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

body {
	background: url('images/background.jpg') repeat-x #862020 top;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	line-height: 150%;
	}

a {
	color: #ad5555;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin-bottom: 5px;
	}
	
h2 {
	margin-bottom: 5px;
	padding-top: 5px;
	}

#header {
	margin: 0px auto;
	margin-top: 0px;
	width: 1000px;	
	padding: 25px;
	height: 250px;
	background: url('images/header.jpg') no-repeat top;
	}

#header_logo {
	width: 210px;
	padding: 40px;
	margin-left: 25px;
	z-index: 5000;
	float: left;
	}

#header_banner {
	width: 650px;
	height: 250px;
	float: right;
	margin-right: 25px;
	}

#header_banner div.bannerad a {
	display: block;
	margin-top: 10px;
	height: 230px;
	width: 630px;
	}

#header_banner div.bannerad img {
	height: 230px;
	width: 630px;
	}

#mainpage {
	background: url('images/page.jpg') repeat-y;
	margin: 0px auto;
	padding: 45px;
	width: 910px;
	padding-top: 0px;
	min-height: 100px;
	}

#footer {
	width: 1000px;
	background: url('images/footer.jpg') no-repeat;
	height: 40px;
	margin: 0px auto;
	}	

#mainpage_sidebar {
	float: right;
	width: 280px;
	border-left: 1px solid #d5d5d5;
	padding-left: 20px;
	}

#mainpage_content {
	width: 540px;
	}

#cabinlist .listing {
	height: 100px;
	border-top: 1px solid #d5d5d5;
	padding: 10px;
	}

#cabinlist .first {
	border-top: none;
	}

#cabinlist .listing img {
	height: 100px;
	float: left;
	margin-right: 20px;
	}

#cabinlist .listingtitle {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	}

#cabinlist .listingdesc {
	margin-bottom: 10px;
	}

#cabinlist .listinglinks {
	}

#photoviewer {
	margin: 0px auto;
	width: 325px;
	height: 250px;
	}

#photowrapper {
	width: 500px;
	}

#photothumbs img {
	float: left;
	width: 100px;
	}
	
#photothumbs p {
	font-size: 80%;
	}
	
#sidebarlinks a {
	display: block;
	width: 100%;
	padding: 5px;
	}

label {
	font-size: 80%;
	color: #888888;
}

.text {
	display: block;
	background: #f7f7f7;
	border: 1px solid #d5d5d5;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}

.button {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url('http://www.appogy.com/images/glowbutton.jpg') center repeat-x #f5821f;
	border: 0px solid #f5821f;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.button:hover {
	text-decoration: underline;
	}

.platform_blog_recent_top_title a {
	color: #000000;
	font-size: 150%;
	}

#slideshow {
	position: relative;
	float: right;
	height: 230px;
	width: 630px;
	margin-right: 30px;
	margin-top: 10px;
	}
			
#slideshow div {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	}
				
#slideshow div.active {
	z-index: 10;
	}
				
#slideshow div.last-active {
	zindex: 9;
	}

.platform_blog_recent_top_title a {
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	}
	
.platform_blog_full_top_title {
	font-size: 150%;
	font-weight: bold;
	}
	
.platform_blog_full_title, .platform_blog_full_article_date {
	font-weight: bold;
	padding-top: 10px;
	}
	
.platform_blog_full_article_body {
	padding-top: 10px;
	line-height: 150%;
	}

.platform_blog_recent_title {
	margin-top: 15px;
	font-weight: bold;
	}
	
.platform_blog_recent_date, .platform_blog_full_date {
	margin-left: 20px;
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
	}

