@charset "utf-8";
/* CSS Document */


/*Custom Generic Codes by Paul*/

.center {
     margin-left: auto;
     margin-right: auto;
     display: block;
}

img.scalable {
     height: auto !important;
     width: auto !important;
     max-width: 100%;
}


/*Center Image Left to Right*/

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

/*To Wrap text around an image*/

.TextWrapLeft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.TextWrapRight {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}     


.circleborder {
	width: 200px;
	height: 200px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(URL) no-repeat;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.topBorder {
	border-top: thin dashed #000000;
}

.pictureHeading {
	text-align: center;
	font-style: italic;
	font-size: 1em;
	color: #000000;
}
