strong
{
	color: #FC3;
}

hr
{
	border-color: #gray;
	border-width: 1px;
	border-style: dotted;
}

a:link
{
	color: #C00;
	text-decoration: underline;
}

a:visited
{
	color: #C00;
	text-decoration: underline;
}

a:hover
{
	color: #C00;
	text-decoration: underline;
}


h1
{
	font-size: 22px;
	line-height: 24px;
	color: #C00;
}

h2
{
	font-size: 12px;
	color: #C00;
}

body
{
	background-color: #666;
	text-align: center;
	margin: auto;
	font-size: 11px;
	line-height: 18px;
	font-family: trebuchet, tahoma, sans-serif;
}

#content
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	width: 740px;
	height: 900px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}

#content_pages
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background-color: #000;
	width: 740px;
	height: 1600px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}


#nav
{
	margin: auto;
	padding: 0px;
}

#leftcolumn
{
	position: absolute;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	left: 0px;
	top: 120px;
	width: 400px;
	height: 600px;
	margin-left: 30px;
	text-align: left;
	color: #fff;
	background-color: #000;

}

#leftcolumn_pages
{
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 320px;
	height: 600px;
	margin-left: 30px;
	text-align: left;
	color: #fff;
	background-color: #000;

}

#rightcolumn_pages

{
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	position: absolute;
	top: 120px;
	left: 350px;
	width: 320px;
	height: 600px;
	margin-left: 30px;
	text-align: left;
	color: #fff;
	background-color: #000;

}


#featured
{
	background-color: #D6D5D5;
	position: absolute;
	left: 505px;
	padding: 10px;
	padding-top: 5px;
	top: 150px;
	width: 160px;
	color: #000;
	border-color: #FFF;
	border-width: 1px;
	border-style: dotted;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}

#footer
{
	background-color: #CCC;
	position: absolute;
	top: 900px;
	left: 0px;
	width: 720px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	padding: 10px;
	
}

#footer_pages
{
	background-color: #CCC;
	position: absolute;
	top: 1600px;
	left: 0px;
	width: 720px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	padding: 10px;
	
}