@charset "utf-8";

/* CSS Document */




body {
	background-color: #ffffcc;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#container {
	text-align: center;
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 200px;
	width: 300px;
	background-color: #FF0000;
	float: left;
}
#logo2 {
	width: 424px;
	background-color: #FF0000;
	float: left;
	height: 200px;
	font-size: 36px;
	text-align: center;
}
#logo3 {
	height: 200px;
	width: 300px;
	background-color: #FF0000;
	float: left;
}
#links {
	height: 100%;
	width: 224px;
	float: left;
	color: #FFFFFF;
	padding-top: 34px;
}
#links p {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFDD32;
	text-align: center;
	display: block;
	color: #000000;
}


#iframecontainer {
	height: 619px;
	width: 800px;
	float: right;
}
.liinkspan {
	font-size: 12px;
}

#linksiframecontainer {
	height: 619px;
	width: 1024px;
}
#logowrapper {
	height: 200px;
	width: 1024px;
}

