/** General Attributes **/

html, body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	/* For IE */
	scrollbar-face-color: #0D74A1;
	scrollbar-highlight-color: #6A99A3;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #222222;
	scrollbar-darkshadow-color: #222222;
}

iframe {
	border: 0;
}

input {
	color: #3582AC;
	background: white;
	border: 0px;
}

table {
	empty-cells: show;
}

a {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
a:hover {
	color: #0D74A1;
}

a.article {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
a.article:hover {
	color: #0D74A1;
}

i {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}

p.li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

p.quote {
	background: #8dbccc;
}

p.articles {
	text-align: center;
}

.valign {
	display: inline;
}

.article {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

td.article {
	background: url(/images/article.jpg) no-repeat center;
	height: 60px;
}

.articlename {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	display: inline;
	vertical-align: middle;
}

.newsname {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.newstitle {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.thumb {
	border: 1px solid black;
}

/** Background Classes **/

.reviewback {
	background: #333333 url(images/display.jpg) center;
	background-attachment: fixed;
}

.mainback{
	background: #333333 url(/images/display.jpg) center;
	background-attachment: fixed;
}

.indexback {
	background: #333333 url(/images/background.gif) no-repeat center;
	background-attachment: fixed;
}

.authorback {
	background: #333333 url(/images/authorback.jpg) no-repeat center;
	background-attachment: fixed;
}

/** Page Content **/

#outline {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header {
	background: #D3DACA url(/images/header.jpg) no-repeat;
	width: 1000px;
	height: 150px;
}

#content {
	background: #333333;
	width: 1000px;
	text-align: left;
}

#menu {
	background: #333333 url(/images/menuback.jpg);
	float: left;
	width: 200px;
	text-align: center;
}

#items {
	background: #333333 url(/images/items.jpg) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;
	text-align: center;
}

#lreviews {
	background: #333333 url(/images/items.jpg) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;
	text-align: center;
}

#ads {
	background: #333333 url(/images/items.jpg) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;

	text-align: center;
}

#main {
	background: #333333;
	float: right;
	width: 800px;
}

#search {
	background: #333333 url(/images/search.jpg);
	width: 800px;
	height: 50px;
	color: white;
}

#displaycontainer {
	background: #333333;
	width: 800px;
}

#displaycontent {
	background: #333333;
	width: 800px;
}

#topfiller {
	background: #333333 url(/images/top.jpg);
	width: 800px;
	height: 30px;
}

#bottomfiller {
	background: #333333 url(/images/bottom.jpg);
	width: 800px;
	height: 30px;
}

#copyright {
	background: #BFC1B3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width: 1000px;
	height: 10px;
	color: black;
	font-size: 9px;
}
