/* Condy and Wynn Styles :: Base :: May, 2008 */


/* This html style was added in 2011 */
html {
	background: #cc4c0c url(../i/cherry-burl.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/cherry-burl.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/cherry-burl.jpg', sizingMethod='scale')"; caused the freeze */
}



body {
 background-color: transparent; /* #cc4c0c */
 color: #333;
 font-size: small;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
}

div#wrapper {
 width: 800px;
 margin: 0 auto;
} 


div#content-wrapper {
 width: 800px;
 height: 600px;
 background-color: #f2f1e5;
 margin: 15px auto 0 auto;
 position: relative;
 overflow: hidden;
 -moz-box-shadow: 0 0 8px #9f9f9f;
 -webkit-box-shadow: 0 0 8px #9f9f9f;
 box-shadow: 0 0 8px #9f9f9f;
}


/* Originally this style was applied
div#content-wrapper {
 width: 800px;
 height: 600px;
 background-color: #f2f1e5;
 margin: 15px auto 0 auto;
 position: relative;
 overflow: hidden;
}
*/


p.copyright {
 font-size: 11px;
 text-align: left;
 margin: 5px 0 0; 
 float: right;
 color: #f2f1e5;
}

.sm {
 padding: 0 0 0 15px;
 color: #f2f1e5;
}

.sm a:link, .sm a:visited {
 color: #f2f1e5;
 text-decoration: none;
}

.sm a:hover {
 color: #f2f1e5;
 text-decoration: underline;
}




