/* livingroomtherapist.com style sheet */

/* global styles begin */

html	{
	height:101%;
	margin-bottom:.1em;
	}

body	{
	background-color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

p	{
	color:#000000;
	font-size:12px;
	}

.hidden	{	/* hides items */
	position:absolute;
	left:0px;
	top:-100px;
	width:0px;
	height:0px;
	overflow:hidden;
	}

/* global styles end */

/* wrapper styles */

#main	{
	margin:0 auto 0 auto;
	width:600px;
	min-height:550px;
	padding-bottom:25px;
	background-image:url(../jay/siteImages/jay-color.png);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
/* for Internet Explorer */
/*\*/
* html #main {
height: 550px;
}
/**/

#header	{
	text-align:center;
	width:100%;
	height:65px;
	background-image:url(../jay/siteImages/mainBanner.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

#header h1	{
	margin-bottom:10px;
	}

/* wrapper styles end */

/* comic gallery styles */

	#comics 	{
		width: 100%;
		float:left;
		text-align: center;
		}
		
	#cg_img	{
		height: 100%;
		border:0px;
		}
		
	#cg_nav1, #cg_nav2 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
	
	#cg_nav1 a, #cg_nav2 a	{
		text-decoration: none;
		}
	
	#cg_nav1 a:hover, #cg_nav2 a:hover	{
		text-decoration: underline;
		}
	
	#cg_credits	{
		font-family:"Courier New", Courier, mono;
		font-size: 11px;
		color:#999;
		}
	
	#cg_credits a	{
		color:#666;
		text-decoration: none;
		}
	
	#cg_credits a:hover	{
		text-decoration: underline;
		}
	
	.cg_arrow1, .cg_arrow2	{
		font-weight: bold;
		}

/* comic gallery styles end */

/* menu styles */

#menu	{
	width:100%;
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	/* font:bold; */
	}

#menu a	{
	color:#336633;
	text-decoration: none;
	}

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

#selector	{
	text-align:center
	}

/* menu styles end */

/* content styles */

#content	{
	width:450px;
	font-size:14px;
	}

#content img	{
	border:0px;
	}

#content p	{
	color:#000000;
	padding-top:5px;
	font-size:14px;
	padding-right:10px;
	padding-left:5px;
	}

#content a	{
	color:#336633;
	text-decoration:none;
	}

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

.comic	{
	margin-top: 10px;
	}

.menu	{
	margin-top:125px;
	margin-left:50px;
	}

.menu img	{
	margin-top:15px;
	margin-bottom:15px;
	}

/* content styles end */

/* footer styles */

#footer	{
	width:100%;
	padding-bottom:15px;
	}

#footer p	{
	color:#000000;
	font-size:12px;
	text-align:center;
	}

#footer a	{
	color:#000000;
	text-decoration:underline;
	}
	
#footer	 a:hover	{
	color:#336633;
	text-decoration:underline;
	}

/* footer styles end */

