* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper, #wrapperAdmin {
	height: 100%;
	font-size: 12px;
}

body {
	/*font-family: Helvetica, Calibri, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1em;
	line-height: 1.75em;
	
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) repeat 0 0;
	color: #333;
}

#wrapper
{
	height: 550px;
	background: url(../img/background-fade.png) repeat-x 0 0;
}

#container
{
	width: 800px;
	margin: 0 auto;
}

#header
{
	margin: 0;
	padding: 0;
	height: 135px;
	background: url(../img/background-header.png) no-repeat 0 0;
}

#content
{
	margin: 0;
	padding: 20px;
	background: #fff;
	color: #333;
}

h1
{
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 0.875em;
}

h2
{
	margin: 40px 0 10px;
	font-size: 1.666667em;
	line-height: 1.05em;
}

h3
{
	margin: 30px 0 20px;
	font-size: 1.333333em;
	line-height: 1.3125em;
}

h4
{
	font-weight: normal;
	font-size: 1.333333em;
	line-height: 1.3125em;
}

p
{
	margin: 10px 0;
	font-size: 1em;
	line-height: 1.75em;
}

strong {
	font-weight: bold;
}


blockquote
{
	display: block;
	margin: 20px 40px;
}

cite
{
	display: block;
	text-align: right;
}


table
{
	margin: 10px auto 40px;
	border: 1px solid #3c3c3c;
	background: #eee;
}

thead tr
{
	background: #3c3c3c;
	color: #fff;
}

th
{
	font-weight: bold;
	padding: 10px 12px;
}

td
{
	padding: 10px 12px;
	color: #666;
}

td span
{
	display: block;
	font-size: 1.333333em;
	line-height: 1.3125em;
	color: #333;
}

.odd
{
	background: #e3e3e3;
}
.price
{
	text-align: center;
}


#content ol,
#content ul
{
	margin-bottom: 20px;
	margin-left: 16px;
	margin-right: 16px;
}

#content ol li,
#content ul li
{
	margin: 12px 0;
}


#ministry
{
	float: right;
	padding: 6px 12px;
	color: #999;
}

#ministry a
{
	color: #ccc;
	text-decoration: none;
}

#ministry a:hover
{
	text-decoration: underline;
}

#nav
{
	position: relative;
	top: 57px;
	left: 270px;
	width: 500px;
}

#jsddm
{
	margin: 0;
	padding: 0;
}
	
	#jsddm li
	{
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
	}

	#jsddm li a
	{
		display: block;
		background: #20548E;
		
		background: #999;
		background: #EEF5cb;
		
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		
		color: #EAFFED;
		color: #1A4473;
		
		white-space: nowrap;
		/*width: 70px;*/
	}

	#jsddm li a:hover
	{
		background: #1A4473;
		background: #b3c49c;
		
		color: #333;
	}
		
		#jsddm li ul
		{
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			z-index: 10;
			z-index: 99;
		}
		
		#jsddm li ul li
		{
			float: none;
			display: inline;
		}
		
		#jsddm li ul li a
		{
			width: auto;
			background: #9F1B1B;
			
			color: #333;
			background: #b3c49c;
		}
		
		#jsddm li ul li a:hover
		{
			color: #1A4473;
			background: #7F1616;
			background: #EEF5cb;
		}


/******************************/
/* Pages */
/******************************/
#home #content
{
	margin: 0;
	padding: 0;
}

#content .column1
{
	float: left;
	text-align: left;
}

#content .column2
{
	float: right;
	margin: 0 !important;
	padding: 0 !important;
	width: 350px;
	height: 250px;
}

#homeHeader
{
	overflow: hidden;
	background: url('../img/homeBackground.jpg') repeat-y top right;
}
		
		#homeContent .column2
		{
			width: 308px;
		}
		
		#homeHeader .column2 dl
		{
			margin: 0 auto;
			padding: 0 20px;
			width: 270px;
			height: 250px;
			background: #3F4033;
			color: #EEF5CA;
			border-right: 2px solid #000;
			border-left: 2px solid #000;
		}
			#homeHeader .column2 dl dt
			{
				padding-top: 8px;
				font-weight: bold;
			}
			
			#homeHeader .column2 dl dd
			{
				padding-left: 30px;
			}
			
			#homeHeader .column2 dl dd span
			{
				float: right;
				font-style: italic;
			}
		
		
		#homeContent .column1
		{
			width: 428px;
		}
		
		#homeContent .column2 h1,
		#homeContent .column1 h1
		{
			padding: 0;
			margin: 0 0 10px;
			font-size: 18px;
			color: #333;
			text-transform: uppercase;
		}
		
		#homeContent .column2 p,
		#homeContent .column1 p
		{
			padding: 0;
			margin: 0 0 30px;
			font-size: 14px;
			color: #666;
		}
		
		#homeContent .column1 blockquote
		{
			margin: 0 0 18px;
		}
		
		#homeContent .column1 blockquote p
		{
			margin: 0 0 10px;
			font-size: 1.1em;
		}
		
		#homeContent .column2 p.first,
		#homeContent .column1 p.first
		{
			padding: 0;
			margin: 0;
		}

#faculty #content ul
{
	clear: both;
	overflow: hidden;
}

#faculty #content ul li
{
	width: 48%;
	float: left;
	list-style-type: none;
}
	#faculty #content ul li.second
	{
		float: right;
	}

#faculty #content .photo
{
	margin: 4px;
	/*width: 80px;*/
	float: left;
}

#faculty #content .photo img
{
	border: 1px solid #333;
}

#faculty #content .name,
#faculty #content .grade,
#faculty #content .subjects,
#faculty #content .education,
#faculty #content .description,
#faculty #content .position
{
	margin-left: 95px;
}

#faculty #content .name
{
	font-size: 1.2em;
	font-weight: bold;
}

#faculty #content .position
{
	font-size: 1.2em;
	color: #666;
}

#faculty #content .grade,
#faculty #content .subjects
{
	font-size: 1.1em;
	font-weight: bold;
}


#faculty #content .education
{
	font-size: 1.1em;
	color: #666;
}

#faculty #content .description
{
	font-size: 1.1em;
	color: #999;
}


#gallery ul.photoList
{
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
	list-style: none;
}
#gallery .photoList li
{
	float: left;
	margin-left: 43px;
	list-style: none;
	text-align: center;
}
#gallery .photoList li a
{
	text-decoration: none;
}
#gallery .photoList li a img
{
	border: 1px solid #666;
}



#drama h3
{
	margin-bottom: 0;
}

#drama p img
{
	border: 1px solid #333;
	margin-top: 24px;
	background: #eee;
}

#dramaEvents
{
	border: 1px solid #999;
	background: #eee;
	padding: 20px 30px;
	margin-bottom: 20px;
	color: #3F5476;
}

#dramaEvents h2
{
	margin-top: 0;
}

.dramaEvent
{
	background: #d6d6d6;
	margin-bottom: 20px;
	padding: 10px 14px;
}

.last
{
	margin-bottom: 0;
}

.dramaTitle
{
	font-style: italic;
	font-size: 1.333333em;
	line-height: 1.3125em;
}

#dramaNav
{
	margin: 0 !important;
	padding: 0;
	height: 40px;
	display: block;
}
	
	#dramaNav li
	{
		margin: 0 !important;
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		line-height: 1.2em !important;
	}

	#dramaNav li a
	{
		display: block;
		padding: 5px 12px;
		text-decoration: none;
		color: #333;
		white-space: nowrap;
	}

	#dramaNav li a:hover
	{
		text-decoration: underline;
		background: #e3e3e3;
	}

#drama .caption
{
	margin: 0;
	padding: 0;
	font-size: .9em;
	color: #666;
}
