html, body	{
	margin:					0;
	padding:				0;
}

body	{
	background-color:		#d0c075;
}
.spanclub {
	background-color: #ffcc66;
	width:300px;
	height:auto;
	border: 5px solid #fff;
	padding: 15px;
	position:absolute;
	margin-top:20px;
	margin-left:560px;
}
#wrapper	{
	width:					950px;
	margin-left:			20px;
	margin-right:			auto;
	border-bottom:			5px solid #ffffff;
	border-left:			5px solid #ffffff;
	border-right:			5px solid #ffffff;
}

#footer	{
	height:					20px;
}

#header	{
	background-color:		#d0c075;
	height:					76px;
	border-bottom:			5px solid #ffffff;
}

#header img.detail	{
	margin:					0px 0px 4px 10px;
	border:					2px solid #ebe6c9;
}

#navigation	{
	font:					12px verdana, helvetica, arial, sans-serif;
}

#navigation ul	{
	list-style:				none;
	border-bottom:			3px solid #fa6625;
	border-top:				3px solid #fa6625;
	background-color:		#f7a700;
	padding:				5px 0px 5px 0px;
	margin:					0;
	text-align:				left;
}

#navigation li	{
	display:				inline;
}

#navigation a:link, #navigation a:visited	{
	color:					#ffffff;
	background-color:		transparent;
	text-decoration:		none;
	padding:				5px 15px 5px 15px;
	margin:					0;
}

#navigation a:hover	{
	background-color:		#f6cc70;
}

body#home li.home a:link, body#home li.home a:visited, 
body#french li.french a:link, body#french li.french a:visited,
body#spanish li.spanish a:link, body#spanish li.spanish a:visited,
body#german li.german a:link, body#german li.german a:visited,
body#latin li.latin a:link, body#latin li.latin a:visited,
body#exchange li.exchange a:link, body#exchange li.exchange a:visited,
body#news li.news a:link, body#news li.news a:visited,
body#faculty li.faculty a:link, body#faculty li.faculty a:visited,
body#chinese li.chinese a:link, body#chinese li.chinese a:visited,
body#fles li.fles a:link, body#fles li.fles a:visited	{
	background-color:		#f6cc70;
}

#content	{
	font-family:			verdana, helvetica, arial, sans-serif;
	background-color:		#ebe6c9;
	border-top:				5px solid #ffffff;
	margin:					0;
	padding:				10px;
}

body#french #content	{
	background-image:		url(images/frenchlogo.gif);
	background-repeat:		no-repeat;
	background-position:	0% 20%;
}

body#spanish #content	{
	background-image:		url(images/spanishlogo.gif);
	background-repeat:		no-repeat;
	background-position:	0% 20%;
}

body#german #content	{
	background-image:		url(images/germanlogo.gif);
	background-repeat:		no-repeat;
	background-position:	0% 20%;
}

body#latin #content	{
	background-image:		url(images/latinlogo.gif);
	background-repeat:		no-repeat;
	background-position:	0% 20%;
}

#content p	{
	font-size:				12px;
	color:					#000000;
}

.indent	{
	margin-left:			35px;
}

#content h1	{
	font-size:				24px;
	font-weight:			normal;
	color:					#f78500;
}

#content h2	{
	font-size:				18px;
	font-weight:			normal;
	color:					#000000;
}

#content li	{
	font-size:				12px;
	color:					#000000;
	padding:				1px;
}

#content a:link, #content a:visited	{
	color:					#f78500;
}

#content a:hover	{
	color:		#000000;
}

.right_img	{
	float:					right;
	margin:					10px 0px 10px 15px;
}

#content ul.news li	{
	padding:				10px 0px 10px 0px;
	margin:					0;
}

.border_img	{
	border:					3px solid #ffffff;
	margin-left:			10px;
	padding:				2px;
}
