@charset "utf-8";
/* CSS Document */


/* ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

img {
	border:  none;
}

.clear {
	clear: both;
}

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

body  {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	
}

#banner {
	background-image: url(i/banner.png);
	width: 950px;
	height: 160px;
}

/* LOG IN */

#login {
	background-image: url(i/login_bg.png);
	width: 250px;
	height: 63px;
	float: right;
	margin: 50px 97px 0 0;
}

#login input {
	background-image: url(i/input.png);
	width: 113px;
	height: 22px;
	margin: 20px 2px 0 3px;
	border: none;
	text-align: center;
	font-size: 14px;
}

/* NAVIGATION */

#nav {
	background-image: url(i/nav_bar.png);
	width: 950px;
	height: 52px;
}

.menu, .menu a {
	font-weight: bold;
	text-align: center;
	color: #666;
	font-size: 16px;
	padding: 26px 23px 0 23px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:hover {
	text-decoration: underline;
}

/* CONTENT */

#left {
	float: left;
	padding: 25px 0 0 90px;
	width: 400px;
}

#right {
	float: right;
	padding: 25px 0 0 60px; 
	width: 300px;
}

/*SPAN STYLES */

.h1 {
	font-size: 20px;
	color: #ff3484;
}

.h2 {
	font-size: 18px;
	color: #585858;
	font-weight: bold;
}

.pink {
	color: #ed098f;
	font-weight: bold;
}

.h4 {
	color: #585858;
	font-size: 18px;
}	

/* FOOTER */

#footer {
	 background-image: url(i/footer_bg.png);
	 height: 118px;
}

.links {
	padding: 15px 0 0 0;
	margin-left: 100px;
}

.links a {
	color: #585858;
	font-size: 14px;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 12px;
	margin-left: 100px;
}
