#container-homepage {
	max-width: 965px;
	/* max-width support in IE */
	width:expression(document.body.clientWidth > 965? "965px": "auto" );
	text-align: left;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

#main-content {
	padding-right: 0px;
}

#header {
	color: #fff;
}

#header-login h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}


#header-login form {
	display: inline;
}

#header-login .loginField {
	margin: 0;
	padding: 0;
	width: 95px;
}

#header-login .loginSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 2px;
	color: #fff;
	background: #57184d;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#header-login a:link 		{ color: #fff; text-decoration: underline; font-weight: normal }
#header-login a:visited 	{ color: #fff; text-decoration: underline; font-weight: normal; }
#header-login a:hover		{ color: #9852a8; text-decoration: underline; font-weight: normal; }
#header-login a:active 		{ color: #000; text-decoration: underline; font-weight: normal; }

.register a:link 		{ color: #688a92; text-decoration: underline; font-weight: normal }
.register a:visited 	{ color: #57184d; text-decoration: underline; font-weight: normal; }
.register a:hover		{ color: #688a92; text-decoration: underline; font-weight: normal; }
.register a:active	 	{ color: #000; text-decoration: underline; font-weight: normal; }

#homepage-links {
	margin-top: 10px;
	margin-bottom: 10px;
}

#homepage-links h2 {
	height: 40px;
	padding: 5px;
	margin: 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

#homepage-links p {
	padding: 2px 5px 2px 5px;
}

#main-content #homepage-links a {
	text-decoration: none;
}

#homepage-links a.home { 
	display: block;
	color: #fff; 
	background: #a66fb4;
	text-decoration: none; 
}

#homepage-links a:hover { 
	display: block;
	color: #fff; 
	background: #f2238a;
	text-decoration: none; 
	font-weight: normal;
}

#homepage-links a:active { 
	display: block;
	color: #fff; 
	background: #57184d;
	text-decoration: none; 
	font-weight: normal;
}


.homepage-description {
	height: 80px;
}

.homepage-image {
	width: 12%;
	color: #fff;
	background: #a66fb4;
	border-left: 1px solid #c19acb;
}

.homepage-about {
	height: 120px;
	background: url(/images/homepage/about_trinity.gif) no-repeat;
	background-position: left;
}

.homepage-music {
	height: 120px;
	background: url(/images/homepage/music.jpg) no-repeat;
	background-position: right;
}

.homepage-drama-speech {
	height: 120px;
	background: url(/images/homepage/drama_speech.jpg) no-repeat;
	background-position: left;
}

.homepage-dada {
	height: 120px;
	background: url(/images/homepage/dada.jpg) no-repeat;
	background-position: center;
}

.homepage-dance {
	height: 120px;
	background: url(/images/homepage/dance.jpg) no-repeat;
	background-position: center;
}

.homepage-arts-award {
	height: 120px;
	background: url(/images/homepage/arts_award.jpg) no-repeat;
	background-position: right;
}

.homepage-esol {
	height: 120px;
	background: url(/images/homepage/esol.jpg) no-repeat;
	background-position: right;
}

.homepage-tesol {
	height: 120px;
	background: url(/images/homepage/tesol.jpg) no-repeat;
	background-position: center;
}

.homepage-news {
	height: 120px;
	background: url(/images/homepage/news.gif) no-repeat;
	background-position: right;
	
}

#homepage-options {
	width: 170px;
	padding-right: 10px;
}

/* Search box */
#search-box {
	color: #666;
	background: #fff;
	margin: 0;
	padding: 7px;
	margin-bottom: 1px;
	margin-right: 6px;
}

#search-box form {
	display: inline;
}

#search-box h2 {
	color: #57184d;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#search-box p {
	margin: 0;
	padding: 5px 0 0 0;
}

#search-box .searchField {
	margin: 0;
	padding: 0;
	width: 85px;
}

#search-box .searchSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 1px;
	color: #57184d;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Language box */
#language-box {
	color: #666;
	background: #fff;
	margin: 0;
	padding: 7px;
	margin-bottom: 1px;
}

#language-box form {
	display: inline;
}

#language-box h2 {
	color: #57184d;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#language-box .languageSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 1px;
	color: #57184d;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

