/*
	Written for West Sign-a-Rama.
 */


/* General */
body {
	/* Use a background image on the body just in case the two columns are uneven. */
	background: #000 url(../img/bg.gif) repeat-y top left;
	color: #454545;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	width: 780px;
	margin: 0px;
	padding: 0px; /* Opera is goofy */
	text-align: left; /* IE is illiterate */
}
h3 { /* Headers */
	color: #e59900;
	font: bold 14px Arial, Helvetica, sans-serif;
	font-weight:;
}
h5 { /* Author info */
	color: #777;
	font: normal 10px Tahoma, Verdana, Arial, sans-serif;
	margin-top: -10px;
}
img {
	border: 0px;
}
p {
	line-height: 1.5em;
}

/* Basic links */
a:link {
	color: #e59900;
}
a:hover {
	color: #f2ca79;
}

/* Left column */
#left {
	color: #999;
	float: left;
	padding: 0px 0px 0px 25px;
	text-align: right;
	width: 225px;
}
/* Right column */
#right {
	float: left;
	width: 530px;
}

/* Navigation */
#nav {
	list-style-type: none;
	margin: 0px 25px;
	padding: 0px;
}
#nav, #nav li {
	text-align: right;
}
#nav .spacer {
	background: url(../img/divider.gif) no-repeat; 
	display: block;
	height: 3px;
	width: 175px;
	/* Fixes the display in IE */
	font-size: 1px;
	line-height: 1px;
}
#nav a:link {
	color: #fff;
	background: url(../img/bullet.gif) 100% 50% no-repeat;
	display: block;
	height: 18px;
	padding: 8px 25px 4px 0px;
	text-decoration: none;
}
#nav a:hover {
	background: #222 url(../img/bullet.gif) 95% 50% no-repeat;
	color: #e59900;
}

/* Left artlicle */
#left-art {
	margin: 50px 25px;
	text-align: left;
}

/* Advertisement */
#ad {
	height: 60px;
	width: 530px;
	text-align: center;
	margin: 20px 0px;
}

/* Content */
.content {
	padding: 0px 25px;
}
.more {
	text-align: right;
}

/* Footer */
#footer {
	float: left;
	width: 780px;
}
#copy {
	float: left;
	margin: 0px 0px 0px 25px;
}
#flinks {
	float: left;
	padding: 25px;
	text-align: center;
	width: 480px;
}
#flinks a:link {
	color: #454545;
	margin-left: 10px;
}
#flinks a:hover {
	color: #e59900;
}

/* CSS by Storm */
