html{
margin:0;
overflow: -moz-scrollbars-vertical;
}
body{
margin:0;
background-color:#ffffff;
font-family:Times New Roman, serif;
color:#333333;
font-size:14px;
}
a,a:active,a:visited{
text-decoration:none;
color:#333333;
}

#main{
margin:0 auto;
width:600px;
background-color:#C5C5C5;
background-color:#999999;
border:1px solid #2A2A2A;
padding:10px;
}
#header{
width:700px;
height:170px;
background-image:url(images/header.png);
background-repeat:no-repeat;
margin-bottom:15px;
padding-left:180px;
padding-top:30px;
}
img{
	border:0;
	text-align: center;
}
table.content{
width:100%;
border-collapse:collapse;
border:0;
margin-bottom:5px;
}
table.content td.top-left{
width:4px;
height:4px;
background-image:url(images/top-left.png);
background-repeat:no-repeat;
background-position:top left;
background-color:#ffffff;/*c5c5c5*/
}
table.content td.top-center{
background-color:#ffffff;/*c5c5c5*/
}
table.content td.top-right{
width:4px;
height:4px;
background-image:url(images/top-right.png);
background-repeat:no-repeat;
background-position:top right;
background-color:#ffffff;/*c5c5c5*/
}
table.content td.bottom-left{
width:4px;
height:4px;
background-image:url(images/bottom-left.png);
background-repeat:no-repeat;
background-position:bottom left;
background-color:#ffffff;/*c5c5c5*/
}
table.content td.bottom-center{
background-color:#ffffff;/*c5c5c5*/
}
table.content td.bottom-right{
width:4px;
height:4px;
background-image:url(images/bottom-right.png);
background-repeat:no-repeat;
background-position:bottom right;
background-color:#ffffff;/*c5c5c5*/
}
table.content td.middle{
padding-left:30px;
padding-right:30px;
padding-top:6px;
padding-bottom:6px;
/*background-image:url(images/content-gradient-dark.png);*/
background-repeat:repeat-x;
background-color:#ffffff;/*c5c5c5*/
}
#footer{
color:#333333;
text-align:center;
font-size:12px;
}
p{
	font-size:22px;
}
ul{
	list-style-image: url(images/tick.gif);
}
li{
font-size:22px;
padding:10px;
}
li.alternate{
	background-color:#FFC;
}
p.center{
text-align:center;
}
p.padded{
padding:15px;
}
p.small{
font-size:12px;
}
p.smallish{
font-size:18px;
}
p.quote{
text-align:center;
}
p.signature{
text-align:right;
}
h1{
font-size:36px;
}
h2{
font-size:30px;
}
h3,h4{
font-size:22px;
text-align:center;
}
.red{
	color:#ff4b4b;
}
.blue{
	color:#06F;
}
.highlight{
	background-color:#FF0 !important;
}

.realstories {
	background-color: #FFFF99;
	padding: 10px;
	text-align: left;
	margin-bottom: 5px;
}

#bottomnav {
	color: #ff0000;
	font-size: 16px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#bottomnav ul {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#bottomnav ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#bottomnav ul li a{
	color: #ff0000;
	text-decoration: underline;
}

a:link, a:visited {
	color: #06F;
}
