body {
	background-image: url(images/bg.jpg);
	
	margin: 0px;
	
	font-family: Alexandria, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	
	line-height: 1.5em;
}

a {
	outline: none;
}

@font-face { 
	font-family: Alexandria; 
	font-weight: bold;
	src: url('fonts/Alexa.pfm');
} 

#wrapper {
	background-image: url(images/wrapper-bg.jpg);
	background-repeat:no-repeat;
	
	width: 700px;
	margin: 0px auto;	
}

#wrapper-glow {
	background-image: url(images/wrapper-glow.png);
	background-repeat:repeat-y;
	
	width: 740px;
	margin: 0px auto;	
}

#header {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	
	width: 660px;
	padding: 20px;
	
	text-shadow:1px 1px 1px #6971cd;
	
}

#videos, #btns {
	text-align: center;
}

#videos img, #btns img {
	padding: 5px 0px 3px 3px;
	border: none;
}

#register {
	background-image: url(images/register.jpg);
	
	font-size: 18px;
	font-weight: bold;

	text-align: center;
	
	height: 53px;
	line-height: 53px;
}

#register a {
	color: #fff;
	text-decoration: none;
}

#register a:hover {
	color: #fdba10;
}

#register2 {
	float: right;
	width:  195px;
	
	margin-right: 25px;
	line-height: 1em;
	position: relative;
	z-index: 999;
	
	border-left: 2px solid #A20656;
}

.other {
	line-height: 1.3em;
	font-size: 25px;
}

.usa {
	line-height: 1.5em;
	font-size: 17px;
}

.other a {
	color: #9d0059;
	text-decoration: none;
}

.other a:hover {
	color: #7f3e98;
}
.usa a {
	color: #00B0EC;
	text-decoration: none;
}

.usa a:hover {
	color: #005e7e;
}

#register2 li {
	list-style-type: none;
}
/* City Styles */

#cities {
	background-image: url(images/cities-bg.png);
	background-repeat: repeat-x;
	
	min-height: 60px;	
	margin-top: 15px;
}

#other-cities, #us-cities {
	width: 50%;
	float: left;
}

#other-cities a, #us-cities a {
	text-decoration: none;
	color: #9d0059;
}

#other-cities a:hover, #us-cities a:hover {
	text-decoration: none;
	color: #7f3e98;
}

#other-cities ul, #us-cities ul{
	padding: 10px;
}

#other-cities li {
	text-align: right;
	list-style-type: none;
	
	
}

#other-cities .title {
	font-size: 	20px;
}

.usa .title {
	font-size: 18px;
	text-transform: uppercase;

}

.other .title {
	font-size: 24px;
}

#other-cities .content, #us-cities .content, #register2 .content {
	/*font-size: 24px;*/
	color: #9d0059;
}

#us-cities li{
	text-align: left;
	list-style-type: none;
}

/* Footer Styles */

#footer {
	background-image: url(images/footer.png);
	height: 139px;
	clear: both;
	position: relative;
	top: -40px;	
	text-align: left;
}

#footer a, #footer a:hover {
	color: #000;
	text-decoration: none;
}



.footer1 {
	position: relative;
	top: 50px;
	left: 25px;
	
	font-size: 16px;	
}

.footer2 {
	position: relative;
	top: 50px;
	left: 155px;
	
	font-size: 18px;	
}
