body {	
	background 		: #999999;
	margin			: 0em;
	padding			: 0em;
	/* For IE 5, because it can't center content without this - don't move to ie.css */
	text-align		: center;
	color			: #333;
	font-family		: arial, helvetica, sans-serif;
	font-size   	: small;
	/* IE 5 needs small keyword, 
	thus set this first then hide 
	"medium" from IE 5 but show it 
	to everyone else - don't move to ie.css*/
	voice-family 	: "\"}\"";
    voice-family 	: inherit;
	font-size   	: medium;
}
body a {
	color			: black;
	text-decoration	: none;
}

body a:hover {
	color			: red;
	text-decoration	: underline;
}


#wrapper {
	height			: auto;
	position		: relative;
	margin			: 0 auto;
	margin-bottom	: 4em;
	text-align		: left;
	width			: 945px;
	
	border			: 1px solid #666;
	background		: #fff;
	font-size		: 75%;
}

.rm {
	position		: absolute;
	left			: -999em;
}


#header {
	border : 0px solid #000;
	height : 122px;
	padding : 0px 0px 0px 0px;
}

#header .left {
	float 	: left;
	
}

#header .right {
	float 	: right;
}

#content {
	padding 		: 0px 0px 0px 0px;
}







.clear {
	clear : both;
}

img {
	border			: none;
}

/*#wrapper.languages #content {
	background 		: #fff url(../images/background/languages.jpg) no-repeat center center;
	
}*/

#select {
background 		: #fff url(../images/background/languages.jpg) no-repeat center center;
height 			: 350px;
}

#select p {
	padding-top		: 186px;
	padding-left	: 394px;
	color			: red;
}

#select a {
	color		: red;
	font-weight	: bold;
}



#select a:hover {
	color 			: #FFFFFF;
}


h4 {
	font-size : 70%;
}

h7 {
	font-size : 100%;
	font-weight:bold;
}

#footer {
	border 			: 0px solid #000;
	height 			: 25px;
	padding 		: 16px 0px 10px 40px;
	background 		: #fff;
}