body{
	margin: 0;
	font: 13px verdana;
	color: #009999;
	background: transparent url(../images/background.jpg) repeat fixed left top;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 5px 0;
}

p{
	margin: 0 0 10px 0;
}

img{
	border: none;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	list-style-type: none;
}

/*end global props*/

#indexcontainer{
	margin: 35px auto 35px auto;
	width: 615px;
	height: 550px;
	background-color: #CCFFFF;
	border: 2px solid #009999;
	position: relative;
	background-image: url(../images/indeximage6.jpg);
}

#container{
	margin: 35px auto 5px auto;
	width: 760px;
	background-color: #CCFFFF;
	border: 2px solid #009999;
	position: relative;
	padding-bottom:20px;
}

#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 75px;
	border-bottom: 1px solid #009999;
	position:relative;
}

#header #home_link{
	text-indent:-10000px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:75px;
	width:760px;
}

#inmenu{
	width: 615px;
	height: 26px;
	text-align: left;
	border-bottom: 1px solid #099;
	border-top: 1px solid #099;
	background-color: #99CCCC;
	position: absolute;
	bottom: 17px;
	padding: 0px;
	margin: 0px;
}

#inmenu a{
	padding: 0px;
	margin: 0px;
}

#inmenu img{
	float: left;
	padding: 0px;
}

#nav{
	width: 760px;
	height: 35px;
	padding: 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #099;
}

#nav img{
	float: left;
	padding: 0px;
}

#nav a{
	padding: 0 0;
	margin: 0;
}
	
#content{
	width: 480px;	
	margin: 30px 5px 5px 250px;
}

#others{
	width: 740px;
	margin: 10px auto;
}

#others #rightrow img{
	float: right;
}

#others #rightrow{
	text-align: right;
}

#others #leftrow{
	text-align: left;
}

#others #leftrow img{
	float: left;
}

#others tr td{
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

#others #leftcol{
	font-size:30px;
}

#others tr td a{
	color: #CF4635;
	text-decoration: none;
}

#others tr td a:hover{
	color: #099;
}

#indexImage{
	margin: -65px auto -8px -250px;
	width: 760px;
	position: relative;
}

#indexvideo{
	color: #C33;
	font-size: 16.5px;
	text-decoration: none;
	letter-spacing: .75px;
	position: absolute;
	right: 10px;
	top: 390px;
}

#indexvideo:hover{
	color: #099;
}

#indexpodcast{
	color: #C33;
	font-size: 16.5px;
	text-decoration: none;
	letter-spacing: .75px;
	position: absolute;
	right: 10px;
	top: 425px;
}

#indexexcerpt{
	color: #C33;
	font-size: 16.5px;
	text-decoration: none;
	letter-spacing: .75px;
	position: absolute;
	right: 10px;
	top: 455px;
}

#indexpodcast:hover{
	color: #099;
}

#content h2{
	font-size: 22px;
	text-decoration: none;
	border-bottom: 1px solid #009999;
	padding: 5px 0;
}

#content h3{
	padding: 5px 0;
}

#content p{
	padding: 5px 0 0 0;
}

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

#content p a:hover{
	color: #099;
}

#cgsmall{
	padding: 0 5px 5px 0;
}

#takensmall{
	padding: 0 5px 0 0;
}

#nobodysmall{
	padding: 0 5px 0 0;
}

#earthquakessmall{
	padding: -10px 5px 0 0;
}

#shoessmall{
	padding: 5px 5px 0 0;
	margin: 0 0 0 69px;
}

#inbedsmall{
	padding: 5px 5px 0 0;
}

#authorphoto{
	float: right;
	padding: 8px 5px 10px 10px;
}




/*left column*/
#leftcontent{
	width: 165px;
	float: left;
	margin: 41px 5px 15px 24px; 
}
#leftcontent img{
}

#leftcontent #cgexcerpt{
	float: left;
}

#leftcontent #bedexcerpt{
	float: left;
}


#leftcontent #cgguide{
	float: left;
}


#leftcontent #teenguide{
	float: left;
}


#leftcontent #bedguide{
	float: left;
}


#leftcontent a{
	color: #C33;
	text-decoration: none;
	display:block;
	line-height: 5px;
}

#leftcontent a:hover{
	color: #099;
}

/*left appearances column*/

#apleftcontent{
	width: 180px;
	float: left;
	margin: 41px 5px 15px 24px; 
}
#apleftcontent img{
	border:1px solid #099;
}
#apleftcontent a{
	color: #C33;
	text-decoration: none;
	display:block;
}
#apleftcontent a:hover{
	color: #099;
}
	
/*left author column*/

#leftauthorcontent{
	width: 180px;
	float: left;
	margin: 41px 5px 15px 24px; 
}
#leftauthorcontent img{
	border:1px solid #099;
}
#leftauthorcontent a{
	color: #C33;
	text-decoration: none;
	display:block;
}
#leftauthorcontent #authorvid{
	border: none;
	float: left;
}

#leftauthorcontent #authorpodcast{
	border: none;
	float: left;
} 

#leftauthorcontent #authorqa{
	border: none;
	float: left;
} 

#leftauthorcontent #authorsignup{
	border: none;
	float: left;
}

#clearing{
	clear: both;
}

#indexfooter{
	color: #099;
	font-size: 11px;
	margin: auto auto 15px auto;
	text-align: center;
	width: 615px;
	position: absolute;
	bottom: -34px;
}

#indexfooter a{
	font: 11px verdana; 
	color: #099;
	text-decoration: none;
}

#indexfooter a:hover{
	color: #CF4635;
}	

#footer{
	color: #099;
	font-size: 11px;
	margin: auto auto 15px auto;
	text-align: center;
	width: 760px;
}

#footer a{
	font: 11px verdana; 
	color: #099;
	text-decoration: none;
}

#footer a:hover{
	color: #CF4635;
