/* ---------------------------------------------------------------
Body
--------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

a:focus { outline: none; 
}

*:focus { outline: none }

/* ---------------------------------------------------------------
Structure
--------------------------------------------------------------- */

#container {
	position: relative;
	width: 750px;
	margin: 0 auto; 
}

/* ---------------------------------------------------------------
Content
--------------------------------------------------------------- */

#logo {
	float:left;
	width: 750px;
	height: 130px;
}

#bottom {
	float:left;
	width: 750px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
}

#homeleft {
	float:left;
	width: 200px;
	height: 250px;
	text-align: right;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 130px;
	line-height: 30px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

.homelefttxt {
	line-height: 25px;
	font-size: 16px;
}

.homelefttxtsmall {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	line-height: 20px;
}

.homelefttxtsmall a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: underline;
}

.homelefttxtsmall a:hover {
	text-decoration: none;
}

#homeright {
	float:left;
	width: 200px;
	height: 250px;
	margin-top: 10px;
	text-align: left;
}

#expos {
	float:left;
	width: 750px;
}

#exposleft {
	float:left;
	width: 80px;
	margin-left: 50px;
	margin-bottom: 30px;
}

#exposright {
	float:left;
	width: 550px;
	text-align: left;
	margin-bottom: 30px;
	line-height: 20px;
}

