/*Index Page*/
body.index-page {
	margin: 0;
	height:100%;
}

#container-home {
	width: 763px;
	text-align: left;
	/*position:absolute;*/
	/*top:50%;*/
	/*bottom:50%;*/
	/*margin-left: -368px;*/
	/*margin-top: -278px;*/
}

body.index-page h1, body.index-page header h1 {
	margin: 0px !important;
}
/*End Index Page*/




body {
	background-color: black;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	border: 3px solid #4E4E4E;
	width: 763px;
	text-align: left;
	background-image: url(images/bgd-3.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 160px;
}

#header {
	height: 169px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#navigation {
	height: 20px;
	background-color: #4E4E4E;
	text-align: left;
}

#navigation a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	width: 112px;
	height: 16px;
	font-size: 12px;
	display: block;
	background-image: url(images/tab.gif);
}

#navigation a:hover, #navigation a.on {
	background-image: url(images/tab-over.gif);
}

#main {
	width: 500px;
	margin-left: 25px;
	margin-top: 10px;
	text-align: left;
}

h1 {
	font-size: large;
	font-weight: normal;
}

h2 {
	font-size: medium;
	font-weight: normal;
	color: #CACACA;
	text-decoration: underline;
}

#header h1 {
	font-size: 25px;
	font-weight: normal;
	margin-top: 116px;
	margin-left: 15px;
}

#changer-image {
	width: 130px;
	height: 169px;
	float: right;
	display: block;
}

.home {
			background-image: url(images/application-form.jpg);
}

.faculty {
		background-image: url(images/gallery.jpg);
}

.tutors {
	background-image: url(images/course-content.jpg);
}

.courses {
	background-image: url(images/contact.jpg);
}

.application {
	background-image: url(images/faculty.jpg);
}

.gallery-image {
	background-image: url(images/biographies.jpg);
}

.welcome {
	background-image: url(images/lcpa-welcome.jpg);
}

a {
	color: White;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.smaller-1, .smaller-1 a {
	font-size: 9px;
	color:#666666 !important;
}

.smaller-link {
	font-size: x-small;
}

#main img {
	margin-right: 5px;
}

hr {
	height: 1px;
	color: white;
	width: 350px;
}

strong {
	color: #999999;
	border-bottom: 1px solid #999999;
}
.gallery img {
	border: 1px solid #4E4E4E;
}
.gallery a {
	text-decoration: none;
	font-weight: bold;
	color: #4E4E4E;

}
.gallery a:hover {
	text-decoration: underline;
	color: white;
}

.gallery a:hover img {
	border: 1px solid white;
}
.textjustify {
	text-align: justify;
}