* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Sans-serif;
	color:#333;
	text-decoration: none;
}
body {
	width: 9000px;
	height: 509px;
	color:#333; 
	background: url(../crit_wall.jpg) repeat-x left top;
}

#title {
position: fixed;
top: -15px;
left: 15px;
color: #6699CC;
font-size: 14px;
letter-spacing: .35 em;
}

p {
	margin-top: 3px;
	margin-bottom: 7px;
	margin-left: 7px;
}
p.timestamp {
	font-size: 11px;
	font-style: italic;
	letter-spacing: .1em;
	margin-bottom: 3px;
}
		
#comments {
	height: 100px;
	overflow: auto;
	margin-top: 15px;
	border: dotted 2px;
}
		
#content {
	//margin: 75px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

#page {
	height: 500px; 
}

.par {
	padding: 50px;
	height: 500px;
	width: 400px;
	float: left;
	//background-color: gray;
	margin-right: 75px;
	font-size: 11px;
	letter-spacing: .07em;
}

p.comment {
	font-size: 14px;
	margin-bottom: 7px;
	margin-left: 7px;
	color: #FF9999;
}
		
a.comment{
	font-size: 15px;
	text-decoration: none;
	border: dotted 3px #6699CC;
	padding: 3px;
	margin-left: 8px;
	color: #6699CC;
	letter-spacing: .35 em;
}

a.comment:hover{
color: #FF9999;
border: dotted 3px #FF9999;
}

p.secbot {
	width: 50px;
	margin: 10px;
	margin-top: 200px;
	float: left;
}

img {
	margin: 5px;
}

h1 {
	font-size: 14px;
	letter-spacing: .35 em;
	//font-weight: normal;
	margin-left: 7px;
	//color: #6699CC;
}
h2 {
	font-size: 13px;
	letter-spacing: .3 em;
	//font-weight: normal;
	margin-left: 7px;
	//color: #6699CC;
}
h3 {
	font-size: 12 px;
	letter-spacing: .2 em;
	font-weight: normal;
	margin-left: 7px;
}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#leftsider {
	padding: 50px 0 0 50px;
	float: left;
	width:300px; 
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	margin-top: 60px; 
	padding-left: 6px;
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	text-decoration: none;
	color: #22b1e1;
}

#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}

#content h4 {font-size: 1.2em;}


.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #22b1e1;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #22b1e1;
}

#arrows {
	position: fixed;
	top: 440px;
	left: 650px; 
	width: 130px;
	height: 120px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 130px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../left.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../right.png) no-repeat;}

#arrows ul #left a:hover {background: transparent url(../left_over.png) no-repeat;}
#arrows ul #right a:hover{background: transparent  url(../right_over.png) no-repeat;}

#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
