/*
	Written for ProyectoAnenea.com.
 */


/* General */
body {
	background: #f5f5f5;
	color: #454545;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	width: 780px;
	margin: 0px auto;
	padding: 0px; /* Opera is goofy */
	text-align: center; /* IE is illiterate */
}

div {
	text-align: left; /* Counter the IE tweak */
}

/* Headers */
h3 { 
	color: #bf3030;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/* Author info */
 h5 {
	color: #999;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	margin-top: -10px;
}

img {
	border: 0px;
}

p {
	line-height: 1.5em;
}

/* Basic links */
a:link {
	color: #bf3030;
}
a:hover {
	color: #e57373;
}

/* Wrapper */
#wrapper {
	background: #fff;
	border: 1px dotted #ccc;
	float: left;
	margin-top: 25px;
	width: 100%;
	height: 100%;
}

/* Left column */
#left {
	float: left;
	width: 250px;
}
/* Right column */
#right {
	float: left;
	width: 530px;
}

/* Navigation */
#nav {
	list-style-type: none;
	margin: 0px 25px;
	padding: 0px;
}
#nav .spacer {
	background: url(../img/divider.gif) 50% 50% no-repeat; 
	display: block;
	height: 5px;
	width: 200px;
	/* Fixes the display in IE */
	font-size: 1px;
	line-height: 1px;
}

#nav a:link {
	color: #454545;
	background: url(../img/bullet.gif) 10px 50% no-repeat;
	display: block;
	height: 18px;
	padding: 8px 0px 4px 25px;
	text-decoration: none;
}

#nav a:visited {
	color: #454545;
	background: url(../img/bullet.gif) 10px 50% no-repeat;
	display: block;
	height: 18px;
	padding: 8px 0px 4px 25px;
	text-decoration: none;
}

#nav a:hover {
	background: #fafafa url(../img/bullet.gif) 10px 50% no-repeat;
	color: #000;
}

/* Left artlicle */
#left-art {
	margin: 50px 25px;
}

/* Advertisement */
#ad {
	height: 60px;
	width: 530px;
	text-align: center;
	margin: 20px 0px;
}

/* Banner */
#banner {
	margin-bottom: 10px;
}

/* Content */
.content {
	padding: 0px 25px;
}
.more {
	text-align: right;
}

/* Footer */
#footer {
	float: left;
	padding: 25px;
	padding-bottom: 10px;
	text-align: center;
	width: 730px;
}
#footer a:link {
	color: #454545;
	margin-left: 10px;
}
#footer a:hover {
	color: #e57373;
	margin-left: 10px;
}

ul {line-height:20px}
/* CSS by Storm */