/* CSS Document */
/* Urban Umpire 2009. CSS created by Gee */

body {
	background-color: #000000;
	text-align:center;
	margin:0;
}

#landing {
	width:635px;
	height:480px;
	margin:0 auto 0 auto;	
}

/*FOOTER STYLES*/

#footer {
	width:790px;
	height:40px;
	margin:0 auto 0 auto;
	text-align:center;
}

#copyright {
margin:0 auto 10px auto;
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	background:#000;
}

#copyright a {
	font-family: Lucida, Arial, Helvetica, sans-serif;
	color: #EEE;
	font-weight:bold;
	text-decoration:none;
}

#copyright a:hover {
	font-family: Lucida, Arial, Helvetica, sans-serif;
	color: #EEE;
	text-decoration:underline;
}

#newsletter-subscription {
	float:left;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px 0 10px 90px;
}

#newsletter-subscription input {
	margin:0 0 0 5px;
}

#socialmedia-icons {
	float:right;
	margin:0 90px 10px 0;
}

#share {
width:200px;
height:30px;
margin:10px auto;
}

/*CONTENT STYLES*/

#content-land {
	width:799px;
	height:auto;
	overflow:auto;
	margin:0 auto 0 auto;
}

#content {
	width:799px;
	height:750px;
	margin:0 auto 0 auto;
}

.style1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #E0DFE3;

}

a:link {

	color: #FFFFFF;

}

a:visited {

	color: #FFFFFF;

}

a:hover {

	color: #FFFFFF;

}

a:active {

	color: #FFFFFF;

}

#button-zone {
	width:535px;
	height:32px;
	margin:10px auto 10px auto;
}

#but-entersite a {
	width:138px;
	height:32px;
	background:url(../images/uu_but1.jpg) no-repeat;
	margin:0 10px 10px 10px;
	float:left;
	color:#FFFFFF;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

#but-entersite a:hover {
	text-decoration:none;
	color:#FF6600;
}

#but-mobilesite a {
	width:148px;
	height:32px;
	background:url(../images/uu_but2.jpg) no-repeat;
	margin:0 10px 10px 10px;
	float:left;
	color:#FFFFFF;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

#but-mobilesite a:hover {
	text-decoration:none;
	color:#FF6600;
}

#but-inthemix a {
	width:187px;
	height:32px;
	background:url(../images/uu_but3.jpg) no-repeat;
	margin:0 10px 10px 0px;
	float:right;
	color:#FFFFFF;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

#but-inthemix a:hover {
	text-decoration:none;
	color:#FF6600;
}

#banner-area {
	width:650px;
	height:auto;
	margin:10px auto 10px auto;
}

#banner-area img {
	border:1px solid #444;
	margin:10px auto 10px auto;
}