body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #454545;
	background-color: #FFF;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/* part 1 of 2 centering hack */	
	}
	
#container {
	/*width: 400px; */
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	border: 1px solid #FFF;
	text-align:left; 
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;
	}

html>body #container {
	width: 700px; /* ie5win fudge ends */
	}


a {font-weight: normal;} 
a:link {color: #63C; text-decoration: none;}
a:visited {color: #63C; text-decoration: none;}
a:hover {color: #63C; text-decoration: underline;}
a:active {color: #666; text-decoration: underline;}

#header, #headersubpage {
	border: 1px solid #dedede;
	background: #635AAD;
	/* background: #faf1ff; */
	height: 15px;
	padding: 5px 0px 5px 5px;
	clear: both;
	}

#header {	margin-top: 200px;}
#headersubpage {margin-top:  15px;}


#header a, #headersubpage a {text-decoration: none; font-weight: normal; padding-right: 10px;} 
#header a:link, #headersubpage a:link {color: #D8D6EA}
#header a:visited, #headersubpage a:visited {color: #D8D6EA;}
#header a:hover, #headersubpage a:hover {color: #FFFFFF;}
#header a:active, #headersubpage a:active {color: #B1ADD6;}

#header .hilite, #headersubpage .hilite {color: #ffffff;}

.arrow {color: #9690C8;}
.nav {float: left; width: 69%; text-align: left;}
.copyrightlang {float: left; width: 30%; text-align: right;}



.title {font-weight: normal ; font-size: 150%; text-align: left; color: #635AAD;}
.subtitle { font-weight: bold; font-size: 125%; text-align: left;}
.highlight {font-weight: bold; font-size: 110%; text-align: left;}
.lighter {color: #777777;}
.small {font-size: 9px;}
.photos {padding: 3px; margin-right: 15px; border: 1px solid #CCC;}
.error {color: #FF0000;}


#lefthome {
	width: 305px;
	float: left;
	margin:0px 20px 20px 20px;
	text-align: justify;
	}

#righthome {
	width: 305px;
	float: left;
	margin:0px 20px 20px 10px;
	text-align: justify;
	}

#subnav {
	width: 153px;
	float: left;
	margin:12px 10px 20px 0px;
	text-align: left;
	}

#content {
	width: 507px;
	float: left;
	margin:0px 20px 30px 10px;
	text-align: justify;
	}

#subnav ul {
	margin: 27px 0px 0px -30px; /*Doesnt work for IE*/
	/*margin: 27px 0px 0px 0px;*/ /*Works for IE*/
	width: 153px;
	display: inline;
	}

#subnav li {
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 0px;
	list-style: none;
	}

#subnav a {text-decoration: none; font-weight: normal;} 
#subnav a:link {color: #aaa}
#subnav a:visited {color: #aaa;}
#subnav a:hover {color: #63c;}
#subnav a:active {color: #336;}




#footer {
	margin-top: 30px;
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #ccc;
	font-size: 9px;
	height: 15px;
	clear: both;
	color: #aaa;
	}
	
#footer .nav {float: left; width: 39%; text-align: left;}
#footer .copyrightlang {float: left; width: 60%; text-align: right;}

#footer a:link {color: #787878; text-decoration: none; font-weight: normal;}
#footer a:visited {color: #787878; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #454545; text-decoration: underline; font-weight: normal;}
#footer a:active {color: #787878; text-decoration: underline; font-weight: normal;}

