/* General */
* {
	margin:0;
	padding:0;
}

/* Body */
body {
	background:url(../images/background.jpg) scroll;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#eeeeee;
	margin-top:15px;
}

/* Header */
#header {
	width:1000px;
	height:60px;
	margin:0 auto;
	background:url(../images/header-l.png) no-repeat left top;
}

/* Content */
#content {
	padding:0 0px;
	width:1000px;
	height:auto; 
	min-height:500px;
	background:transparent url(../images/panel-l.png) repeat-y;
	margin-left:auto;
	margin-right:auto;
}

.left {
	float:left;
	width:400px;
	margin-left:32px;
	margin-top:10px;
}

.right {
	float:left;
	width:510px;
	margin-left:15px;
	margin-top:40px;
	text-align:left;
}

/* Footer */
#footer {
	width:1000px;
	height:70px;
	margin:0 auto;
	text-align:center;
	background:url(../images/footer-l.png) no-repeat;
}

/* Links */
a:link {
	color:#eeeeee;
}
a:visited {
	color:#eeeeee;
}
a:hover {
	text-decoration:none;
	color:#888888;
}

div#bottom_links{ 
	margin-top:0px;
	text-align:center;
    position:relative;
	font-size:14px;
}

h1 {
	font-size:18px;
	color:#fb80bd;
	margin-bottom:20px;
	text-align:center;
}
