/*  
	border: solid 1px #f00;
*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #black;  
	text-align: center;
	}

#page {
/*	background-color: white; */
	border: 0px solid #959596;
	text-align: left;
	}
a, a:visited {
	color: #000;  
	text-decoration: none;
	}

a:hover {
/*	color: #903;  */
	color: black;  
	text-decoration: underline;
	}

.description {
	}

.pagetitle {
	font-size: 16pt;
}
.callout {
	font-size: 13pt;
}
#leftbody p {
	font-size: 10pt;
}
	
#leftbody .pagetitle {
	font-size: 16pt;
	}
a.booklink:link {
	color: #666;
	text-decoration: none;
	}
h2 {
    color: #990033;
	font-weight: bold;
	font-size: 1.3em;
}
h4 {
	font-weight: normal;
	font-size: 1.4em;
}
ul.lists {
	font-size: 1.1em;
/*	padding: 0;  */
}
li {
	line-height: 1.2;
	}
}
lists2 {
}
/* .booklink a:hover {
	text-decoration: underline;
	} 
	*/	
/*
END GONZO's CSS 
*/

.toplinks {
	color: #fff;
	padding: 2px 0px 0 23px;
	text-align: left;
	margin: 0 40px 0 0px;
	font-size: 1.2em;
	font-weight: normal;
	}	

#toplinks a, a:visited  {
	color: #fff;
	text-decoration: none;
	}

#toplinks a:hover {
	text-decoration: underline;
	}

#btmlinks {
	padding: 40px 0px 0 0;
/*	margin: 13px 0px 0 75px;  */
	font-size: .9em;
	text-align: center;
	}
		
#btmlinks a, a:visited  {
	color: black;
	text-decoration: none;
	}

#btmlinks a:hover {
	color: black;
	text-decoration: underline;
	}
.btminfo {
	color: #003B59;
	}
.bodycopy1 A:link {text-decoration: underline}
.bodycopy1 A:visited {text-decoration: underline; color: black;}
.bodycopy1 A:active {text-decoration: underline}
.bodycopy1 A:hover {text-decoration: underline; color: #990033;}
.bodycopy2 A:link {text-decoration: underline; color: #990033;}
.bodycopy2 A:visited {text-decoration: underline; color: #990033;}
.bodycopy2 A:active {text-decoration: underline}
.bodycopy2 A:hover {text-decoration: underline; color: black;}
.bodycopy3 A:link {text-decoration: underline; color: white;}
.bodycopy3 A:visited {text-decoration: underline; color: white;}
.bodycopy3 A:active {text-decoration: underline}
.bodycopy3 A:hover {text-decoration: underline; color: black;}
/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
	background-color: #C7CFE4;
	}

#header {
	background-image: url("http://www.webbygonzo.com/clients/romewithkids/images/bg_top.gif");  
	padding: 0;
	margin: 0;
	height: 20px;
	width: 788px;
	}
#header a, a:visited {
	color: white;
	text-decoration: none;
	}
#header a:hover {
	text-decoration: underline;
	color: #b8bbc3;
	}
#page {
	background-image: url("http://www.webbygonzo.com/clients/romewithkids/images/bg_body.gif");  
	margin: 0px auto;
	padding: 0;
	width: 788px;
/*(	height: 1000px; */
	border: 0px solid #959596; 
	clear: both; 
/*	border: solid 1px blue; */


	}
#content {
	padding: 0 0 0 5px;
	background-image: url("http://www.webbygonzo.com/clients/romewithkids/images/bg_body.gif");  
	border: 0px solid #FFFFFF;
	overflow: auto;
	width: 100%
/*	border: solid 1px blue; */
/*	height: 100%;  */
	}

#titlebanner {
	padding: 0px 0 0px 0px; 
	margin: 17px 0 0px 22px;
	height: 38px;
	width: 442px;
/*	border: solid 1px #f00;  */
	}

#sitedescription {
	margin: 0px 0 0px 22px;
	width: 735px;
	font-size: 12px;
	color: #AE261C;
	}

#photobanner {
	margin: 17px 0 0 22px;
	height: 44px;
	width: 733px;
	height: 91px;
	}
	
#leftbody {
	margin: 25px 5px 0 22px;
	width: 450px;
/*	border: solid 1px #f00;  */
	}
	
#rightbody {
	float: right;
	padding-right: 26px;
	padding-top: 0px;
	margin: 5px 0px 0 25px;
	width: 262px;
	text-align: right;
/*	border: solid 1px #f00; */
	}
h3 {
	font-size: 1.5em;
	color: #990033;
	padding-top: 0;
	margin-top: 0;
	}
#footer {
	height: 25px;
	padding: 5px 0 0 0px;
	margin: 0 auto;
	width: 730px;
	font-color: #003B59;
	clear: both;
	text-align: center;
/*	border: solid 1px #f00; */
	}

#footer p {
	font-size: .9em;
	margin: 0;
	text-align: center;
	font-color: #003B59;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
img.book {
	padding-bottom: 10px;
	}
/* End Images */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.BodyCopyLink a {
	color: black;  
}
.BodyCopyLink a:hover {
	color: black;  
	text-decoration: underline;
}
/* End Various Tags & Classes*/