/*** 
    UGLIES
          ***/
div, h1, p, a, img, ul, li {
margin: 0;
padding: 0;
}


.clear{
width: 1px;
height: 1px;
clear: both;
}

a {
	text-decoration: none;
	color: #255d9f;
}

a:hover{
text-decoration: underline;
}



/** containers **/

#cnn-movie-div {
	width: 516px;
	margin: 15px auto;
}

html { height: 100%;
	} 

body { 
	min-height: 101%; 
	background-color: #366a8b; /*2a211c*/ /* 1e202c*/
	font-family: verdana, sans-serif;
	font-size: 12.5px;
	line-height: 1.6em;
	text-align: justify;
	margin: 0px;
	}



#topborder {
	height:101%;
	padding: 0;
	margin: 0 auto;
	width: 881px;
	background: #007551
	url(../images/dropshadow_top.gif)
	top center no-repeat;
	padding-top: 18px;
}

#bottomborder {
	background: #007551
	url(../images/dropshadow_bottom.gif)
	bottom center no-repeat;
	padding-bottom: 18px;
}

#wrapper {
		padding: 0;
		margin: 0 auto;
		width: 869px;
		background: 
			#007551
			url(../images/dropshadow_left.gif) 
			top left repeat-y;
		padding-left: 12px;
}

#wrapper2{
	background: 
		#007551
		url(../images/dropshadow_right.gif) 
		top right repeat-y;
	padding-right: 12px;
}

#content {
	/*border: solid 3px #6fa0bc;*/
		background: 
			#f4f2d5;
	padding: 20px 30px;
}


/** menu **/

#menu {
	padding: 0;
	margin: 0;
	background: #f4f2d5; /* offwhite */
	clear: both;
	text-align: right;
	border-bottom: .2em solid #007551; /* green */
}

/** submenu **/

#submenu {
	border-bottom:.15em solid #007551; /* green */
	padding: 0;
	margin: 0;
	background: #f4f2d5; /* offwhite */
	clear: both;
	text-align: left;
}

/* all menubars */
ul.menubar{
	list-style-type:none;
	margin: 0;
	padding: .5em;
	background: #f4f2d5; /* offwhite */
}

ul.menubar li{
	display: inline;
	text-align: center;
  	color: #770000; /* red */
/*	font-weight: bold;*/
	padding: 0;
	margin: 0;
  }

ul.menubar li a
{
	font-weight: bold;
}
.menubar a, .menubar a:link, .menubar a:visited{
	margin: 0;
	padding: .5em 1em;
	vertical-align: text-bottom;
	font-family: georgia, serif;
	background: #f4f2d5;

	/*border-bottom: solid 2px #007551;
	border-top: solid 2px #007551;
	*/
}

.menubar a.rightend {
	border-right: none;
}

.menubar a.leftend {
/*	border-left: solid 2px #007551; /*2a211c*/ 
}

.menubar a:hover, .menubar a:active, .menubar a.current{
	text-decoration: underline;
}



/* header */

#header {
	margin: 0 auto;
		
}

#header .menulogo {
	margin: 10px;
	width: 80px;

}


/* monasteries and nunneries */
#column1 {
	margin-left: 25px;
	width: 43%;
	float: left;
}

#column2 {
	margin-right: 25px;
	width: 43%;
	float: right;
}

#column1 p, #column2 p{
	text-align: left;
	margin: 0 10px 5px 50px;
}

#column1 h2, #column2 h2{
	margin-top: 30px;
}


/** document styles **/
.center {
	text-align: center;
}


p {
	margin: 10px 60px;
}

/** images **/

#content img{
	display: block;
	margin: 10px auto 10px auto;
}

img#intro-lead{
margin-bottom: 30px; /* 10px image border + 20px top content margin */	
border:8px solid #ffffff;
height: 300px;
}



/* alignment */

#content img.goleft {
	margin: 0 10px 10px 60px;
}

.goleft {
	float: left;
	text-align: left;
}

.goright {
	float: right;
	text-align: right;
}

#content p.pright {
margin-right: 230px;
margin-top: 50px;
}

#content p.pleft {
margin-left: 265px;
margin-top: 50px;
}

#content ul {
	margin: 10px 100px;
}


/** font styles **/

h1 {
	color: #770000;
	font-size: 16px;
}

h2 {
	color: #770000;
/*	font-style: italic;*/
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-left: 40px;
}


.highlight {
	color: #770000;	
	font-style: italic;
}

.subtitle {
	font-style: italic;
}

.prayer {
	text-transform: uppercase;
}

#footer {
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 14px;
	clear: both;
	text-align: center;
	margin: 0 auto;	
	font-weight: normal;
	color: #f4f2d5;
	letter-spacing: .5px;
}

#footer #address {
	float: left;
	text-align: left;
	margin-left: 100px;
	margin-bottom: 15px;
}

#footer #phone-email {
	float: right;
	text-align: right;
	margin-right: 100px;
	margin-bottom: 15px;
}

/* images */
div.image-floats {
	margin: 10px 60px;
}
#content div.image-floats img{
/*	height: 100px;	*/
	margin: 5px;
	float: left;
	border: solid 3px white;
}


/* font styles */
#header h1{
	font-size: 48px;
}

#paypal{
float: left;
margin: 10px 10px 10px 60px;
}